diff --git a/CHANGES b/CHANGES index 58a42e64f89..a3b90943c45 100644 --- a/CHANGES +++ b/CHANGES @@ -59,8 +59,8 @@ Bugs fixed Testing -------- -Release 2.0.0 beta3 (in development) -==================================== +Release 2.0.1 (in development) +============================== Dependencies ------------ @@ -80,47 +80,14 @@ Bugs fixed Testing -------- -Release 2.0.0 beta2 (released Mar 21, 2019) -=========================================== - -Incompatible changes --------------------- - -* texinfo: image files are copied into ``name-figure`` directory - -Bugs fixed ----------- - -* #6096: html: Anchor links are not added to figures -* #3620: html: Defer searchindex.js rather than loading it via ajax -* #6113: html: Table cells and list items have large margins -* #5508: ``linenothreshold`` option for ``highlight`` directive was ignored -* texinfo: ``make install-info`` causes syntax error -* texinfo: ``make install-info`` fails on macOS -* #3079: texinfo: image files are not copied on ``make install-info`` -* #5391: A cross reference in heading is rendered as literal -* #5946: C++, fix ``cpp:alias`` problems in LaTeX (and singlehtml) -* #6147: classes attribute of ``citation_reference`` node is lost -* AssertionError is raised when custom ``citation_reference`` node having - classes attribute refers missing citation (refs: #6147) -* #2155: Support ``code`` directive -* C++, fix parsing of braced initializers. -* #6172: AttributeError is raised for old styled index nodes -* #4872: inheritance_diagram: correctly describe behavior of ``parts`` option in - docs, allow negative values. -* #6178: i18n: Captions missing in translations for hidden TOCs - -Testing --------- - -* Add a helper function: ``sphinx.testing.restructuredtext.parse()`` - -Release 2.0.0 beta1 (in development) -==================================== +Release 2.0.0 (released Mar 29, 2019) +===================================== Dependencies ------------ +2.0.0b1 + * LaTeX builder now depends on TeX Live 2015 or above. * LaTeX builder (with ``'pdflatex'`` :confval:`latex_engine`) will process Unicode Greek letters in text (not in math mark-up) via the text font and @@ -148,8 +115,11 @@ Dependencies Incompatible changes -------------------- +2.0.0b1 + * Drop python 2.7 and 3.4 support * Drop docutils 0.11 support +* Drop features and APIs deprecated in 1.7.x * The default setting for :confval:`master_doc` is changed to ``'index'`` which has been longly used as default of sphinx-quickstart. * LaTeX: Move message resources to ``sphinxmessage.sty`` @@ -190,9 +160,15 @@ Incompatible changes * #4550: All tables and figures without ``align`` option are displayed to center * #4587: html: Output HTML5 by default +2.0.0b2 + +* texinfo: image files are copied into ``name-figure`` directory + Deprecated ---------- +2.0.0b1 + * Support for evaluating Python 2 syntax is deprecated. This includes configuration files which should be converted to Python 3. * The arguments of ``EpubBuilder.build_mimetype()``, @@ -280,6 +256,8 @@ For more details, see :ref:`deprecation APIs list `. Features added -------------- +2.0.0b1 + * #1618: The search results preview of generated HTML documentation is reader-friendlier: instead of showing the snippets as raw reStructuredText markup, Sphinx now renders the corresponding HTML. This means the Sphinx @@ -329,6 +307,8 @@ Features added Bugs fixed ---------- +2.0.0b1 + * #1682: LaTeX: writer should not translate Greek unicode, but use textgreek package * #5247: LaTeX: PDF does not build with default font config for Russian @@ -350,30 +330,41 @@ Bugs fixed * HTML search: search always returns nothing when multiple search terms are used and one term is shorter than three characters -Testing --------- +2.0.0b2 -* Stop to use ``SPHINX_TEST_TEMPDIR`` envvar +* #6096: html: Anchor links are not added to figures +* #3620: html: Defer searchindex.js rather than loading it via ajax +* #6113: html: Table cells and list items have large margins +* #5508: ``linenothreshold`` option for ``highlight`` directive was ignored +* texinfo: ``make install-info`` causes syntax error +* texinfo: ``make install-info`` fails on macOS +* #3079: texinfo: image files are not copied on ``make install-info`` +* #5391: A cross reference in heading is rendered as literal +* #5946: C++, fix ``cpp:alias`` problems in LaTeX (and singlehtml) +* #6147: classes attribute of ``citation_reference`` node is lost +* AssertionError is raised when custom ``citation_reference`` node having + classes attribute refers missing citation (refs: #6147) +* #2155: Support ``code`` directive +* C++, fix parsing of braced initializers. +* #6172: AttributeError is raised for old styled index nodes +* #4872: inheritance_diagram: correctly describe behavior of ``parts`` option in + docs, allow negative values. +* #6178: i18n: Captions missing in translations for hidden TOCs -Release 1.8.6 (in development) +2.0.0 final -Dependencies ------------- +* #6196: py domain: unexpected prefix is generated -Incompatible changes --------------------- +Testing +-------- -Deprecated ----------- +2.0.0b1 -Features added --------------- +* Stop to use ``SPHINX_TEST_TEMPDIR`` envvar -Bugs fixed ----------- +2.0.0b2 -Testing --------- +* Add a helper function: ``sphinx.testing.restructuredtext.parse()`` Release 1.8.5 (released Mar 10, 2019) ===================================== diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py index b2b23aa1226..ea71aa976da 100644 --- a/sphinx/domains/python.py +++ b/sphinx/domains/python.py @@ -261,7 +261,8 @@ def handle_signature(self, sig, signode): classname = self.env.ref_context.get('py:class') if classname: add_module = False - if prefix and prefix.startswith(classname): + if prefix and (prefix == classname or + prefix.startswith(classname + ".")): fullname = prefix + name # class name is given again in the signature prefix = prefix[len(classname):].lstrip('.') diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.js b/sphinx/locale/ar/LC_MESSAGES/sphinx.js index e2216a9b525..7d44f582e8c 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ar", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u062a\u0627\u0644\u064a", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0633\u0627\u0628\u0642", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u0627\u0644\u0628\u062d\u062b \u0636\u0645\u0646 %(docstitle)s", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062a\u0627\u0644\u064a", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5"}); +Documentation.addTranslations({"locale": "ar", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", "© Copyright %(copyright)s.": "© \u062d\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 %(copyright)s", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u062a\u0627\u0644\u064a", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0633\u0627\u0628\u0642", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u0627\u0644\u0628\u062d\u062b \u0636\u0645\u0646 %(docstitle)s", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062a\u0627\u0644\u064a", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5"}); \ No newline at end of file diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index 94e4e570bc2..a7a92f941ec 100644 Binary files a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.po b/sphinx/locale/ar/LC_MESSAGES/sphinx.po index 84d30086820..27f53d15c7e 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-09 10:57+0000\n" -"Last-Translator: Mohammed Shannaq \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Arabic (http://www.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,21 +19,21 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "لا يمكن العثور على المجلد المصدر (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "لا يمكن ان يكون المجلد المصدر والمجلد الهدف متطابقين" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "تشغيل Sphinx v%s" @@ -46,95 +46,83 @@ msgid "" msgstr "يحتاج هذا المشروع على الاقل الى الاصدار %s من Sphinx وبالتالي لا يمكن بناءه باستخدام الاصدار الحالي" #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "صناعة مجلد المخرجات ..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "تم" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "غير متوفرة للرسائل الافتراضية المدمجة" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "تحميل بيئة pickled ..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "فشل: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "لم يتم اختيار نوع البناء، تم استخدام نوع البناء الافتراضي: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "نجح" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "انتهى مع وجود مشاكل" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "بناء %s، %sتحذير." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "بناء %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "حدث غير معروف: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "بناء [mo]:" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "بناء [%s]" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "التالي" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "السابق" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "الرجاء ادخال بعض النصوص" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1920,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1933,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1941,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[المستندات]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "يتبع في الصفحة التالية" @@ -2999,7 +2890,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3148,13 +3039,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "استمرار في الصفحة التالية" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.js b/sphinx/locale/bn/LC_MESSAGES/sphinx.js index 0ba224bfbae..1ecc28cacb1 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "bn", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964", "C API changes": "C API \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u09aa\u09c2\u09b0\u09cd\u09a3\u09be\u0999\u09cd\u0997 \u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "Contents": "", "Copyright": "\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u09a6\u09bf\u09df\u09c7 \u09a4\u09c8\u09b0\u09c0\u0964", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u098f\u0996\u09be\u09a8 \u09a5\u09c7\u0995\u09c7 \u098f\u0987 \u09a8\u09a5\u09bf\u0997\u09c1\u09b2\u09c7\u09be\u09a4\u09c7 \u0986\u09aa\u09a8\u09bf \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \n \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09be\u0999\u09cd\u0995\u09cd\u09b7\u09bf\u09a4 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9 \u09a8\u09bf\u099a\u09c7\u09b0 \u09ac\u09be\u0995\u09cd\u09b8\u09c7 \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \"\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\" \u09ac\u09be\u099f\u09a8\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964\n \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09cd\u09af, \u09b8\u0995\u09b2 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09df\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964 \u09af\u09c7\u09b8\u09ac \u09aa\u09be\u09a4\u09be\u09df \u09b8\u0995\u09b2\n \u09b6\u09ac\u09cd\u09a6 \u09a8\u09c7\u0987 \u09b8\u09c7\u0997\u09c1\u09b2\u09c7\u09be \u09ac\u09be\u09a6 \u09a6\u09c7\u09df\u09be \u09b9\u09ac\u09c7\u0964", "Full index on one page": "\u098f\u0995 \u09aa\u09be\u09a4\u09be\u09df \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "General Index": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Global Module Index": "\u0997\u09cd\u09b2\u09c7\u09be\u09ac\u09be\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Go": "\u09af\u09be\u09a8", "Hide Search Matches": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u0997\u09c1\u09b2\u09c7\u09be \u09b2\u09c1\u0995\u09be\u09a8", "Index": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Index – %(key)s": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 – %(key)s", "Index pages by letter": "\u09ac\u09b0\u09cd\u09a3\u09be\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u09aa\u09be\u09a4\u09be", "Indices and tables:": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u0993 \u099f\u09c7\u09ac\u09bf\u09b2 \u09b8\u09ae\u09c2\u09b9:", "Last updated on %(last_updated)s.": "%(last_updated)s \u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964", "Library changes": "\u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Navigation": "\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8", "Next topic": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Other changes": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Overview": "\u09ad\u09c1\u09ae\u09bf\u0995\u09be", "Permalink to this definition": "\u098f\u0987 \u09b8\u0982\u099c\u09cd\u099e\u09be\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Permalink to this headline": "\u098f\u0987 \u09b6\u09bf\u09b0\u09c7\u09be\u09a8\u09be\u09ae\u09c7\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Please activate JavaScript to enable the search\n functionality.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9\u09aa\u09c2\u09b0\u09cd\u09ac\u0995 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \n \u09b8\u0995\u09cd\u09b0\u09bf\u09df \u0995\u09b0\u09c1\u09a8\u0964", "Preparing search...": "", "Previous topic": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Quick search": "\u09a6\u09cd\u09b0\u09c1\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be", "Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8", "Searching": "", "Show Source": "\u09b8\u09c7\u09be\u09b0\u09cd\u09b8 \u09a6\u09c7\u0996\u09c1\u09a8", "Table of Contents": "", "This Page": "\u098f\u0987 \u09aa\u09be\u09a4\u09be", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u09b8\u0995\u09b2 \u09ab\u09be\u0982\u09b6\u09a8, \u0995\u09cd\u09b2\u09be\u09b8, \u099f\u09be\u09b0\u09cd\u09ae", "can be huge": "\u0996\u09c1\u09ac \u09ac\u09dc \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7", "last updated": "", "lists all sections and subsections": "\u09b8\u0995\u09b2 \u0985\u09a8\u09c1\u099a\u09cd\u099b\u09c7\u09a6 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be", "next chapter": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "previous chapter": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "quick access to all modules": "\u09b8\u0995\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2\u09c7 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6", "search": "\u0996\u09c1\u0981\u099c\u09c1\u09a8", "search this documentation": "\u098f\u0987 \u09b8\u09b9\u09be\u09df\u09bf\u0995\u09be\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be \u0995\u09b0\u09c1\u09a8", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "bn", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7", "Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964", "C API changes": "C API \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u09aa\u09c2\u09b0\u09cd\u09a3\u09be\u0999\u09cd\u0997 \u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0", "Contents": "", "Copyright": "\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u09a6\u09bf\u09df\u09c7 \u09a4\u09c8\u09b0\u09c0\u0964", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u098f\u0996\u09be\u09a8 \u09a5\u09c7\u0995\u09c7 \u098f\u0987 \u09a8\u09a5\u09bf\u0997\u09c1\u09b2\u09c7\u09be\u09a4\u09c7 \u0986\u09aa\u09a8\u09bf \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09ac\u09c7\u09a8\u0964 \n \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09be\u0999\u09cd\u0995\u09cd\u09b7\u09bf\u09a4 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9 \u09a8\u09bf\u099a\u09c7\u09b0 \u09ac\u09be\u0995\u09cd\u09b8\u09c7 \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 \"\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\" \u09ac\u09be\u099f\u09a8\u09c7 \u0995\u09cd\u09b2\u09bf\u0995 \u0995\u09b0\u09c1\u09a8\u0964\n \u0989\u09b2\u09cd\u09b2\u09c7\u0996\u09cd\u09af, \u09b8\u0995\u09b2 \u09b6\u09ac\u09cd\u09a6\u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u0989\u09aa\u09b8\u09cd\u09a5\u09bf\u09a4\u09bf \u09a8\u09bf\u09df\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be \u09b9\u09ac\u09c7\u0964 \u09af\u09c7\u09b8\u09ac \u09aa\u09be\u09a4\u09be\u09df \u09b8\u0995\u09b2\n \u09b6\u09ac\u09cd\u09a6 \u09a8\u09c7\u0987 \u09b8\u09c7\u0997\u09c1\u09b2\u09c7\u09be \u09ac\u09be\u09a6 \u09a6\u09c7\u09df\u09be \u09b9\u09ac\u09c7\u0964", "Full index on one page": "\u098f\u0995 \u09aa\u09be\u09a4\u09be\u09df \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "General Index": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Global Module Index": "\u0997\u09cd\u09b2\u09c7\u09be\u09ac\u09be\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Go": "\u09af\u09be\u09a8", "Hide Search Matches": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u0997\u09c1\u09b2\u09c7\u09be \u09b2\u09c1\u0995\u09be\u09a8", "Index": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8", "Index – %(key)s": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 – %(key)s", "Index pages by letter": "\u09ac\u09b0\u09cd\u09a3\u09be\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u09aa\u09be\u09a4\u09be", "Indices and tables:": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u0993 \u099f\u09c7\u09ac\u09bf\u09b2 \u09b8\u09ae\u09c2\u09b9:", "Last updated on %(last_updated)s.": "%(last_updated)s \u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964", "Library changes": "\u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Navigation": "\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8", "Next topic": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Other changes": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8", "Overview": "\u09ad\u09c1\u09ae\u09bf\u0995\u09be", "Permalink to this definition": "\u098f\u0987 \u09b8\u0982\u099c\u09cd\u099e\u09be\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Permalink to this headline": "\u098f\u0987 \u09b6\u09bf\u09b0\u09c7\u09be\u09a8\u09be\u09ae\u09c7\u09b0 \u09aa\u09be\u09b0\u09cd\u09ae\u09be\u09b2\u09bf\u0999\u09cd\u0995", "Please activate JavaScript to enable the search\n functionality.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9\u09aa\u09c2\u09b0\u09cd\u09ac\u0995 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \n \u09b8\u0995\u09cd\u09b0\u09bf\u09df \u0995\u09b0\u09c1\u09a8\u0964", "Preparing search...": "", "Previous topic": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995", "Quick search": "\u09a6\u09cd\u09b0\u09c1\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be", "Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8", "Searching": "", "Show Source": "\u09b8\u09c7\u09be\u09b0\u09cd\u09b8 \u09a6\u09c7\u0996\u09c1\u09a8", "Table of Contents": "", "This Page": "\u098f\u0987 \u09aa\u09be\u09a4\u09be", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u09b8\u0995\u09b2 \u09ab\u09be\u0982\u09b6\u09a8, \u0995\u09cd\u09b2\u09be\u09b8, \u099f\u09be\u09b0\u09cd\u09ae", "can be huge": "\u0996\u09c1\u09ac \u09ac\u09dc \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7", "last updated": "", "lists all sections and subsections": "\u09b8\u0995\u09b2 \u0985\u09a8\u09c1\u099a\u09cd\u099b\u09c7\u09a6 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be", "next chapter": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "previous chapter": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df", "quick access to all modules": "\u09b8\u0995\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2\u09c7 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6", "search": "\u0996\u09c1\u0981\u099c\u09c1\u09a8", "search this documentation": "\u098f\u0987 \u09b8\u09b9\u09be\u09df\u09bf\u0995\u09be\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be \u0995\u09b0\u09c1\u09a8", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index 4ba25bb94fa..0e43532710f 100644 Binary files a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo and b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.po b/sphinx/locale/bn/LC_MESSAGES/sphinx.po index 6c6fa004f47..910057eb585 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Bengali (http://www.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "বিল্টইন সমূহ" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "মডিউল লেভেল" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "সাধারণ ইনডেক্স" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "ইনডেক্স" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "পরবর্তী" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "পূর্ববর্তী" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(-" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "ইনডেক্স" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "রিলিজ" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "অনুচ্ছেদ লেখক:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "মডিউল লেখক:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "লেখক:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "প্যারামিটার" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "রিটার্নস" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "রিটার্ন টাইপ" @@ -1920,12 +1807,12 @@ msgstr "%s (C টাইপ)" msgid "%s (C variable)" msgstr "%s (C ভ্যারিয়েবল)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "ফাংশন" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1933,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1941,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "%s ভার্সনে নতুন" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "%s ভার্সনে পরিবর্তিত" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ টাইপ)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ মেম্বার)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ ফাংশন)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ ক্লাসে)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "ক্লাস" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s মেথড)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (ক্লাসে)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s এ্যট্রিবিউট)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (মডিউল)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "মেথড" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "ডাটা" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "এ্যট্রিবিউট" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "মডিউল" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "কিওয়ার্ড" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "অপারেটর" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "অবজেক্ট" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "এক্সেপশন" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "স্ট্যাটমেন্ট" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "বিল্ট-ইন ফাংশন" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "রেইজেস" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s মডিউলে)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s মডিউলে)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (%s ক্লাসে)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s (%s.%s মেথড)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s (%s.%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s ক্লাস মেথড)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s ক্লাস মেথড)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s এ্যট্রিবিউট)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "মডিউল সমূহ" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "ক্লাস মেথড" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "স্ট্যাটিক মেথড" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sকমান্ড লাইন অপশন; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "শব্দকোষ" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "ব্যকরণ টোকেন" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "প্রোগ্রাম অপশন" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "ইনডেক্স" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "মডিউল ইনডেক্স" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "অনুসন্ধান পাতা" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "অসমাপ্ত কাজ" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` এর উপনাম" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "দৃষ্টি আকর্ষণ" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "সতর্কীকরণ" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "বিপজ্জনক" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "ভুল (এরর)" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "আভাস" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "গুরুত্বপূর্ণ" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "নোট" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "আরও দেখুন" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "পরামর্শ" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "সতর্কতা" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "পূর্ববর্তী পাতা হতে চলমান" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "পরবর্তী পাতাতে চলমান" @@ -2999,7 +2890,7 @@ msgstr "অনুসন্ধান" msgid "Go" msgstr "যান" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "সোর্স দেখুন" @@ -3148,13 +3039,13 @@ msgstr "খুঁজুন" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "অনুসন্ধানের ফলাফল" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "C API পরিবর্তন" msgid "Other changes" msgstr "অন্যান্য পরিবর্তন" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "এই শিরোনামের পার্মালিঙ্ক" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "এই সংজ্ঞার পার্মালিঙ্ক" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "রিলিজ" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "পাদটীকা" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[ছবি]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.js b/sphinx/locale/ca/LC_MESSAGES/sphinx.js index 3c6dc3132a6..2133ba5237a 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ca", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Quant a aquests documents", "Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament", "C API changes": "Canvis a la API de C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "Taula de Contingut Completa", "Contents": "", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creat amb Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Des d'aqu\u00ed pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el bot\u00f3 \"cerca\". Tingues en compte\nque la cerca inclour\u00e0 totes les paraules que posis. Les p\u00e0gines que no\ntenen totes les paraules no sortir\u00e0n.", "Full index on one page": "\u00cdndex complet en una p\u00e0gina", "General Index": "\u00cdndex General", "Global Module Index": "\u00cdndex Global de M\u00f2duls", "Go": "Ves a", "Hide Search Matches": "Oculta Resultats de Cerca", "Index": "\u00cdndex", "Index – %(key)s": "\u00cdndes – %(key)s", "Index pages by letter": "P\u00e0gines d'\u00edndex per lletra", "Indices and tables:": "\u00cdndexs i taules:", "Last updated on %(last_updated)s.": "\u00daltima actualitzaci\u00f3 el %(last_updated)s.", "Library changes": "Canvis a la llibreria", "Navigation": "Navegaci\u00f3", "Next topic": "Tema seg\u00fcent", "Other changes": "Altres canvis", "Overview": "Resum", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per utilitzar la funcionalitat\nde cerca.", "Preparing search...": "", "Previous topic": "Tema anterior", "Quick search": "Cerca r\u00e0pida", "Search": "Cerca", "Search Page": "P\u00e0gina de Cerca", "Search Results": "Resultats de la Cerca", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", "Searching": "", "Show Source": "Mostra Codi Font", "Table of Contents": "", "This Page": "Aquesta P\u00e0gina", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "totes les funcions, classes, termes", "can be huge": "pot ser gegant", "last updated": "", "lists all sections and subsections": "llista totes les seccions i subseccions", "next chapter": "cap\u00edtol seg\u00fcent", "previous chapter": "cap\u00edtol anterior", "quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls", "search": "cerca", "search this documentation": "cerca aquesta documentaci\u00f3", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "ca", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Quant a aquests documents", "Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament", "C API changes": "Canvis a la API de C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "Taula de Contingut Completa", "Contents": "", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creat amb Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Des d'aqu\u00ed pots fer cerques en aquests documents. Entra les \nparaules de la teva cerca i clica el bot\u00f3 \"cerca\". Tingues en compte\nque la cerca inclour\u00e0 totes les paraules que posis. Les p\u00e0gines que no\ntenen totes les paraules no sortir\u00e0n.", "Full index on one page": "\u00cdndex complet en una p\u00e0gina", "General Index": "\u00cdndex General", "Global Module Index": "\u00cdndex Global de M\u00f2duls", "Go": "Ves a", "Hide Search Matches": "Oculta Resultats de Cerca", "Index": "\u00cdndex", "Index – %(key)s": "\u00cdndes – %(key)s", "Index pages by letter": "P\u00e0gines d'\u00edndex per lletra", "Indices and tables:": "\u00cdndexs i taules:", "Last updated on %(last_updated)s.": "\u00daltima actualitzaci\u00f3 el %(last_updated)s.", "Library changes": "Canvis a la llibreria", "Navigation": "Navegaci\u00f3", "Next topic": "Tema seg\u00fcent", "Other changes": "Altres canvis", "Overview": "Resum", "Permalink to this definition": "Link permanent a aquesta definici\u00f3", "Permalink to this headline": "Link permanent a aquest t\u00edtol", "Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per utilitzar la funcionalitat\nde cerca.", "Preparing search...": "", "Previous topic": "Tema anterior", "Quick search": "Cerca r\u00e0pida", "Search": "Cerca", "Search Page": "P\u00e0gina de Cerca", "Search Results": "Resultats de la Cerca", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", "Searching": "", "Show Source": "Mostra Codi Font", "Table of Contents": "", "This Page": "Aquesta P\u00e0gina", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "totes les funcions, classes, termes", "can be huge": "pot ser gegant", "last updated": "", "lists all sections and subsections": "llista totes les seccions i subseccions", "next chapter": "cap\u00edtol seg\u00fcent", "previous chapter": "cap\u00edtol anterior", "quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls", "search": "cerca", "search this documentation": "cerca aquesta documentaci\u00f3", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index bfd72b3a938..d0194dc4ba0 100644 Binary files a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.po b/sphinx/locale/ca/LC_MESSAGES/sphinx.po index 3affbd4363b..fdaf2d37280 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Catalan (http://www.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Mòduls Interns" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nivell de mòdul" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índex General" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "índex" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "següent" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "anterior" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (a " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Índex" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Versió" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor de la secció:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor del mòdul: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paràmetres" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipus de retorn" @@ -1920,12 +1807,12 @@ msgstr "%s (tipus de C)" msgid "%s (C variable)" msgstr "%s (variable de C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funció" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membre" @@ -1933,7 +1820,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipus" @@ -1941,297 +1828,262 @@ msgstr "tipus" msgid "variable" msgstr "variable" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Novetat de la versió %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Canviat a la versió %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Obsolet desde la versió %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipus de C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (membre de C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (funció de C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (class de C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "mòdul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "paraula clau" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operador" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objecte" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "excepció" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "sentència" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "funció interna" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Llença" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (al mòdul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (al mòdul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (class a %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (mètode %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (mètode estàtic %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "mòduls" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Obsolet" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "mètode estàtic" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsolet)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "variable d'entorn; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "opció de línia de comandes %s; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variable d'entorn" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Índex" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Índex de Mòduls" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pàgina de Cerca" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "vegeu %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "vegeu també %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Pendent" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "àlies de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Atenció" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Compte" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Perill" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Suggerència" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Vegeu també" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Truc" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Avís" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "ve de la pàgina anterior" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Continua a la pàgina següent" @@ -2999,7 +2890,7 @@ msgstr "Cerca" msgid "Go" msgstr "Ves a" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Mostra Codi Font" @@ -3148,13 +3039,13 @@ msgstr "cerca" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Resultats de la Cerca" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "Canvis a la API de C" msgid "Other changes" msgstr "Altres canvis" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link permanent a aquest títol" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link permanent a aquesta definició" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Oculta Resultats de Cerca" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Versió" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[imatge]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.js b/sphinx/locale/cak/LC_MESSAGES/sphinx.js new file mode 100644 index 00000000000..cf65578e331 --- /dev/null +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.js @@ -0,0 +1 @@ +Documentation.addTranslations({"locale": "None", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", pa", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "Konojel cholwuj", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "Cholwuj", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "Ruxaq wuj re'", "Welcome! This is": "\u00dctz apet\u00efk! Wawe' k'o", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": "ri wuj richin"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo new file mode 100644 index 00000000000..c46e91bfa9f Binary files /dev/null and b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.po b/sphinx/locale/cak/LC_MESSAGES/sphinx.po new file mode 100644 index 00000000000..58849c062ca --- /dev/null +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -0,0 +1,3355 @@ +# Translations template for Sphinx. +# Copyright (C) 2019 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +# Julien Malard , 2019 +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-27 16:22+0000\n" +"Last-Translator: Julien Malard \n" +"Language-Team: Kaqchikel (http://www.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.6.0\n" +"Language: cak\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:192 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:214 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:234 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:269 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 +msgid "done" +msgstr "xk'isïk" + +#: sphinx/application.py:287 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:303 +#, python-format +msgid "failed: %s" +msgstr "sachoj: %s" + +#: sphinx/application.py:313 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:344 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:344 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:346 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:350 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:557 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:654 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:677 sphinx/application.py:696 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1182 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1188 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1199 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:220 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:229 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:234 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:264 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:282 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:312 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:363 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:366 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:370 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:397 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:405 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:406 +#, python-format +msgid "Fig. %s" +msgstr "Ruwachib'äl %s" + +#: sphinx/config.py:407 +#, python-format +msgid "Table %s" +msgstr "Kik'ajtz'ïk %s" + +#: sphinx/config.py:408 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:447 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:465 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:497 +#, python-format +msgid "" +"the config value %r is set to a string with non-ASCII characters; this can " +"lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "" + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:60 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/extension.py:52 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:57 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:142 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:163 +#, python-format +msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:131 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:133 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:163 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:215 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:226 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:250 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:270 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:278 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:308 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:324 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:344 +#, python-format +msgid "source_input for %r is already registered" +msgstr "" + +#: sphinx/registry.py:363 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:375 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:445 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:453 +#, python-format +msgid "math renderer %s is already registred" +msgstr "" + +#: sphinx/registry.py:464 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:475 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:476 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:479 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:488 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:496 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:221 sphinx/roles.py:272 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/theming.py:79 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:81 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:87 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:112 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:132 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:242 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:258 +msgid "" +"sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " +"install it manually.(pip install sphinx_rtd_theme)" +msgstr "" + +#: sphinx/theming.py:262 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:205 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:209 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:245 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:266 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:276 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:284 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:298 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:303 +#, python-format +msgid "file %r given on command line does not exist, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:314 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:325 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:335 +#, python-format +msgid "building [%s]" +msgstr "" + +#: sphinx/builders/__init__.py:342 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:347 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:349 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:364 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 +msgid "waiting for workers..." +msgstr "" + +#: sphinx/builders/__init__.py:551 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/_epub_base.py:219 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:422 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:445 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:566 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/changes.py:39 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:68 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:87 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:89 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:134 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:141 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:24 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:69 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:216 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:219 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:223 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:226 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:229 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:232 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:235 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:239 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:242 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:215 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:239 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/gettext.py:240 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:244 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:271 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/html.py:182 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html.py:217 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html.py:399 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html.py:500 +msgid "html_use_opensearch config value must now be a string" +msgstr "" + +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "Konojel cholwuj" + +#: sphinx/builders/html.py:506 +msgid "index" +msgstr "cholwuj" + +#: sphinx/builders/html.py:570 +msgid "next" +msgstr "jun chïk" + +#: sphinx/builders/html.py:579 +msgid "previous" +msgstr "chi rij kan" + +#: sphinx/builders/html.py:677 +msgid "generating indices..." +msgstr "" + +#: sphinx/builders/html.py:695 +msgid "writing additional pages..." +msgstr "" + +#: sphinx/builders/html.py:780 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html.py:788 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html.py:795 +msgid "copying static files... " +msgstr "" + +#: sphinx/builders/html.py:830 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:847 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:854 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html.py:860 +msgid "copying extra files... " +msgstr "" + +#: sphinx/builders/html.py:866 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:872 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html.py:880 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:927 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html.py:996 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html.py:1094 +#, 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.py:1099 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/html.py:1131 +msgid "dumping object inventory... " +msgstr "" + +#: sphinx/builders/html.py:1138 +#, python-format +msgid "dumping search index in %s ... " +msgstr "" + +#: sphinx/builders/html.py:1184 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html.py:1228 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html.py:1231 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html.py:1264 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/linkcheck.py:80 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:144 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: sphinx/builders/linkcheck.py:242 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/manpage.py:43 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:51 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "tajin nutz'ib'aj" + +#: sphinx/builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:52 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:85 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:93 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +msgid " (in " +msgstr "(chupam" + +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:33 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:112 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:121 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:123 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:163 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:171 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Cholwuj" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 +#, python-format +msgid "Unknown configure key: latex_elements[%r]. ignored." +msgstr "" + +#: sphinx/cmd/build.py:38 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:48 +msgid "interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:50 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:56 +msgid "Encoding error:" +msgstr "Rusachoj nuk'unem:" + +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:63 +msgid "Recursion error:" +msgstr "Rusachoj kamulunem:" + +#: sphinx/cmd/build.py:66 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:69 +msgid " import sys; sys.setrecursionlimit(1500)" +msgstr "" + +#: sphinx/cmd/build.py:71 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:77 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:80 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:97 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:107 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:128 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:135 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:138 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:143 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:146 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:149 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:153 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:167 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:172 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:174 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:176 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:187 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:189 +msgid "With -W, Keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:191 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:193 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:227 +#, python-format +msgid "cannot find files %r" +msgstr "" + +#: sphinx/cmd/build.py:230 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:249 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:259 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:266 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:61 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:63 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:107 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:119 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:128 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:136 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:143 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:169 +msgid "" +"* Note: non-ASCII characters entered and terminal encoding unknown -- " +"assuming UTF-8 or Latin-1." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Ütz apetïk pa rokisanem runuk'ik Sphinx %s." + +#: sphinx/cmd/quickstart.py:249 +msgid "" +"\n" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +#, python-format +msgid "" +"\n" +"Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:257 +msgid "" +"\n" +"Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:264 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:266 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:268 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:274 +msgid "" +"\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:278 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:282 +msgid "" +"\n" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:286 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "" +"\n" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:291 +msgid "Project name" +msgstr "Rub'i' samäj" + +#: sphinx/cmd/quickstart.py:293 +msgid "Author name(s)" +msgstr "Kib'i' ajtz'ib'anel(a')" + +#: sphinx/cmd/quickstart.py:296 +msgid "" +"\n" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Project version" +msgstr "Rujalwäch samäj" + +#: sphinx/cmd/quickstart.py:304 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:307 +msgid "" +"\n" +"If the documents are to be written in a language other than English,\n" +"you can select a language here by its language code. Sphinx will then\n" +"translate text that it generates into that language.\n" +"\n" +"For a list of supported codes, see\n" +"http://sphinx-doc.org/config.html#confval-language." +msgstr "\nWe xetz'ib'an ri wuj pa jun ch'abäl man Q'anch' ta,\nyatikïr nacha' jun chïk runuk'unem ch'ab'äl wawe' chi Sphinx tiq'ax\nruch'abäl ri wuj xtik'iyij pa ri ch'ab'äl re.\n\nChi natz'u rucholajem runuk'unem ch'ab'äl k'o chïk pa Sphinx, tab'e pa\nhttp://sphinx-doc.org/config.html#confval-language." + +#: sphinx/cmd/quickstart.py:314 +msgid "Project language" +msgstr "Ruch'ab'äl samaj" + +#: sphinx/cmd/quickstart.py:319 +msgid "" +"\n" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:325 +msgid "" +"\n" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:330 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:336 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:338 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:340 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:344 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:354 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:359 +msgid "" +"\n" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:363 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:450 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:451 +#, python-format +msgid "" +"\n" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:453 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:456 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:459 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:499 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:509 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "output path" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:522 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:524 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:528 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:530 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:532 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:536 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:538 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:540 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:548 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:550 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:552 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:554 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:557 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:560 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:563 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:565 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:568 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:571 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:605 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:619 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:621 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:636 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:74 +msgid "Over dedent has detected" +msgstr "" + +#: sphinx/directives/code.py:94 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:235 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:275 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:301 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:306 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:172 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Author: " +msgstr "" + +#: sphinx/domains/__init__.py:344 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 +msgid "Parameters" +msgstr "Jalajöj" + +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:189 +#, python-format +msgid "%s (C function)" +msgstr "" + +#: sphinx/domains/c.py:191 +#, python-format +msgid "%s (C member)" +msgstr "" + +#: sphinx/domains/c.py:193 +#, python-format +msgid "%s (C macro)" +msgstr "" + +#: sphinx/domains/c.py:195 +#, python-format +msgid "%s (C type)" +msgstr "" + +#: sphinx/domains/c.py:197 +#, python-format +msgid "%s (C variable)" +msgstr "" + +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:260 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:262 +msgid "variable" +msgstr "retal jalöj" + +#: sphinx/domains/changeset.py:33 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:34 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:35 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/cpp.py:4297 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Declaration is '%s'." +msgstr "" + +#: sphinx/domains/cpp.py:6374 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:6505 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 +msgid "class" +msgstr "Ruwäch" + +#: sphinx/domains/cpp.py:6955 +msgid "union" +msgstr "" + +#: sphinx/domains/cpp.py:6959 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:6960 +msgid "enum" +msgstr "" + +#: sphinx/domains/cpp.py:6961 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/cpp.py:7054 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Name of declaration is '%s'." +msgstr "" + +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:134 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:136 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:204 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 +msgid "module" +msgstr "" + +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/math.py:126 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/python.py:50 +msgid "keyword" +msgstr "" + +#: sphinx/domains/python.py:51 +msgid "operator" +msgstr "" + +#: sphinx/domains/python.py:52 +msgid "object" +msgstr "wachinäq" + +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:54 +msgid "statement" +msgstr "" + +#: sphinx/domains/python.py:55 +msgid "built-in function" +msgstr "" + +#: sphinx/domains/python.py:215 +msgid "Variables" +msgstr "Retal jalöj" + +#: sphinx/domains/python.py:219 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:433 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:454 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:455 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:492 +#, python-format +msgid "%s() (%s.%s method)" +msgstr "" + +#: sphinx/domains/python.py:504 +#, python-format +msgid "%s() (%s.%s static method)" +msgstr "" + +#: sphinx/domains/python.py:507 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:517 +#, python-format +msgid "%s() (%s.%s class method)" +msgstr "" + +#: sphinx/domains/python.py:520 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:530 +#, python-format +msgid "%s (%s.%s attribute)" +msgstr "" + +#: sphinx/domains/python.py:667 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:668 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:719 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:746 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:747 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:879 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:917 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:62 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:64 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:116 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:117 +msgid "role" +msgstr "" + +#: sphinx/domains/std.py:88 sphinx/domains/std.py:105 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:166 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:207 +#, python-format +msgid "%scommand line option; %s" +msgstr "" + +#: sphinx/domains/std.py:458 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:459 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:460 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:462 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:463 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:464 +msgid "document" +msgstr "wuj" + +#: sphinx/domains/std.py:502 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:598 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:665 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/std.py:748 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:756 +#, python-format +msgid "no number is assigned for %s: %s" +msgstr "" + +#: sphinx/domains/std.py:767 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:781 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:784 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:70 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:71 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:210 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:212 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:283 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:408 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:536 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:621 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:662 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:82 +#, python-format +msgid "see %s" +msgstr "tatz'u %s" + +#: sphinx/environment/adapters/indexentries.py:86 +#, python-format +msgid "see also %s" +msgstr "tatz'u chuqa' %s" + +#: sphinx/environment/adapters/indexentries.py:89 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:156 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:153 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:172 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:91 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:107 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:135 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:197 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:299 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:312 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:319 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:322 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:325 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:328 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:331 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:334 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:337 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:344 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:349 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:359 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:362 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:364 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:373 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:402 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/coverage.py:46 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:55 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:70 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:152 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/doctest.py:142 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:147 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:161 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:230 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:291 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:438 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:527 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/graphviz.py:140 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:150 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:156 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:263 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:273 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run.check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgmath.py:140 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:155 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:290 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:317 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:182 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:312 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:314 +#, python-format +msgid "(in %s)" +msgstr "(chupam %s)" + +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:70 +msgid "Todo" +msgstr "Chi tiqib'ana'" + +#: sphinx/ext/todo.py:111 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:160 +msgid "<>" +msgstr "<>" + +#: sphinx/ext/todo.py:163 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" + +#: sphinx/ext/todo.py:172 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:201 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:207 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:233 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:234 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:302 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:402 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:514 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:602 +#, python-format +msgid "" +"autodoc: failed to determine %r to be documented.the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:694 +#, python-format +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:788 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:796 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:829 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:844 +#, python-format +msgid "" +"missing attribute mentioned in :members: or __all__: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1128 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1185 +#, python-format +msgid "alias of :class:`%s`" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:102 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:106 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:366 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:383 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:387 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:390 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:394 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:398 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:627 +msgid "Example" +msgstr "Tz'etb'äl" + +#: sphinx/ext/napoleon/docstring.py:628 +msgid "Examples" +msgstr "Tz'etb'äl" + +#: sphinx/ext/napoleon/docstring.py:684 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:688 +msgid "Other Parameters" +msgstr "Jalajöj chïk" + +#: sphinx/ext/napoleon/docstring.py:717 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:754 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:759 +msgid "Yields" +msgstr "" + +#: sphinx/locale/__init__.py:307 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:308 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:309 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:310 +msgid "Error" +msgstr "Sachoj" + +#: sphinx/locale/__init__.py:311 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:312 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:313 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:314 +msgid "See also" +msgstr "Tatz'u chuqa'" + +#: sphinx/locale/__init__.py:315 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:316 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:23 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:29 +msgid "Continued on next page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/searchresults.html:10 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "Ütz apetïk! Wawe' k'o" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "ri wuj richin" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html:72 +msgid "Full index on one page" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:16 +msgid "Index pages by letter" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:25 +msgid "can be huge" +msgstr "" + +#: sphinx/themes/basic/layout.html:31 +msgid "Navigation" +msgstr "" + +#: sphinx/themes/basic/layout.html:138 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:147 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:156 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:201 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:203 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:207 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:210 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html:11 +msgid "Previous topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:13 +msgid "previous chapter" +msgstr "" + +#: sphinx/themes/basic/relations.html:16 +msgid "Next topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:18 +msgid "next chapter" +msgstr "" + +#: sphinx/themes/basic/search.html:30 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +msgid "" +"From here you can search these documents. Enter your search\n" +" words into the box below and click \"search\". Note that the search\n" +" function will automatically search for all of the words. Pages\n" +" containing fewer words won't appear in the result list." +msgstr "" + +#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/searchresults.html:17 +msgid "search" +msgstr "" + +#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js:295 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js:297 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "Ruxaq wuj re'" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 +msgid "Permalink to this headline" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:233 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:131 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:136 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:299 +#, python-format +msgid "Search finished, found %s page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:352 +msgid ", in " +msgstr ", pa" + +#: sphinx/themes/classic/static/sidebar.js_t:83 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:96 +#: sphinx/themes/classic/static/sidebar.js_t:124 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:259 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:301 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:307 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:335 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:382 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:402 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:110 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:142 +#, python-format +msgid "%s:%s reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:145 +#, python-format +msgid "%r reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:92 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:120 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:140 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 +msgid "when adding directive classes, no additional arguments may be given" +msgstr "" + +#: sphinx/util/i18n.py:74 +#, python-format +msgid "reading error: %s, %s" +msgstr "rusachoj rusik'inïk: %s, %s" + +#: sphinx/util/i18n.py:81 +#, python-format +msgid "writing error: %s, %s" +msgstr "rusachoj rutz'ib'axïk: %s, %s" + +#: sphinx/util/i18n.py:215 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:428 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:501 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:510 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:603 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:893 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1843 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/latex.py:2552 +#, python-format +msgid "Unknown configure key: latex_elements[%r] is ignored." +msgstr "" + +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 +#, python-format +msgid "[image: %s]" +msgstr "[wachib'äl: %s]" + +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 +msgid "[image]" +msgstr "[wachib'äl]" + +#: sphinx/writers/texinfo.py:1330 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1421 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: sphinx/writers/texinfo.py:1426 +#, python-format +msgid "unknown node type: %r" +msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.js b/sphinx/locale/cs/LC_MESSAGES/sphinx.js index ae5f3001537..5aacfc50140 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "cs", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", v ", "About these documents": "O t\u011bchto dokumentech", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s", "C API changes": "Zm\u011bny API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sbalit bo\u010dn\u00ed li\u0161tu", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Ve\u0161ker\u00e1 pr\u00e1va vyhrazena", "Created using Sphinx %(sphinx_version)s.": "Vytvo\u0159eno pomoc\u00ed Sphinx %(sphinx_version)s.", "Expand sidebar": "Rozbalit bo\u010dn\u00ed li\u0161tu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Toto je vyhled\u00e1vac\u00ed str\u00e1nka. Zadejte kl\u00ed\u010dov\u00e1 slova a klikn\u011bte na \"hledat\". \nVyhled\u00e1v\u00e1n\u00ed automaticky hled\u00e1 v\u0161echna slova, nebudou tedy nalezeny str\u00e1nky obsahuj\u00edc\u00ed jen n\u011bkter\u00e9 z nich.", "Full index on one page": "Cel\u00fd rejst\u0159\u00edk na jedn\u00e9 str\u00e1nce", "General Index": "Obecn\u00fd rejst\u0159\u00edk", "Global Module Index": "Celkov\u00fd rejst\u0159\u00edk modul\u016f", "Go": "OK", "Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Index": "Rejst\u0159\u00edk", "Index – %(key)s": "Rejst\u0159\u00edk – %(key)s", "Index pages by letter": "Rejst\u0159\u00edk podle p\u00edsmene", "Indices and tables:": "Rejst\u0159\u00edky a tabulky:", "Last updated on %(last_updated)s.": "Aktualizov\u00e1no dne %(last_updated)s.", "Library changes": "Zm\u011bny v knihovn\u00e1ch", "Navigation": "Navigace", "Next topic": "Dal\u0161\u00ed t\u00e9ma", "Other changes": "Ostatn\u00ed zm\u011bny", "Overview": "P\u0159ehled", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pro podporu vyhled\u00e1v\u00e1n\u00ed aktivujte JavaScript.", "Preparing search...": "Vyhled\u00e1v\u00e1n\u00ed se p\u0159ipravuje...", "Previous topic": "P\u0159echoz\u00ed t\u00e9ma", "Quick search": "Rychl\u00e9 vyhled\u00e1v\u00e1n\u00ed", "Search": "Vyhled\u00e1v\u00e1n\u00ed", "Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka", "Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Search finished, found %s page(s) matching the search query.": "Vyhled\u00e1v\u00e1n\u00ed dokon\u010deno, str\u00e1nky odpov\u00eddaj\u00edc\u00ed hledan\u00e9mu v\u00fdrazu: %s.", "Search within %(docstitle)s": "Prohledat %(docstitle)s", "Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed", "Show Source": "Uk\u00e1zat zdroj", "Table of Contents": "", "This Page": "Tato str\u00e1nka", "Welcome! This is": "V\u00edtejte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Vyhled\u00e1v\u00e1n\u00ed nenalezlo \u017e\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed dokument. Ujist\u011bte se, \u017ee jste v\u0161echna slova zapsal/a spr\u00e1vn\u011b a \u017ee jste vybral/a dostatek kategori\u00ed.", "all functions, classes, terms": "v\u0161echny funkce, t\u0159\u00eddy, term\u00edny", "can be huge": "m\u016f\u017ee b\u00fdt obrovsk\u00fd", "last updated": "naposledy aktualizov\u00e1no", "lists all sections and subsections": "seznam v\u0161ech sekc\u00ed a podsekc\u00ed", "next chapter": "dal\u0161\u00ed kapitola", "previous chapter": "p\u0159edchoz\u00ed kapitola", "quick access to all modules": "rychl\u00fd p\u0159\u00edstup ke v\u0161em modul\u016fm", "search": "hledat", "search this documentation": "prohledat tuto dokumentaci", "the documentation for": "dokumentace pro"}, "plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3"}); +Documentation.addTranslations({"locale": "cs", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", v ", "About these documents": "O t\u011bchto dokumentech", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s", "C API changes": "Zm\u011bny API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sbalit bo\u010dn\u00ed li\u0161tu", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Ve\u0161ker\u00e1 pr\u00e1va vyhrazena", "Created using Sphinx %(sphinx_version)s.": "Vytvo\u0159eno pomoc\u00ed Sphinx %(sphinx_version)s.", "Expand sidebar": "Rozbalit bo\u010dn\u00ed li\u0161tu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Toto je vyhled\u00e1vac\u00ed str\u00e1nka. Zadejte kl\u00ed\u010dov\u00e1 slova a klikn\u011bte na \"hledat\". \nVyhled\u00e1v\u00e1n\u00ed automaticky hled\u00e1 v\u0161echna slova, nebudou tedy nalezeny str\u00e1nky obsahuj\u00edc\u00ed jen n\u011bkter\u00e9 z nich.", "Full index on one page": "Cel\u00fd rejst\u0159\u00edk na jedn\u00e9 str\u00e1nce", "General Index": "Obecn\u00fd rejst\u0159\u00edk", "Global Module Index": "Celkov\u00fd rejst\u0159\u00edk modul\u016f", "Go": "OK", "Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Index": "Rejst\u0159\u00edk", "Index – %(key)s": "Rejst\u0159\u00edk – %(key)s", "Index pages by letter": "Rejst\u0159\u00edk podle p\u00edsmene", "Indices and tables:": "Rejst\u0159\u00edky a tabulky:", "Last updated on %(last_updated)s.": "Aktualizov\u00e1no dne %(last_updated)s.", "Library changes": "Zm\u011bny v knihovn\u00e1ch", "Navigation": "Navigace", "Next topic": "Dal\u0161\u00ed t\u00e9ma", "Other changes": "Ostatn\u00ed zm\u011bny", "Overview": "P\u0159ehled", "Permalink to this definition": "Trval\u00fd odkaz na tuto definici", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pro podporu vyhled\u00e1v\u00e1n\u00ed aktivujte JavaScript.", "Preparing search...": "Vyhled\u00e1v\u00e1n\u00ed se p\u0159ipravuje...", "Previous topic": "P\u0159echoz\u00ed t\u00e9ma", "Quick search": "Rychl\u00e9 vyhled\u00e1v\u00e1n\u00ed", "Search": "Vyhled\u00e1v\u00e1n\u00ed", "Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka", "Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", "Search finished, found %s page(s) matching the search query.": "Vyhled\u00e1v\u00e1n\u00ed dokon\u010deno, str\u00e1nky odpov\u00eddaj\u00edc\u00ed hledan\u00e9mu v\u00fdrazu: %s.", "Search within %(docstitle)s": "Prohledat %(docstitle)s", "Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed", "Show Source": "Uk\u00e1zat zdroj", "Table of Contents": "", "This Page": "Tato str\u00e1nka", "Welcome! This is": "V\u00edtejte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Vyhled\u00e1v\u00e1n\u00ed nenalezlo \u017e\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed dokument. Ujist\u011bte se, \u017ee jste v\u0161echna slova zapsal/a spr\u00e1vn\u011b a \u017ee jste vybral/a dostatek kategori\u00ed.", "all functions, classes, terms": "v\u0161echny funkce, t\u0159\u00eddy, term\u00edny", "can be huge": "m\u016f\u017ee b\u00fdt obrovsk\u00fd", "last updated": "naposledy aktualizov\u00e1no", "lists all sections and subsections": "seznam v\u0161ech sekc\u00ed a podsekc\u00ed", "next chapter": "dal\u0161\u00ed kapitola", "previous chapter": "p\u0159edchoz\u00ed kapitola", "quick access to all modules": "rychl\u00fd p\u0159\u00edstup ke v\u0161em modul\u016fm", "search": "hledat", "search this documentation": "prohledat tuto dokumentaci", "the documentation for": "dokumentace pro"}, "plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3"}); \ No newline at end of file diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index e03265956db..5b35be9de96 100644 Binary files a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.po b/sphinx/locale/cs/LC_MESSAGES/sphinx.po index f76d10bac9d..fe21d6ad5de 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Czech (http://www.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabulka %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Vestavěné funkce" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Obecný rejstřík" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "rejstřík" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "další" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "předchozí" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Dokumentace pro %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Rejstřík" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Vydání" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor sekce: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor modulu: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor kódu:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vrací" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Typ návratové hodnoty" @@ -1921,12 +1808,12 @@ msgstr "%s (C typ)" msgid "%s (C variable)" msgstr "%s (C proměnná)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkce" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "člen" @@ -1934,7 +1821,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "typ" @@ -1942,297 +1829,262 @@ msgstr "typ" msgid "variable" msgstr "proměnná" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nové ve verzi %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Změněno ve verzi %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Zastaralé od verze %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Vyvolá" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ typ)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ člen)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funkce)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ třída)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "třída" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vestavěná funkce)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (třída)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globální proměnná nebo konstanta)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "klíčové slovo" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operátor" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "výjimka" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "příkaz" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "vestavěná funkce" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Proměnné" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Vyvolá" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (vestavěná proměnná)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (vestavěná třída)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (třída v %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metoda %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metoda %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metoda %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (třídní metoda %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (třídní metoda %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Rejstřík modulů Pythonu" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Zastaralé" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "třídní metoda" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statická metoda" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (zastaralé)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktiva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktiva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "role" @@ -2241,209 +2093,200 @@ msgstr "role" msgid "environment variable; %s" msgstr "proměnná prostředí; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%svolba příkazového řádku; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termín v glosáři" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "token gramatiky" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referenční návěstí" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "proměnná prostředí" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "volba programu" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Rejstřík" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Rejstřík modulů" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Vyhledávací stránka" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "viz %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "viz také %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symboly" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[zdroj]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "původní záznam" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentace]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Kód modulu" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Zdrojový kód pro %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Přehled: kód modulu" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Všechny moduly s dostupným kódem

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias třídy :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Upozornění" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Nebezpečí" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Důležité" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Viz také" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Varování" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "pokračujte na předchozí stránce" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Pokračujte na další stránce" @@ -3000,7 +2891,7 @@ msgstr "Vyhledávání" msgid "Go" msgstr "OK" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Ukázat zdroj" @@ -3149,13 +3040,13 @@ msgstr "hledat" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Výsledky vyhledávání" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "Změny API" msgid "Other changes" msgstr "Ostatní změny" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Trvalý odkaz na tento nadpis" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Trvalý odkaz na tuto definici" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Skrýt výsledky vyhledávání" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Probíhá vyhledání" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Vyhledávání se připravuje..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Vyhledávání dokončeno, stránky odpovídající hledanému výrazu: %s." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", v " @@ -3243,76 +3134,89 @@ msgstr "Sbalit boční lištu" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permalink k této tabulce" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permalink k tomuto kódu" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permalink k tomuto obrázku" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Vydání" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Poznámky pod čarou" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[obrázek: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[obrázek]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.js b/sphinx/locale/cy/LC_MESSAGES/sphinx.js index c7d71fcecd2..c8e16806f4c 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "cy", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", yn ", "About these documents": "Yngl\u0177n \u00e2'r dogfennau hyn", "Automatically generated list of changes in version %(version)s": "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig", "C API changes": "Newidiadau i'r C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Cyfangu'r bar ochr", "Complete Table of Contents": "Tabl Cynnwys Llawn", "Contents": "Cynnwys", "Copyright": "Hawlfraint", "Created using Sphinx %(sphinx_version)s.": "Cr\u8c37wyd gan ddefnyddio Sphinx %(sphinx_version)s", "Expand sidebar": "Ehangu'r bar ochr", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "O'r fan hon gallwch chwilio'r dogfennau hyn. Rhowch eich geiriau chwilio yn y blwch isod a chliciwch \"chwilio\". Nodwch fod y ffwythiant chwilio yn chwilio am bob un o'r geiriau yn awtomatig. Ni fydd dudalennau sy'n cynnwys llai o eiriau yn ymddangos yn y rhestr canlyniadau.", "Full index on one page": "Indecs llawn ar un tudalen", "General Index": "Indecs cyffredinol", "Global Module Index": "Indecs Modiwl Byd-Eang", "Go": "Ewch", "Hide Search Matches": "Cuddio Canlyniadau Chwilio", "Index": "Indecs", "Index – %(key)s": "Indecs – %(key)s", "Index pages by letter": "Indecs tudalennau gan lythyren", "Indices and tables:": "Indecsau a tablau:", "Last updated on %(last_updated)s.": "Diweddarwyd yn ddiwethaf ar %(last_updated)s.", "Library changes": "Newidiadau i'r llyfrgell", "Navigation": "Llywio", "Next topic": "Pwnc nesaf", "Other changes": "Newidiadau arall", "Overview": "Trosolwg", "Permalink to this definition": "Permalink i'r diffiniad hwn", "Permalink to this headline": "Permalink i'r pennawd hwn", "Please activate JavaScript to enable the search\n functionality.": "Trwoch JavaScript ymlaen i alluogi'r chwilio.", "Preparing search...": "Paratoi chwilio...", "Previous topic": "Pwnc blaenorol", "Quick search": "Chwilio cyflym", "Search": "Chwilio", "Search Page": "Tudalen Chwilio", "Search Results": "Canlyniadau chwilio", "Search finished, found %s page(s) matching the search query.": "Chwiliad wedi gorffen, wedi ffeindio %s tudalen(nau) yn cyfateb a'r ymholiad chwilio.", "Search within %(docstitle)s": "Chwilio o fewn %(docstitle)s", "Searching": "Yn chwilio", "Show Source": "Dangos Ffynhonell", "Table of Contents": "", "This Page": "Y Dudalen Hon", "Welcome! This is": "Croeso! Dyma", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Nid yw eich chwiliad yn cyfateb unrhyw ddogfennau. Gwnewch yn si\u0175r fod pob gair wedi'i sillafu'n gywir, ac eich bod wedi dewis digon o gategor\u00efau.", "all functions, classes, terms": "holl ffwythiannau, dosbarthau a thermau", "can be huge": "gall fod yn enfawr", "last updated": "diweddarwyd yn ddiwethaf", "lists all sections and subsections": "rhestru holl adrannau ac isadrannau", "next chapter": "pennod nesaf", "previous chapter": "pennod blaenorol", "quick access to all modules": "mynediad cloi i bob modiwl", "search": "chwilio", "search this documentation": "chwiliwch y ddogfennaeth", "the documentation for": "y dogfennaeth am"}, "plural_expr": "(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3"}); +Documentation.addTranslations({"locale": "cy", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", yn ", "About these documents": "Yngl\u0177n \u00e2'r dogfennau hyn", "Automatically generated list of changes in version %(version)s": "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig", "C API changes": "Newidiadau i'r C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Cyfangu'r bar ochr", "Complete Table of Contents": "Tabl Cynnwys Llawn", "Contents": "Cynnwys", "Copyright": "Hawlfraint", "Created using Sphinx %(sphinx_version)s.": "Cr\u8c37wyd gan ddefnyddio Sphinx %(sphinx_version)s", "Expand sidebar": "Ehangu'r bar ochr", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "O'r fan hon gallwch chwilio'r dogfennau hyn. Rhowch eich geiriau chwilio yn y blwch isod a chliciwch \"chwilio\". Nodwch fod y ffwythiant chwilio yn chwilio am bob un o'r geiriau yn awtomatig. Ni fydd dudalennau sy'n cynnwys llai o eiriau yn ymddangos yn y rhestr canlyniadau.", "Full index on one page": "Indecs llawn ar un tudalen", "General Index": "Indecs cyffredinol", "Global Module Index": "Indecs Modiwl Byd-Eang", "Go": "Ewch", "Hide Search Matches": "Cuddio Canlyniadau Chwilio", "Index": "Indecs", "Index – %(key)s": "Indecs – %(key)s", "Index pages by letter": "Indecs tudalennau gan lythyren", "Indices and tables:": "Indecsau a tablau:", "Last updated on %(last_updated)s.": "Diweddarwyd yn ddiwethaf ar %(last_updated)s.", "Library changes": "Newidiadau i'r llyfrgell", "Navigation": "Llywio", "Next topic": "Pwnc nesaf", "Other changes": "Newidiadau arall", "Overview": "Trosolwg", "Permalink to this definition": "Permalink i'r diffiniad hwn", "Permalink to this headline": "Permalink i'r pennawd hwn", "Please activate JavaScript to enable the search\n functionality.": "Trwoch JavaScript ymlaen i alluogi'r chwilio.", "Preparing search...": "Paratoi chwilio...", "Previous topic": "Pwnc blaenorol", "Quick search": "Chwilio cyflym", "Search": "Chwilio", "Search Page": "Tudalen Chwilio", "Search Results": "Canlyniadau chwilio", "Search finished, found %s page(s) matching the search query.": "Chwiliad wedi gorffen, wedi ffeindio %s tudalen(nau) yn cyfateb a'r ymholiad chwilio.", "Search within %(docstitle)s": "Chwilio o fewn %(docstitle)s", "Searching": "Yn chwilio", "Show Source": "Dangos Ffynhonell", "Table of Contents": "", "This Page": "Y Dudalen Hon", "Welcome! This is": "Croeso! Dyma", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Nid yw eich chwiliad yn cyfateb unrhyw ddogfennau. Gwnewch yn si\u0175r fod pob gair wedi'i sillafu'n gywir, ac eich bod wedi dewis digon o gategor\u00efau.", "all functions, classes, terms": "holl ffwythiannau, dosbarthau a thermau", "can be huge": "gall fod yn enfawr", "last updated": "diweddarwyd yn ddiwethaf", "lists all sections and subsections": "rhestru holl adrannau ac isadrannau", "next chapter": "pennod nesaf", "previous chapter": "pennod blaenorol", "quick access to all modules": "mynediad cloi i bob modiwl", "search": "chwilio", "search this documentation": "chwiliwch y ddogfennaeth", "the documentation for": "y dogfennaeth am"}, "plural_expr": "(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3"}); \ No newline at end of file diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 58f631f76b0..c1d9c69b174 100644 Binary files a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo and b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.po b/sphinx/locale/cy/LC_MESSAGES/sphinx.po index 9aaa811cebb..1af63d14f81 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Welsh (http://www.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Ffig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabl %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Listing %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Lefel modiwl" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indecs cyffredinol" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indecs" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "nesaf" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "blaenorol" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Dogfennaeth %s %s " -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (yn " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indecs" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Rhyddhad" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Awdur yr adran:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Awdur y fodiwl:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Awdur y cod:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Awdur:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paramedrau" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1921,12 +1808,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "ffwythiant" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "aelod" @@ -1934,7 +1821,7 @@ msgstr "aelod" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1942,297 +1829,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Newydd yn fersiwn %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Wedi newid yn fersiwn %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Dibrisiwyd ers fersiwn %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (newidyn byd-eang neu cysonyn)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modiwl" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "allweddair" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "gweithredydd" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "gwrthrych" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "datganiad" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "ffwythiant built-in" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2241,209 +2093,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indecs" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Indecs Modiwlau" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tudalen Chwilio" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "gweler %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "gweler hefyd %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symbolau" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graff: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graff]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(yn %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[ffynhonnell]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "eitem wreiddiol" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Cod y modiwl" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Cod ffynhonnell ar gyfer %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Trosolwg: cod y modiwl" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Holl fodiwlau lle mae'r cod ar gael

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Sylw" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Gofal" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Perygl" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Gwall" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Awgrym" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Pwysig" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nodyn" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Gweler hefyd" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Awgrym" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Rhybudd" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "wedi'i barhau o'r tudalen blaenorol" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Yn parhau ar y tudalen nesaf" @@ -3000,7 +2891,7 @@ msgstr "Chwilio" msgid "Go" msgstr "Ewch" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Dangos Ffynhonell" @@ -3149,13 +3040,13 @@ msgstr "chwilio" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Canlyniadau chwilio" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "Newidiadau i'r C-API" msgid "Other changes" msgstr "Newidiadau arall" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Permalink i'r pennawd hwn" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Permalink i'r diffiniad hwn" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Cuddio Canlyniadau Chwilio" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Yn chwilio" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Paratoi chwilio..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Chwiliad wedi gorffen, wedi ffeindio %s tudalen(nau) yn cyfateb a'r ymholiad chwilio." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", yn " @@ -3243,76 +3134,89 @@ msgstr "Cyfangu'r bar ochr" msgid "Contents" msgstr "Cynnwys" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permalink i'r tabl hwn" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permalink i'r cod hwn" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permalink i'r ddelwedd hon" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Permalink i'r toctree hwn" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Rhyddhad" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Troednodiadau" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[delwedd: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[delwedd]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.js b/sphinx/locale/da/LC_MESSAGES/sphinx.js index 3b164aed220..feebfceac21 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "da", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", i", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s", "C API changes": "\u00c6ndringer i C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sammenfold sidebj\u00e6lke", "Complete Table of Contents": "Fuldst\u00e6ndig indholdsfortegnelse", "Contents": "Indhold", "Copyright": "Ophavsret", "Created using Sphinx %(sphinx_version)s.": "Bygget med Sphinx %(sphinx_version)s.", "Expand sidebar": "Udfold sidebj\u00e6lke", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Her fra kan du s\u00f8ge i disse dokumenter. Indtast dine s\u00f8geord\n i boksen nedenfor og klik p\u00e5 \"s\u00f8g\". Bem\u00e6rk at s\u00f8gefunktionen\n automatisk vil s\u00f8ge p\u00e5 alle ordene. Sider, der indeholder\n f\u00e6rre ord, vil ikke indg\u00e5 i resultaterne.", "Full index on one page": "Fuldt indeks p\u00e5 \u00e9n side", "General Index": "Generelt indeks", "Global Module Index": "Globalt modulindeks", "Go": "S\u00f8g", "Hide Search Matches": "Skjul s\u00f8geresultater", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeks\u00e9r sider efter bogstav", "Indices and tables:": "Indeks og tabeller:", "Last updated on %(last_updated)s.": "Sidst opdateret %(last_updated)s.", "Library changes": "Biblioteks\u00e6ndringer", "Navigation": "Navigation", "Next topic": "N\u00e6ste emne", "Other changes": "Andre \u00e6ndringer", "Overview": "Oversigt", "Permalink to this definition": "Permalink til denne definition", "Permalink to this headline": "Permalink til denne overskrift", "Please activate JavaScript to enable the search\n functionality.": "Aktiv\u00e9r venligst JavaScript for at aktivere\n s\u00f8gefunktionalitet.", "Preparing search...": "Forbereder s\u00f8gning...", "Previous topic": "Forrige emne", "Quick search": "Hurtig s\u00f8gning", "Search": "S\u00f8g", "Search Page": "S\u00f8geside", "Search Results": "S\u00f8geresultater", "Search finished, found %s page(s) matching the search query.": "S\u00f8gning f\u00e6rdig, fandt %s sider der matcher s\u00f8geforesp\u00f8rgslen.", "Search within %(docstitle)s": "S\u00f8g i %(docstitle)s", "Searching": "S\u00f8ger", "Show Source": "Vis kilde", "Table of Contents": "", "This Page": "Denne side", "Welcome! This is": "Velkommen! Dette er", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Din s\u00f8gning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier.", "all functions, classes, terms": "alle funktioner, klasser, begreber", "can be huge": "kan v\u00e6re enormt", "last updated": "sidst opdateret", "lists all sections and subsections": "viser alle afsnit og underafsnit", "next chapter": "n\u00e6ste kapitel", "previous chapter": "forrige kapitel", "quick access to all modules": "hurtig adgang til alle moduler", "search": "s\u00f8g", "search this documentation": "s\u00f8g i denne dokumentation", "the documentation for": "dokumentationen for"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "da", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", i", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s", "C API changes": "\u00c6ndringer i C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sammenfold sidebj\u00e6lke", "Complete Table of Contents": "Fuldst\u00e6ndig indholdsfortegnelse", "Contents": "Indhold", "Copyright": "Ophavsret", "Created using Sphinx %(sphinx_version)s.": "Bygget med Sphinx %(sphinx_version)s.", "Expand sidebar": "Udfold sidebj\u00e6lke", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Her fra kan du s\u00f8ge i disse dokumenter. Indtast dine s\u00f8geord\n i boksen nedenfor og klik p\u00e5 \"s\u00f8g\". Bem\u00e6rk at s\u00f8gefunktionen\n automatisk vil s\u00f8ge p\u00e5 alle ordene. Sider, der indeholder\n f\u00e6rre ord, vil ikke indg\u00e5 i resultaterne.", "Full index on one page": "Fuldt indeks p\u00e5 \u00e9n side", "General Index": "Generelt indeks", "Global Module Index": "Globalt modulindeks", "Go": "S\u00f8g", "Hide Search Matches": "Skjul s\u00f8geresultater", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeks\u00e9r sider efter bogstav", "Indices and tables:": "Indeks og tabeller:", "Last updated on %(last_updated)s.": "Sidst opdateret %(last_updated)s.", "Library changes": "Biblioteks\u00e6ndringer", "Navigation": "Navigation", "Next topic": "N\u00e6ste emne", "Other changes": "Andre \u00e6ndringer", "Overview": "Oversigt", "Permalink to this definition": "Permalink til denne definition", "Permalink to this headline": "Permalink til denne overskrift", "Please activate JavaScript to enable the search\n functionality.": "Aktiv\u00e9r venligst JavaScript for at aktivere\n s\u00f8gefunktionalitet.", "Preparing search...": "Forbereder s\u00f8gning...", "Previous topic": "Forrige emne", "Quick search": "Hurtig s\u00f8gning", "Search": "S\u00f8g", "Search Page": "S\u00f8geside", "Search Results": "S\u00f8geresultater", "Search finished, found %s page(s) matching the search query.": "S\u00f8gning f\u00e6rdig, fandt %s sider der matcher s\u00f8geforesp\u00f8rgslen.", "Search within %(docstitle)s": "S\u00f8g i %(docstitle)s", "Searching": "S\u00f8ger", "Show Source": "Vis kilde", "Table of Contents": "", "This Page": "Denne side", "Welcome! This is": "Velkommen! Dette er", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Din s\u00f8gning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier.", "all functions, classes, terms": "alle funktioner, klasser, begreber", "can be huge": "kan v\u00e6re enormt", "last updated": "sidst opdateret", "lists all sections and subsections": "viser alle afsnit og underafsnit", "next chapter": "n\u00e6ste kapitel", "previous chapter": "forrige kapitel", "quick access to all modules": "hurtig adgang til alle moduler", "search": "s\u00f8g", "search this documentation": "s\u00f8g i denne dokumentation", "the documentation for": "dokumentationen for"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index e1e37b42c4a..f5793a0b2f5 100644 Binary files a/sphinx/locale/da/LC_MESSAGES/sphinx.mo and b/sphinx/locale/da/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.po b/sphinx/locale/da/LC_MESSAGES/sphinx.po index 2eb3df65a29..0d294f459a0 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -1,17 +1,17 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # askhl , 2010-2011 # Jakob Lykke Andersen , 2014,2016 -# Joe Hansen , 2016 +# Joe Hansen , 2016,2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Danish (http://www.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" "MIME-Version: 1.0\n" @@ -21,122 +21,110 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Kan ikke finde kildemappen (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Kildemappe og destinationsmappe kan ikke være identiske" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Kører Sphinx v%s" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "Dette projekt kræver mindst Sphinx v%s og kan derfor ikke bygges med denne version." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "indlæser oversættelser [%s] ..." -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "færdig" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "ikke tilgængelig for indbyggede beskeder" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "fejlede: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "lykkedes" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" -msgstr "" +msgstr "færdig med problemer" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." -msgstr "" +msgstr "kompilering %s, %s advarsel." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." -msgstr "" +msgstr "kompilering %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,7 +132,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -152,60 +140,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" -msgstr "" +msgstr "Ingen sådan konfigurationsværdi: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "Konfigurationsværdien %r er allerede til stede" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -213,833 +195,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "figur %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "tabel %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Viser %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r blev ikke fundet, ignorerer." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Indbyggede" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulniveau" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "ugyldig css_file: %r, ignoreret" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "Beskedkatalogerne er i %(outdir)s." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "læser skabeloner ..." -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "skriver beskedkataloger ..." -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "HTML-siderne er i %(outdir)s." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d. %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Generelt indeks" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "næste" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "forrige" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "kan ikke kopiere statisk fil %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "kopierer ekstra filer ..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " -msgstr "" +msgstr "dumper objektlager ..." -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "udgyldig js_file: %r, ignoreret" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentation" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1053,188 +924,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-siden er i %(outdir)s." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (i " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indeks" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Udgave" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1253,253 +1146,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1507,11 +1394,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1519,25 +1406,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1547,15 +1434,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1566,22 +1453,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1590,36 +1477,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1627,29 +1514,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1657,26 +1544,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1686,214 +1573,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Afsnitsforfatter: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modulforfatter: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kodeforfatter: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Forfatter: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnerer" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Returtype" @@ -1922,12 +1809,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "medlem" @@ -1935,7 +1822,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "type" @@ -1943,297 +1830,262 @@ msgstr "type" msgid "variable" msgstr "variabel" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Ny i version %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Ændret i version %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Forældet siden version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Template-parametre" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:6283 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ type)" -msgstr "%s (C++-type)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++-medlem)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++-funktion)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++-klasse)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ optæl)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++-optælling)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "optæl" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "optælling" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (indbygget funktion)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (metode i %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut i %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Parametre" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "nøgleord" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "undtagelse" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "erklæring" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "indbygget funktion" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variable" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Rejser" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modulet %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (indbygget variabel)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (i modulet %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (indbygget klasse)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metode i %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statisk metode i %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statisk metode i %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassemetode i %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassemetode i %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut i %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python-modulindeks" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Forældet" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (forældet)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rolle)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rolle" @@ -2242,209 +2094,200 @@ msgstr "rolle" msgid "environment variable; %s" msgstr "miljøvariabel; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skommandolinjetilvalg; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "begreb i ordliste" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammatisk element" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referenceetiket" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programtilvalg" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indeks" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulindeks" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søgeside" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symboler" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2456,352 +2299,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" +msgstr "Permalink til denne ligning" + +#: sphinx/ext/intersphinx.py:182 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:217 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(i %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[kilde]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Det <> befinder sig i %s, linje %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "oprindeligt punkt" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dok]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modulkode" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Kildekode for %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Oversigt: modulkode" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Alle moduler, der er kode tilgængelig for

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2809,66 +2681,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2883,106 +2774,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Vær opmærksom" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Forsigtig" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Fejl" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Fif" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Vigtigt" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Bemærk" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "fortsat fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Fortsættes på næste side" @@ -3001,7 +2892,7 @@ msgstr "Søg" msgid "Go" msgstr "Søg" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Vis kilde" @@ -3150,13 +3041,13 @@ msgstr "søg" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Søgeresultater" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3198,36 +3089,36 @@ msgstr "Ændringer i C-API" msgid "Other changes" msgstr "Andre ændringer" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Permalink til denne overskrift" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Permalink til denne definition" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Skjul søgeresultater" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Søger" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Forbereder søgning..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Søgning færdig, fandt %s sider der matcher søgeforespørgslen." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", i" @@ -3244,76 +3135,89 @@ msgstr "Sammenfold sidebjælke" msgid "Contents" msgstr "Indhold" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3327,140 +3231,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permahenvisning til denne tabel" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permahenvisning til denne kode" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permahenvisning til dette billede" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Permahenvisning til dette toctree" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Udgave" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "side" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Fodnoter" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[billede: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[billede]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.js b/sphinx/locale/de/LC_MESSAGES/sphinx.js index bab2a834353..3234903a248 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "de", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", in ", "About these documents": "\u00dcber dieses Dokument", "Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s", "C API changes": "C API-\u00c4nderungen", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Seitenleiste einklappen", "Complete Table of Contents": "Vollst\u00e4ndiges Inhaltsverzeichnis", "Contents": "Inhalt", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Mit Sphinx %(sphinx_version)s erstellt.", "Expand sidebar": "Seitenleiste ausklappen", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Von hier aus k\u00f6nnen Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste.", "Full index on one page": "Gesamtes Stichwortverzeichnis auf einer Seite", "General Index": "Stichwortverzeichnis", "Global Module Index": "Globaler Modulindex", "Go": "Los", "Hide Search Matches": "Suchergebnisse ausblenden", "Index": "Stichwortverzeichnis", "Index – %(key)s": "Stichwortverzeichnis – %(key)s", "Index pages by letter": "Stichwortverzeichnis nach Anfangsbuchstabe", "Indices and tables:": "Verzeichnisse und Tabellen:", "Last updated on %(last_updated)s.": "Zuletzt aktualisiert am %(last_updated)s.", "Library changes": "Bibliotheks-\u00c4nderungen", "Navigation": "Navigation", "Next topic": "N\u00e4chstes Thema", "Other changes": "Andere \u00c4nderungen", "Overview": "\u00dcbersicht", "Permalink to this definition": "Link zu dieser Definition", "Permalink to this headline": "Link zu dieser \u00dcberschrift", "Please activate JavaScript to enable the search\n functionality.": "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen.", "Preparing search...": "Suche wird vorbereitet...", "Previous topic": "Vorheriges Thema", "Quick search": "Schnellsuche", "Search": "Suche", "Search Page": "Suche", "Search Results": "Suchergebnisse", "Search finished, found %s page(s) matching the search query.": "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden.", "Search within %(docstitle)s": "Suche in %(docstitle)s", "Searching": "Suchen", "Show Source": "Quellcode anzeigen", "Table of Contents": "", "This Page": "Diese Seite", "Welcome! This is": "Willkommen! Dies ist", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle W\u00f6rter richtig geschrieben sind und gen\u00fcgend Kategorien ausgew\u00e4hlt sind.", "all functions, classes, terms": "alle Funktionen, Klassen, Begriffe", "can be huge": "kann gro\u00df sein", "last updated": "zuletzt aktualisiert", "lists all sections and subsections": "Liste aller Kapitel und Unterkapitel", "next chapter": "n\u00e4chstes Kapitel", "previous chapter": "vorheriges Kapitel", "quick access to all modules": "schneller Zugriff auf alle Module", "search": "suchen", "search this documentation": "durchsuche diese Dokumentation", "the documentation for": "die Dokumentation f\u00fcr"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "de", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", in ", "About these documents": "\u00dcber dieses Dokument", "Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s", "C API changes": "C API-\u00c4nderungen", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Seitenleiste einklappen", "Complete Table of Contents": "Vollst\u00e4ndiges Inhaltsverzeichnis", "Contents": "Inhalt", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Mit Sphinx %(sphinx_version)s erstellt.", "Expand sidebar": "Seitenleiste ausklappen", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Von hier aus k\u00f6nnen Sie die Dokumentation durchsuchen. Geben Sie Ihre Suchbegriffe in das untenstehende Feld ein und klicken Sie auf \"Suchen\". Bitte beachten Sie, dass die Suchfunktion automatisch nach allen Worten sucht. Seiten, die nicht alle Worte enthalten, erscheinen nicht in der Ergebnisliste.", "Full index on one page": "Gesamtes Stichwortverzeichnis auf einer Seite", "General Index": "Stichwortverzeichnis", "Global Module Index": "Globaler Modulindex", "Go": "Los", "Hide Search Matches": "Suchergebnisse ausblenden", "Index": "Stichwortverzeichnis", "Index – %(key)s": "Stichwortverzeichnis – %(key)s", "Index pages by letter": "Stichwortverzeichnis nach Anfangsbuchstabe", "Indices and tables:": "Verzeichnisse und Tabellen:", "Last updated on %(last_updated)s.": "Zuletzt aktualisiert am %(last_updated)s.", "Library changes": "Bibliotheks-\u00c4nderungen", "Navigation": "Navigation", "Next topic": "N\u00e4chstes Thema", "Other changes": "Andere \u00c4nderungen", "Overview": "\u00dcbersicht", "Permalink to this definition": "Link zu dieser Definition", "Permalink to this headline": "Link zu dieser \u00dcberschrift", "Please activate JavaScript to enable the search\n functionality.": "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen.", "Preparing search...": "Suche wird vorbereitet...", "Previous topic": "Vorheriges Thema", "Quick search": "Schnellsuche", "Search": "Suche", "Search Page": "Suche", "Search Results": "Suchergebnisse", "Search finished, found %s page(s) matching the search query.": "Die Suche ist fertig, es wurde(n) %s Seite(n) mit Treffern gefunden.", "Search within %(docstitle)s": "Suche in %(docstitle)s", "Searching": "Suchen", "Show Source": "Quellcode anzeigen", "Table of Contents": "Inhaltsverzeichnis", "This Page": "Diese Seite", "Welcome! This is": "Willkommen! Dies ist", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle W\u00f6rter richtig geschrieben sind und gen\u00fcgend Kategorien ausgew\u00e4hlt sind.", "all functions, classes, terms": "alle Funktionen, Klassen, Begriffe", "can be huge": "kann gro\u00df sein", "last updated": "zuletzt aktualisiert", "lists all sections and subsections": "Liste aller Kapitel und Unterkapitel", "next chapter": "n\u00e4chstes Kapitel", "previous chapter": "vorheriges Kapitel", "quick access to all modules": "schneller Zugriff auf alle Module", "search": "suchen", "search this documentation": "durchsuche diese Dokumentation", "the documentation for": "die Dokumentation f\u00fcr"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index a34b51f6a31..e66c81a9a2c 100644 Binary files a/sphinx/locale/de/LC_MESSAGES/sphinx.mo and b/sphinx/locale/de/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.po b/sphinx/locale/de/LC_MESSAGES/sphinx.po index 6b701fed115..343a993ffff 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-02 19:33+0000\n" -"Last-Translator: Lukas Prokop \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: German (http://www.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,21 +22,21 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kann Quellverzeichnis nicht finden (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Quellverzeichnis und Zielverzeichnis können nicht identisch sein" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s in Verwendung" @@ -49,95 +49,83 @@ msgid "" msgstr "Dieses Projekt benötigt Version %s oder später und kann daher nicht gebaut werden." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "Erstelle Ausgabeverzeichnis…" +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nicht gefunden, daher ignoriert." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "Lade Übersetzungen [%s]…" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "erledigt" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "nicht verfügbar für vordefinierte Nachrichten" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "Lade pickle Umgebung..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "Fehlgeschlagen: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Kein builder ausgewählt, verwende 'html' per default" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "abgeschlossen" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "mit Problemen beendet" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +133,7 @@ msgid "" "explicit" msgstr "Die Erweiterung %s gibt nicht an ob paralleles Datenlesen fehlerfrei möglich ist, es wird daher nicht davon ausgegangen - bitte kontaktiere den Erweiterungsautor zur Überprüfung und Angabe" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +141,54 @@ msgid "" "explicit" msgstr "Die Erweiterung %s gibt nicht an ob paralleles Datenschreiben fehlerfrei möglich ist, es wird daher nicht davon ausgegangen - bitte kontaktiere den Erweiterungsautor zur Überprüfung und Angabe" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Keine solche Konfigurationseinstellung: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Konfigurationswert %r bereits gesetzt" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,833 +196,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Abschnitt %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Abb. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tab. %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Quellcode %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nicht gefunden, daher ignoriert." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Event %r bereits verfügbar" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Unbekannter Event name: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments Lexer Name %r ist unbekannt" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Ursprüngliche Ausnahme:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulebene" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Stichwortverzeichnis" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "Index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "weiter" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "zurück" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s Dokumentation" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1054,188 +925,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Stichwortverzeichnis" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Release" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1254,253 +1147,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1508,11 +1395,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1520,25 +1407,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1435,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1567,22 +1454,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1591,36 +1478,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1628,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1658,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1687,214 +1574,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor des Abschnitts: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor des Moduls: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor des Quellcode: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s-%s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Rückgabe" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Rückgabetyp" @@ -1923,12 +1810,12 @@ msgstr "%s (C-Typ)" msgid "%s (C variable)" msgstr "%s (C-Variable)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "Funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "Member" @@ -1936,7 +1823,7 @@ msgstr "Member" msgid "macro" msgstr "Makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "Typ" @@ -1944,297 +1831,262 @@ msgstr "Typ" msgid "variable" msgstr "Variable" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Neu in Version %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Geändert in Version %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Veraltet ab Version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Template Parameter" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Wirft" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++-Typ)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++-Member)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++-Funktion)" - -#: sphinx/domains/cpp.py:6323 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ class)" -msgstr "%s (C++-Klasse)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++-Aufzählung)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++-Enumerator)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "Klasse" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "Aufzählung" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "Enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (Standard-Funktion)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (Methode von %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (Klasse)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale Variable oder Konstante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (Attribut von %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Parameter" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (Modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "Methode" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "Wert" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "Attribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "Modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "Schlüsselwort" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "Operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "Objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "Exception" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "Anweisung" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "Builtin-Funktion" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variablen" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Verursacht" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (im Modul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (Standard-Variable)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (in Modul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (Builtin-Klasse)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (Klasse in %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (Methode von %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statische Methode von %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische Methode von %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (Klassenmethode von %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (Klassenmethode von %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (Attribut von %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python-Modulindex" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "Module" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Veraltet" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "Klassenmethode" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statische Methode" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (veraltet)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (Direktive)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (Rolle)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "Direktive" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "Rolle" @@ -2243,209 +2095,200 @@ msgstr "Rolle" msgid "environment variable; %s" msgstr "Umgebungsvariable; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sKommandozeilenoption; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "Glossareintrag" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "Grammatik-Token" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "Referenz-Label" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "Umgebungsvariable" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "Programmoption" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Stichwortverzeichnis" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Suche" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "siehe %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "siehe auch %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Sonderzeichen" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2300,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[Diagramm: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[Diagramm]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[Quellcode]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Zu tun" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Der <> steht in %s, Zeile %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "ursprüngliche Eintrag" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[Doku]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modul-Quellcode" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Quellcode für %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Überblick: Modul-Quellcode" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Alle Module, für die Quellcode verfügbar ist

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2682,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "Alias von :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,113 +2775,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Achtung" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Vorsicht" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Gefahr" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Fehler" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Hinweis" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Wichtig" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Bemerkung" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Siehe auch" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tipp" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Warnung" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "Fortsetzung der vorherigen Seite" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Fortsetzung auf der nächsten Seite" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Inhaltsverzeichnis" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3002,7 +2893,7 @@ msgstr "Suche" msgid "Go" msgstr "Los" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Quellcode anzeigen" @@ -3151,13 +3042,13 @@ msgstr "suchen" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Suchergebnisse" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3090,36 @@ msgstr "C API-Änderungen" msgid "Other changes" msgstr "Andere Änderungen" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link zu dieser Überschrift" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link zu dieser Definition" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Suchergebnisse ausblenden" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Suchen" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Suche wird vorbereitet..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", in " @@ -3245,76 +3136,89 @@ msgstr "Seitenleiste einklappen" msgid "Contents" msgstr "Inhalt" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3328,140 +3232,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Link zu dieser Tabelle" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Link zu diesem Quellcode" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Link zu diesem Bild" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Permanenter Link zu diesem Inhaltsverzeichnis" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Release" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "Fortsetzung auf der nächsten Seite" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "Seite" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Fußnoten" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[Bild: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[Bild]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.js b/sphinx/locale/el/LC_MESSAGES/sphinx.js index 2ad9b2a2a8a..5aa92f5624c 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "el", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u03c3\u03c4\u03bf ", "About these documents": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "Automatically generated list of changes in version %(version)s": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 %(version)s", "C API changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf API \u03c4\u03b7\u03c2 C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2", "Complete Table of Contents": "\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "Contents": "\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03c4\u03bf Sphinx %(sphinx_version)s.", "Expand sidebar": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0391\u03c0\u03cc \u03b5\u03b4\u03ce \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1. \u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2\n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \"\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\". \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2. \u03a3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2\n \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03c5\u03bd \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03b4\u03b5 \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd.", "Full index on one page": "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "General Index": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf\u03bf", "Global Module Index": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u039c\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd", "Go": "\u03a0\u03ac\u03bc\u03b5", "Hide Search Matches": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03c5\u03c1\u03b5\u03b8\u03ad\u03bd\u03c4\u03c9\u03bd \u0391\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", "Index": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf", "Index – %(key)s": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf – %(key)s", "Index pages by letter": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03b7\u03c1\u03af\u03bf\u03c5 \u03b1\u03bd\u03ac \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1", "Indices and tables:": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2:", "Last updated on %(last_updated)s.": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 %(last_updated)s.", "Library changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2", "Navigation": "\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7", "Next topic": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1", "Other changes": "\u0386\u03bb\u03bb\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2", "Overview": "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "Permalink to this definition": "\u039c\u03cc\u03bd\u03b9\u03bc\u03bf\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc", "Permalink to this headline": "\u039c\u03cc\u03bd\u03b9\u03bc\u03bf\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "Please activate JavaScript to enable the search\n functionality.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 JavaScript \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2.", "Preparing search...": "\u03a0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2...", "Previous topic": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1", "Quick search": "\u03a3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search Page": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", "Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", "Search finished, found %s page(s) matching the search query.": "\u0397 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5, \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5/\u03b1\u03bd %s \u03c3\u03b5\u03bb\u03af\u03b4\u03b1/\u03b5\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2.", "Search within %(docstitle)s": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf %(docstitle)s", "Searching": "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Show Source": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1", "Table of Contents": "", "This Page": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "Welcome! This is": "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5! \u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u0397 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03c4\u03b1\u03c5\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03bf\u03c1\u03b8\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03b1\u03c1\u03ba\u03b5\u03c4\u03ad\u03c2 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2.", "all functions, classes, terms": "\u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2, \u03ba\u03bb\u03ac\u03c3\u03b5\u03b9\u03c2, \u03cc\u03c1\u03bf\u03b9", "can be huge": "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b5\u03c1\u03ac\u03c3\u03c4\u03b9\u03bf", "last updated": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "lists all sections and subsections": "\u03b1\u03c0\u03b1\u03c1\u03b9\u03b8\u03bc\u03b5\u03af \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1", "next chapter": "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", "previous chapter": "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", "quick access to all modules": "\u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2", "search": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "search this documentation": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7\u03c2", "the documentation for": "\u03b7 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "el", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u03c3\u03c4\u03bf ", "About these documents": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", "Automatically generated list of changes in version %(version)s": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 %(version)s", "C API changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf API \u03c4\u03b7\u03c2 C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2", "Complete Table of Contents": "\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "Contents": "\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03c4\u03bf Sphinx %(sphinx_version)s.", "Expand sidebar": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0391\u03c0\u03cc \u03b5\u03b4\u03ce \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1. \u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2\n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \"\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\". \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2. \u03a3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2\n \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03bf\u03c5\u03bd \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03b4\u03b5 \u03b8\u03b1 \u03b5\u03bc\u03c6\u03b1\u03bd\u03b9\u03c3\u03c4\u03bf\u03cd\u03bd \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd.", "Full index on one page": "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "General Index": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf\u03bf", "Global Module Index": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u039c\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd", "Go": "\u03a0\u03ac\u03bc\u03b5", "Hide Search Matches": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03c5\u03c1\u03b5\u03b8\u03ad\u03bd\u03c4\u03c9\u03bd \u0391\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd", "Index": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf", "Index – %(key)s": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf – %(key)s", "Index pages by letter": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03b7\u03c1\u03af\u03bf\u03c5 \u03b1\u03bd\u03ac \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1", "Indices and tables:": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2:", "Last updated on %(last_updated)s.": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 %(last_updated)s.", "Library changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2", "Navigation": "\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7", "Next topic": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1", "Other changes": "\u0386\u03bb\u03bb\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2", "Overview": "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7", "Permalink to this definition": "\u039c\u03cc\u03bd\u03b9\u03bc\u03bf\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc", "Permalink to this headline": "\u039c\u03cc\u03bd\u03b9\u03bc\u03bf\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c4\u03b7\u03bd \u03ba\u03b5\u03c6\u03b1\u03bb\u03af\u03b4\u03b1", "Please activate JavaScript to enable the search\n functionality.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 JavaScript \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2.", "Preparing search...": "\u03a0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2...", "Previous topic": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1", "Quick search": "\u03a3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search Page": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", "Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", "Search finished, found %s page(s) matching the search query.": "\u0397 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5, \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5/\u03b1\u03bd %s \u03c3\u03b5\u03bb\u03af\u03b4\u03b1/\u03b5\u03c2 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2.", "Search within %(docstitle)s": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf %(docstitle)s", "Searching": "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Show Source": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1", "Table of Contents": "", "This Page": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1", "Welcome! This is": "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5! \u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u0397 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03c4\u03b1\u03c5\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03bf\u03c1\u03b8\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03b1\u03c1\u03ba\u03b5\u03c4\u03ad\u03c2 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2.", "all functions, classes, terms": "\u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2, \u03ba\u03bb\u03ac\u03c3\u03b5\u03b9\u03c2, \u03cc\u03c1\u03bf\u03b9", "can be huge": "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b5\u03c1\u03ac\u03c3\u03c4\u03b9\u03bf", "last updated": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7", "lists all sections and subsections": "\u03b1\u03c0\u03b1\u03c1\u03b9\u03b8\u03bc\u03b5\u03af \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1", "next chapter": "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", "previous chapter": "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf", "quick access to all modules": "\u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2", "search": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "search this documentation": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7\u03c2", "the documentation for": "\u03b7 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index 39bb664f0e4..46face3ca4a 100644 Binary files a/sphinx/locale/el/LC_MESSAGES/sphinx.mo and b/sphinx/locale/el/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.po b/sphinx/locale/el/LC_MESSAGES/sphinx.po index 2f0ec8bc1db..6275eb49469 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Greek (http://www.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Σχήμα %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Πίνακας %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Λίστα %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Ενσωματωμένες λειτουργίες" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Επίπεδο μονάδας λειτουργίας" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d de %B de %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Κεντρικό Ευρετήριοο" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "ευρετήριο" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "επόμενο" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "προηγούμενο" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Τεκμηρίωση του %s - %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (σε " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Ευρετήριο" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Δημοσίευση" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Συντάκτης τμήματος: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Συντάκτης μονάδας: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Συντάκτης κώδικα: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Συντάκτης: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Παράμετροι" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Επιστρέφει" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Επιστρεφόμενος τύπος" @@ -1920,12 +1807,12 @@ msgstr "%s (τύπος C)" msgid "%s (C variable)" msgstr "%s (μεταβλητή C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "συνάρτηση" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "μέλος" @@ -1933,7 +1820,7 @@ msgstr "μέλος" msgid "macro" msgstr "μακροεντολή" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "τύπος" @@ -1941,297 +1828,262 @@ msgstr "τύπος" msgid "variable" msgstr "μεταβλητή" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Νέο στην έκδοση %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Άλλαξε στην έκδοση %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Αποσύρθηκε στην έκδοση %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Προκαλεί" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (τύπος C++)" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (μέλος C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (συνάρτηση C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (κλάση C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enum της C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumarator της C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "κλάση" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ενσωματωμένη συνάρτηση)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (μέθοδος της %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (κλάση)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (καθολική μεταβλητή ή σταθερά)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (ιδιότητα της %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Παράμετροι" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (μονάδα)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "μέθοδος" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "δεδομένα" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "ιδιότητα" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "μονάδα" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "λέξη κλειδί" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "τελεστής" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "αντικείμενο" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "εξαίρεση" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "δήλωση" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "ενσωματωμένη συνάρτηση" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Μεταβλητές" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Προκαλεί" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (στη μονάδα %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (ενσωματωμένη μεταβλητή)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (στη μονάδα %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (ενσωματωμένη κλάση)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (κλάση σε %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (μέθοδος %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (στατική μέθοδος %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (στατική μέθοδος της %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (μέθοδος κλάσης %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (μέθοδος κλάσης της %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (ιδιότητα της %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Ευρετήριο Μονάδων της Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "μονάδες" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Αποσύρθηκε" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "μέθοδος της κλάσης" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "στατική μέθοδος" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (αποσύρθηκε)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (οδηγία)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (ρόλος)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "οδηγία" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "ρόλος" @@ -2240,209 +2092,200 @@ msgstr "ρόλος" msgid "environment variable; %s" msgstr "μεταβλητή περιβάλλοντος; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sπαράμετρος γραμμής εντολών; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "γλωσσάρι" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "γραμματική ένδειξη" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "ετικέτα αναφοράς" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "μεταβλητή περιβάλλοντος" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "επιλογή προγράμματος" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Ευρετήριο" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Ευρετήριο μονάδων" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Σελίδα αναζήτησης" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "δείτε %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "δείτε επίσης %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Σύμβολα" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[γράφημα: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[γράφημα]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(στη %s έκδοση %s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[πηγή]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Εκκρεμότητα" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "αρχική εγγραφή" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[τεκμηρίωση]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Κώδικας μονάδας" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Πηγαίος κώδικας για το %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Επισκόπηση: κώδικας της μονάδας" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Όλες οι μονάδες για τις οποίες υπάρχει διαθέσιμος κώδικας

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "ψευδώνυμο της :κλάσης:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Προσοχή" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Προσοχή" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Κίνδυνος" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Σφάλμα" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Συμβουλή" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Σημαντικό" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Σημείωση" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Δείτε επίσης" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Πρακτική συμβουλή" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Προειδοποίηση" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "συνεχίζεται από την προηγούμενη σελίδα" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Συνεχίζεται στην επόμενη σελίδα" @@ -2999,7 +2890,7 @@ msgstr "Αναζήτηση" msgid "Go" msgstr "Πάμε" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Προβολή κώδικα" @@ -3148,13 +3039,13 @@ msgstr "αναζήτηση" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Αποτελέσματα Αναζήτησης" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "Αλλαγές στο API της C" msgid "Other changes" msgstr "Άλλες αλλαγές" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Μόνιμος σύνδεσμος σε αυτήν την κεφαλίδα" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Μόνιμος σύνδεσμος σε αυτόν τον ορισμό" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Εκτελείται η αναζήτηση" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Προετοιμασία αναζήτησης..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Η αναζήτηση ολοκληρώθηκε, βρέθηκε/αν %s σελίδα/ες με βάση τους όρους αναζήτησης." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", στο " @@ -3242,76 +3133,89 @@ msgstr "Κλείσιμο πλαϊνής μπάρας" msgid "Contents" msgstr "Περιεχόμενα" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Απευθείας σύνδεσμος σε αυτόν τον κώδικα" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Απευθείας σύνδεσμος σε αυτήν την εικόνα" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Απευθείας σύνδεσμος σε αυτόν τον πίνακα περιεχομένων" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Δημοσίευση" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Σημειώσεις υποσέλιδου" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[εικόνα: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[εικόνα]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.js b/sphinx/locale/eo/LC_MESSAGES/sphinx.js index 5493e28b8a9..82670864567 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "eo", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "A\u016dtora rajto", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "Indico universala", "Global Module Index": "Universala modjulindico", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "Indico – %(key)s", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "Sekva temo", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "Anta\u016da temo", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "sekvo \u0109apitro", "previous chapter": "anta\u016da \u0109apitro", "quick access to all modules": "", "search": "ser\u0109u", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "eo", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "A\u016dtora rajto", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "Indico universala", "Global Module Index": "Universala modjulindico", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "Indico – %(key)s", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "Sekva temo", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "Anta\u016da temo", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "sekvo \u0109apitro", "previous chapter": "anta\u016da \u0109apitro", "quick access to all modules": "", "search": "ser\u0109u", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index bcc58ad7c08..5425f46dfbd 100644 Binary files a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo and b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.po b/sphinx/locale/eo/LC_MESSAGES/sphinx.po index e8674c527e5..4253bd41025 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Esperanto (http://www.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indico universala" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indico" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "sekva" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "antaŭa" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentaro" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Aŭtoro:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametroj" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1920,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcio" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membro" @@ -1933,7 +1820,7 @@ msgstr "membro" msgid "macro" msgstr "nomaĵo" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipo" @@ -1941,297 +1828,262 @@ msgstr "tipo" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klaso" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klaso)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "datenoj" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "escepto" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "vidu %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "vidu ankaŭ %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simboloj" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Eraro" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3148,13 +3039,13 @@ msgstr "serĉu" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.js b/sphinx/locale/es/LC_MESSAGES/sphinx.js index 6d00c8a691a..3f7d051ea88 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "es", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", ", in ": ", en ", "About these documents": "Sobre este documento", "Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s", "C API changes": "Cambios en la API C", "Changes in Version %(version)s — %(docstitle)s": "Cambios en la versi\u00f3n %(version)s — %(docstitle)s", "Collapse sidebar": "Contraer barra lateral", "Complete Table of Contents": "\u00cdndice de contenidos completo", "Contents": "Contenidos", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creado con Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir barra lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Este es el di\u00e1logo de b\u00fasqueda. Introduce los t\u00e9rminos en el\n di\u00e1logo siguiente y pulsa \"buscar\". Note que el asistente buscar\u00e1 \n autom\u00e1ticamente todas las palabras. Las p\u00e1ginas que contengan \n menos palabras no aparecer\u00e1n en la lista de resultados.", "Full index on one page": "\u00cdndice completo en una p\u00e1gina", "General Index": "\u00cdndice General", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir a", "Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "\u00cdndice alfab\u00e9tico de p\u00e1ginas", "Indices and tables:": "\u00cdndices y tablas:", "Last updated on %(last_updated)s.": "Actualizado por \u00faltima vez en %(last_updated)s.", "Library changes": "Cambios en la biblioteca", "Navigation": "Navegaci\u00f3n", "Next topic": "Pr\u00f3ximo tema", "Other changes": "Otros cambios", "Overview": "Resumen", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor, active JavaScript para habilitar la funcionalidad\n de b\u00fasqueda.", "Preparing search...": "Preparando b\u00fasqueda...", "Previous topic": "Tema anterior", "Quick search": "B\u00fasqueda r\u00e1pida", "Search": "B\u00fasqueda", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda", "Search finished, found %s page(s) matching the search query.": "B\u00fasqueda finalizada, encontr\u00f3 %s p\u00e1gina(s) acorde con la consulta de b\u00fasqueda.", "Search within %(docstitle)s": "Buscar en %(docstitle)s", "Searching": "Buscando", "Show Source": "Mostrar el c\u00f3digo", "Table of Contents": "", "This Page": "Esta p\u00e1gina", "Welcome! This is": "\u00a1Bienvenido! Este es", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Su b\u00fasqueda no coincide con ning\u00fan documentos. Por favor, aseg\u00farese de que todas las palabras est\u00e9n correctamente escritas y que usted all\u00e1 seleccionado las suficientes categor\u00edas.", "all functions, classes, terms": "todas las funciones, clases, t\u00e9rminos", "can be huge": "puede ser muy grande", "last updated": "actualizado por \u00faltima vez el", "lists all sections and subsections": "muestra todas las secciones y subsecciones", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acceso r\u00e1pido a todos los m\u00f3dulos", "search": "buscar", "search this documentation": "buscar en esta documentaci\u00f3n", "the documentation for": "la documentaci\u00f3n para"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "es", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", "© Copyright %(copyright)s.": "© Derechos de autor %(copyright)s.", ", in ": ", en ", "About these documents": "Sobre este documento", "Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s", "C API changes": "Cambios en la API C", "Changes in Version %(version)s — %(docstitle)s": "Cambios en la versi\u00f3n %(version)s — %(docstitle)s", "Collapse sidebar": "Contraer barra lateral", "Complete Table of Contents": "\u00cdndice de contenidos completo", "Contents": "Contenidos", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creado con Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir barra lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Este es el di\u00e1logo de b\u00fasqueda. Introduce los t\u00e9rminos en el\n di\u00e1logo siguiente y pulsa \"buscar\". Note que el asistente buscar\u00e1 \n autom\u00e1ticamente todas las palabras. Las p\u00e1ginas que contengan \n menos palabras no aparecer\u00e1n en la lista de resultados.", "Full index on one page": "\u00cdndice completo en una p\u00e1gina", "General Index": "\u00cdndice General", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir a", "Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "\u00cdndice alfab\u00e9tico de p\u00e1ginas", "Indices and tables:": "\u00cdndices y tablas:", "Last updated on %(last_updated)s.": "Actualizado por \u00faltima vez en %(last_updated)s.", "Library changes": "Cambios en la biblioteca", "Navigation": "Navegaci\u00f3n", "Next topic": "Pr\u00f3ximo tema", "Other changes": "Otros cambios", "Overview": "Resumen", "Permalink to this definition": "Enlazar permanentemente con esta definici\u00f3n", "Permalink to this headline": "Enlazar permanentemente con este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor, active JavaScript para habilitar la funcionalidad\n de b\u00fasqueda.", "Preparing search...": "Preparando b\u00fasqueda...", "Previous topic": "Tema anterior", "Quick search": "B\u00fasqueda r\u00e1pida", "Search": "B\u00fasqueda", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda", "Search finished, found %s page(s) matching the search query.": "B\u00fasqueda finalizada, encontr\u00f3 %s p\u00e1gina(s) acorde con la consulta de b\u00fasqueda.", "Search within %(docstitle)s": "Buscar en %(docstitle)s", "Searching": "Buscando", "Show Source": "Mostrar el c\u00f3digo", "Table of Contents": "Tabla de contenido", "This Page": "Esta p\u00e1gina", "Welcome! This is": "\u00a1Bienvenido! Este es", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Su b\u00fasqueda no coincide con ning\u00fan documentos. Por favor, aseg\u00farese de que todas las palabras est\u00e9n correctamente escritas y que usted all\u00e1 seleccionado las suficientes categor\u00edas.", "all functions, classes, terms": "todas las funciones, clases, t\u00e9rminos", "can be huge": "puede ser muy grande", "last updated": "actualizado por \u00faltima vez el", "lists all sections and subsections": "muestra todas las secciones y subsecciones", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acceso r\u00e1pido a todos los m\u00f3dulos", "search": "buscar", "search this documentation": "buscar en esta documentaci\u00f3n", "the documentation for": "la documentaci\u00f3n para"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index d3b66088563..d4549e48625 100644 Binary files a/sphinx/locale/es/LC_MESSAGES/sphinx.mo and b/sphinx/locale/es/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index 7f220b2408e..fa2f761d13f 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -1,18 +1,22 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Edward Villegas-Pulgarin, 2018 +# Edward Villegas-Pulgarin, 2019 +# Edward Villegas-Pulgarin, 2018 # Guillem Borrell , 2011 +# Ivan García , 2019 # Leonardo J. Caballero G. , 2013-2018 # Takeshi KOMIYA , 2016 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Alvarez Alejandro \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Spanish (http://www.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,24 +25,24 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "directorio de configuración no contiene un archivo conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "No se encuentra directorio fuente (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Directorio fuente y directorio destino no pueden ser idénticos" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Ejecutando Sphinx v%s" #: sphinx/application.py:214 #, python-format @@ -48,95 +52,83 @@ msgid "" msgstr "Este proyecto necesita al menos Sphinx v%s y por lo tanto no se puede construir con esta versión." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' como se define actualmente en el archivo conf.py no es un Python invocable. Por favor, modifique su definición para que sea una función invocable. Esto es necesario para que el archivo conf.py se comporte como una extensión de Sphinx." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r no fue encontrado, se ignora." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "cargando traducciones [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "hecho" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "no disponible para mensajes incorporados" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "cargando el ambiente pickled..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "fallo: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Ningún constructor seleccionado, utilizando el valor predeterminado: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "éxitoso" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "finalizo con problemas" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "construir %s, %s advertencia." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "construir %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "mientras se configura la extensión %s: la clase de nodo %r ya está registrada, sus visitantes serán reemplazados" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "mientras se configura la extensión %s: la directiva %r ya está registrada, se pueden sustituir" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "mientras se configura la extensión %s: papel %r ya está registrada, se pueden sustituir" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,7 +136,7 @@ msgid "" "explicit" msgstr "la extensión de %s no declara si es seguro para la lectura en paralelo, asumiendo que no es - consulte con el autor de la extensión para comprobar y hacer explícito" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -152,60 +144,54 @@ msgid "" "explicit" msgstr "la extensión %s no declara si es seguro para la escritura paralela, suponiendo que no lo sea - solicite al autor de la extensión que lo verifique y haga explicito" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "realizando serialmente %s" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "no se puede reemplazar el ajuste de la configuración del diccionario %r, haciendo caso omiso (utilice %r para definir elementos individuales)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "número no válido %r de valor de configuración %r, haciendo caso omiso" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "no se puede reemplazar los ajustes de configuración %r con tipo no compatible, haciendo caso omiso" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "valor de configuración desconocido %r en anulación, ignorando" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "No hay tal valor de configuración: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Valor de configuración %r ya presente" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "El archivo de configuración (o uno de los módulos que importa) invocó sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -213,1028 +199,939 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Sección %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Figura %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabla %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Lista %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "El valor de configuración `{name}` tiene que ser uno de {candidates}, pero fue dado `{current}`." -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r no fue encontrado, se ignora." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Evento %r ya presente" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Nombre de evento desconocido: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "La extensión %s es requerida por la configuración de needs_extensions, pero esta no es cargada." -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Este proyecto necesita la extensión %s por lo menos en la versión %s y por lo tanto no puede ser construido con la versión cargada (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Constructor clase %s no tiene ningún atributo \"name\"" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Constructor %r ya existe (en el módulo %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nombre de constructor %s no registrados o disponibles a través del punto de entrada" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Nombre de constructor %s no registrado" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "dominio %s ya esta registrado" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "dominio %s no esta registrado" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "El %r object_type ya está registrado" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "El %r crossref_type ya está registrado" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r ya está registrado" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r ya está registrado" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "Analizador de fuentes para %s no registrado" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "source_input para %r ya está registrado" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "source_input para %s no registrado" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" -msgstr "" +msgstr "Renderizador matemático %s ya fue registrado" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "la extensión %r ya se fusionó con Sphinx desde la versión %s; esta extensión se omite." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Excepción original:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "No puede importar la extensión %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "extensión %r no tiene ninguna función setup(); ¿es realmente un módulo de extensión de Sphinx?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "La extensión %s utilizada por este proyecto necesita al menos la versión de Sphinx v%s; por lo tanto no puede ser construido con esta versión." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "extensión %r devuelve un objeto no soportado de su función setup(); debe devolver un diccionario de metadatos o ninguno" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r no tiene configuraciones de \"tema\"" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r no tiene configuraciones de \"heredar\"" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "no encontrado ningún tema llamado %r, heredado por %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "configuración de %s.%s se produce en ninguna de las configuraciones de tema buscado" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "opción de tema no soportada %r fue dada" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "Extensión de tema %r no responde correctamente." - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "archivo %r o ruta del tema no es un archivo zip válido o no contiene ningún tema" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme ya no es una dependencia difícil desde la versión 1.4.0. Por favor, instale manualmente. (pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "sin tema llamado %r encontrado (¿falta el archivo theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "compilando [mo]:" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "escribiendo salida... " -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "Todos los %d archivos po" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "todos los archivos fuente" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "archivo %r dado en la línea de comandos no está en el directorio fuente, ignorado" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "archivo %r dado en la línea de comandos no existe, ignorado" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d archivos fuente dados en la línea de comandos" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "compilando [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "buscando por archivos no actualizados..." -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "encontrado %d" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "no encontrado" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." +msgstr "no hay archivos objetivo desactualizados." + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "copiando imágenes..." -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "no se puede copiar archivo de imagen %r: %s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "no se puede escribir archivo de imagen %r: %s" -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "" +msgid "writing %s file..." +msgstr "escribiendo archivo %s..." -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype desconocido para %s, ignorando" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." +msgstr "no hay cambios en versión %s." + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Funciones incorporadas" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nivel de módulo" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "copiando archivos fuente" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "El archivo ePub está en %(outdir)s." -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "css_file inválido: %r, ignorado" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "Los catálogos de mensajes están en %(outdir)s." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "compilando [%s]:" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "objetivos para los archivos de plantillas %d" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "leyendo plantillas..." -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "escribiendo catálogos de mensajes..." -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "Las páginas HTML están en %(outdir)s." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "Error al leer la información de compilación del fichero: %r" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d de %B de %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice General" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "siguiente" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "anterior" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "generando índices..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" - -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" +msgstr "escribiendo páginas adicionales..." -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "copiando archivos descargables..." -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "no se puede copiar archivo descargable %r: %s" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "copiando archivos estáticos..." -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "archivo de logo %r no existe" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "el archivo %r usado para el favicon no existe" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "no se puede copiar archivo estático %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "copiando archivos extras..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "no se puede copiar archivo extra %r" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "Ha ocurrido un error al renderizar la pagina %s. Motivo: %r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "error escribiendo archivo %s: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "js_file inválido: %r, ignorado" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "documentación de %s - %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "enlace roto: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "Las páginas del manual están en %(outdir)s." #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Página HTML está en %(outdir)s." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "resolviendo referencias..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (en " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Los archivos de texto están en %(outdir)s." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "Los archivos XML están en %(outdir)s." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "Los archivos pseudo-XML están en %(outdir)s." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "Los archivos LaTeX están en %(outdir)s." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\nEjecuta el comando 'make' en este directorio para compilarlos usando (pdf)latex\n(usa el comando 'make latexpdf' aquí para hacer esto automáticamente)." -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Índice" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Versión" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "copiando archivos de soporte TeX..." + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "Ha ocurrido un error al compilar, iniciando depurador:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" -msgstr "" +msgstr "¡interrumpido!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" -msgstr "" +msgstr "error en marcado de reST" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "Error de codificación:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" -msgstr "" +msgstr " import sys; sys.setrecursionlimit(1500)" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "Ha ocurrido una excepción:" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" -msgstr "" +msgstr "número de trabajo debe ser un número positivo" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "Para más información, visita ." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1253,253 +1150,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "ruta a los archivos fuente de la documentación" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "ruta al directorio de salida" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "opciones generales" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "constructor a usar (por defecto: html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "escribir todos los archivos (por defecto: solo escribir archivos nuevos y modificados)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "no usar un entorno guardado, siempre leer todos los archivos" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "sobreescribir un ajuste en el fichero de configuración" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "pasar un valor a la plantilla HTML" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "opciones de salida de consola" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "escribir avisos (y errores) al fichero indicado" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "no se pueden encontrar los archivos %r" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "insertar automáticamente docstrings de los módulos" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "verificación para el cubrimiento de la documentación" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "incluir expresiones matemáticas, mostradas como imágenes PNG o SVG" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "incluir matemática, mostrada en el navegador por MathJax" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "inclusión condicional de contenido basado en valores de configuración" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "crear archivo .nojekyll para publicar el documento en páginas GitHub" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "Por favor, ingrese un nombre de ruta válido." -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "Por favor, ingrese algún texto." -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "Por favor, ingrese uno de %s." -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Por favor, ingrese cualquiera de 'y' o 'n'" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Bienvenido a la utilidad de inicio rápido de Sphinx %s." -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\nPor favor, indica el valor para los siguientes ajustes (simplemente pulsa Enter \npara aceptar el valor por defecto, si se indica entre paréntesis)." -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\nSeleccione ruta raíz: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\nIngrese la ruta raíz para la documentación." -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "Ruta raíz para la documentación" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "Error: un archivo conf.py ya existe en la ruta raíz seleccionada." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Por favor, ingrese una nueva ruta raíz (o ingrese Enter para salir)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1507,11 +1398,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Separar directorios fuente y compilado (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1519,25 +1410,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "Prefijo de nombre para directorios de plantillas y estático" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "Nombre de proyecto" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "Autor(es)" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1547,15 +1438,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "Versión del proyecto" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,24 +1455,24 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\nSi los documentos están escritos en un idioma distinto al Inglés,\npuedes seleccionar un idioma aqui a través de su código. Sphinx traducirá\nlos textos que genere en dicho idioma.\n\nPara una lista de los códigos soportados visita: \nhttp://sphinx-doc.org/config.html#confval-language." -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "Lenguaje del proyecto" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "Sufijo del archivo fuente" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1590,36 +1481,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Nombre del documento maestro (sin sufijo)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart no sobreescribirá el archivo existente." -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1627,29 +1518,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Crear Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "¿Crear archivo de comandos para Windows? (y/n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "Creando archivo %s." -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "El archivo %s ya existe, omitiendo." -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1657,26 +1548,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1686,214 +1577,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "modo silencioso" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "ruta de salida" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "Opciones básicas del proyecto" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "nombre del proyecto" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "autores" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "versión del proyecto" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "lenguaje del documento" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "sufijo de archivo fuente" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "nombre de documento maestro" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "usar epub" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" -msgstr "" +msgstr "Opciones de extensión" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "habilitada extensión %s" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "habilitar extensiones arbitrarias" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "creación del Makefile y Batchfile" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "crear makefile" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "no crear makefile" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "crear batchfile" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "no crear batchfile" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "definir una variable de proyceto" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "Variable de plantilla inválida: %s" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "Más dedent ha detectado" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Subtítulo inválido: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Archivo incluido %r no encontrado o la lectura del mismo fallo" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "Codificación %r usado para la lectura archivo incluido %r parece estar mala, trate de darle una opción :encoding:" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "No puede utilizar a \"lineno-match\" con un conjunto desunido de \"líneas\"" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Línea especifico %r: sin líneas tiradas desde el archivo incluido %r" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor de la sección: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor del módulo: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Código del autor: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parámetros" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Devuelve" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo del valor devuelto" @@ -1922,12 +1813,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "función" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "miembro" @@ -1935,7 +1826,7 @@ msgstr "miembro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipo" @@ -1943,297 +1834,262 @@ msgstr "tipo" msgid "variable" msgstr "variable" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nuevo en la versión %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Distinto en la versión %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde la versión %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." -msgstr "" +msgstr "Declaración duplicada, también definida en '%s'.\nDeclaración es '%s'." -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parametros de Plantilla" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Lanzamientos" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipo C++)" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" -msgstr "%s (concepto C++)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (miembro C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (función C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (clase C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enum de C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumeración de C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "clase" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" -msgstr "" +msgstr "unión" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "concepto" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumeración" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." -msgstr "" +msgstr "Definición duplicada, también definida en '%s'.\nEl nombre de la definición es '%s'." -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (función incorporada)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (método de %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (clase)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable global o constante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo de %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dato" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "palabra clave" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operador" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objeto" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "excepción" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "sentencia" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "función incorporada" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Muestra" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (en el módulo %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable incorporada)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (en el módulo %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (clase incorporada)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (clase en %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método de %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático de %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático de %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de clase de %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de clase de %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo de %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "método de la clase" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directiva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directiva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rol" @@ -2242,209 +2098,200 @@ msgstr "rol" msgid "environment variable; %s" msgstr "variables de entorno; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopción en línea de comandos; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termino de glosario" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "gramática simbólica" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "etiqueta de referencia" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variables de entorno" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opción de programa" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Índice" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Búsqueda" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "citación duplicada %s, otra instancia en %s" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "etiqueta duplicada %s, otra instancia en %s" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "Citación [%s] no está referenciada." -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "nueva configuración" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "configuración modificada" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "extensiones modificadas" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "directorio fuente ha cambiado" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "Error al escanear los documentos en %s: %r" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "Dominio %r no está registrado" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "ver también %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Símbolos" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "Debería crear archivo %s." -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2456,352 +2303,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "sobreescribir archivos existentes" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "ejecutar la rutina sin crear archivos" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 -msgid "don't create a table of contents file" +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:341 +msgid "don't create a table of contents file" +msgstr "no crear un archivo de tabla de contenido" + +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "sufijo de archivo (por defecto: rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "generar un proyecto completo con sphinx-quickstart" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s no es un directorio." -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "falta '+' o '-' en la opción '%s'." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' no es una opción válida." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' no es una opción pyversion válida" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" -msgstr "" +msgstr "tipo de TestCode inválido" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Directiva Graphviz no puede tener tanto el contenido y un argumento de nombre de archivo" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Archivo externo Graphviz %r no encontrado o la lectura del mismo fallo" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "comando dot %r no se puede ejecutar (necesarios para la salida de graphviz), Compruebe la configuración de graphviz_dot" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot salió con error:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot no produjo un archivo de salida:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "el valor del parámetro graphviz_output_format debe ser uno de 'png', 'svg', pero es %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[gráfica: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[gráfica]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "el comando convert %r no puede run.check el valor image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert salió con error:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Enlace permanente a esta ecuación" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(en %s versión %s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "(en %s)" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[fuente]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Por hacer" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "Marca TODO encontrada: %s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(La <> se encuentra en %s, línea %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Código de módulo" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Código fuente para %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Resumen: código de modulo" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Todos los módulos para los cuales disponen código

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2809,66 +2685,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Bases: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2883,113 +2778,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argumentos de palabras clave" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "Ejemplo" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "Ejemplos" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "Notas" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "Otros parámetros" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "Referencias" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "Avisos" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Atención" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Prudencia" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Peligro" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Error" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Consejo" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Ver también" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Truco" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Advertencia" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "proviene de la página anterior" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Continúa en la página siguiente" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Tabla de contenido" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3001,7 +2896,7 @@ msgstr "Búsqueda" msgid "Go" msgstr "Ir a" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Mostrar el código" @@ -3150,13 +3045,13 @@ msgstr "buscar" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Resultados de la búsqueda" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3198,36 +3093,36 @@ msgstr "Cambios en la API C" msgid "Other changes" msgstr "Otros cambios" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Enlazar permanentemente con este título" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Enlazar permanentemente con esta definición" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Ocultar coincidencias de la búsqueda" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Buscando" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Preparando búsqueda..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Búsqueda finalizada, encontró %s página(s) acorde con la consulta de búsqueda." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", en " @@ -3244,223 +3139,223 @@ msgstr "Contraer barra lateral" msgid "Contents" msgstr "Contenidos" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "Pie de página [%s] no está referenciado." -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "Pie de página [#] no está referenciado." -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "más de un objetivo destino encontrado para 'cualquier' referencia cruzada %r: podría ser %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s destino de referencia no encontrada: %% (destino)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "%r destino de referencia no encontrada: %% (destino)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "al agregar clases de directiva, no pueden administrarse argumentos adicionales" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "leyendo error: %s, %s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "escribiendo error: %s, %s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 #, python-format -msgid "default role %s not found" +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/util/rst.py:49 +#, python-format +msgid "default role %s not found" +msgstr "rol por defecto %s no encontrado" + +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Enlace permanente a esta tabla" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Enlace permanente a este código fuente" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Enlace permanente a esta imagen" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Enlace permanente a la tabla de contenidos" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Versión" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "continué en la próxima página" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "página" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" -msgstr "" +msgstr "El título del documento no es un nodo de texto único" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Notas a pie de página" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Clave de configuración desconocida: latex_elements[%r] se ignoran." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[imagen: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[imagen]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "tipo de nodo no implementado: %r" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "tipo de nodo desconocido: %r" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.js b/sphinx/locale/et/LC_MESSAGES/sphinx.js index a8a7147cda3..0bdcb9ee236 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "et", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s &8212; %(docstitle)s", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", ", in ": "", "About these documents": "Info selle dokumentatsiooni kohta", "Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest", "C API changes": "C API muutused", "Changes in Version %(version)s — %(docstitle)s": "Muutused versioonis %(version)s — %(docstitle)s", "Collapse sidebar": "Varja k\u00fclgriba", "Complete Table of Contents": "T\u00e4ielik sisukord", "Contents": "Sisukord", "Copyright": "Autori\u00f5igus", "Created using Sphinx %(sphinx_version)s.": "Loodud Sphinxiga (versioon: %(sphinx_version)s).", "Expand sidebar": "N\u00e4ita k\u00fclgriba", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Selle vormi abil saab otsida k\u00e4esolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsis\u00f5nad ning kl\u00f5psa \"Otsi\". Pane t\u00e4hele, et otsimisfunktsioon otsib automaatselt lehti, mis sisaldavad k\u00f5iki sisestatud s\u00f5nu. V\u00e4hemate s\u00f5nadega lehed otsingutulemustesse ei ilmu.", "Full index on one page": "T\u00e4isindeks \u00fchel lehel", "General Index": "\u00dcldindeks", "Global Module Index": "Globaalne moodulite indeks", "Go": "Otsi", "Hide Search Matches": "Varja otsingu tulemused", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeksi lehek\u00fcljed algust\u00e4he kaupa", "Indices and tables:": "Indeksid ja tabelid", "Last updated on %(last_updated)s.": "Viimati uuendatud %(last_updated)s.", "Library changes": "Teegi muutused", "Navigation": "Navigatsioon", "Next topic": "J\u00e4rgmine teema", "Other changes": "\u00dclej\u00e4\u00e4nud muutused", "Overview": "\u00dclevaade", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale", "Please activate JavaScript to enable the search\n functionality.": "Otsingu v\u00f5imaldamiseks tuleb aktiveerida JavaScript.", "Preparing search...": "Otsingu ettevalmistamine...", "Previous topic": "Eelmine teema", "Quick search": "Kiirotsing", "Search": "Otsing", "Search Page": "Otsinguleht", "Search Results": "Otsingu tulemused", "Search finished, found %s page(s) matching the search query.": "Otsingu tulemusena leiti %s leht(e).", "Search within %(docstitle)s": "Otsi %(docstitle)s piires", "Searching": "Otsimine", "Show Source": "N\u00e4ita l\u00e4htekoodi", "Table of Contents": "", "This Page": "K\u00e4esolev leht", "Welcome! This is": "Tervitused! See on", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sinu otsingule ei vastanud \u00fckski dokument. Palun veendu, et k\u00f5ik sisestatud s\u00f5nad on \u00f5igesti kirjutatud ja sa oled valikud piisaval hulgal kategooriaid.", "all functions, classes, terms": "k\u00f5ik funktsioonid, klassid ja terminid", "can be huge": "v\u00f5ib olla v\u00e4ga suur", "last updated": "viimati uuendatud", "lists all sections and subsections": "toob v\u00e4lja k\u00f5ik sektsioonid ja alamsektsioonid", "next chapter": "j\u00e4rgmine jaotis", "previous chapter": "eelmine jaotis", "quick access to all modules": "kiire ligip\u00e4\u00e4s k\u00f5igile moodulitele", "search": "otsi", "search this documentation": "otsi sellest dokumentatsioonist", "the documentation for": "dokumentatsioon projektile"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "et", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s &8212; %(docstitle)s", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", "© Copyright %(copyright)s.": "© Autori\u00f5igused %(copyright)s.", ", in ": "", "About these documents": "Info selle dokumentatsiooni kohta", "Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest", "C API changes": "C API muutused", "Changes in Version %(version)s — %(docstitle)s": "Muutused versioonis %(version)s — %(docstitle)s", "Collapse sidebar": "Varja k\u00fclgriba", "Complete Table of Contents": "T\u00e4ielik sisukorratabel", "Contents": "Sisukord", "Copyright": "Autori\u00f5igus", "Created using Sphinx %(sphinx_version)s.": "Loodud Sphinxiga (versioon: %(sphinx_version)s).", "Expand sidebar": "N\u00e4ita k\u00fclgriba", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Selle vormi abil saab otsida k\u00e4esolevast dokumentatsioonist. Sisesta allolevasse lahtrisse otsis\u00f5nad ning kl\u00f5psa \"Otsi\". Pane t\u00e4hele, et otsimisfunktsioon otsib automaatselt lehti, mis sisaldavad k\u00f5iki sisestatud s\u00f5nu. V\u00e4hemate s\u00f5nadega lehed otsingutulemustesse ei ilmu.", "Full index on one page": "T\u00e4isindeks \u00fchel lehel", "General Index": "\u00dcldindeks", "Global Module Index": "Globaalne moodulite indeks", "Go": "Otsi", "Hide Search Matches": "Varja otsingu tulemused", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Indeksi lehek\u00fcljed algust\u00e4he kaupa", "Indices and tables:": "Indeksid ja tabelid:", "Last updated on %(last_updated)s.": "Viimati uuendatud %(last_updated)s.", "Library changes": "Teegi muutused", "Navigation": "Navigatsioon", "Next topic": "J\u00e4rgmine teema", "Other changes": "\u00dclej\u00e4\u00e4nud muutused", "Overview": "\u00dclevaade", "Permalink to this definition": "P\u00fcsiviit sellele definitsioonile", "Permalink to this headline": "P\u00fcsiviit sellele pealkirjale", "Please activate JavaScript to enable the search\n functionality.": "Otsingu v\u00f5imaldamiseks tuleb aktiveerida JavaScript.", "Preparing search...": "Otsingu ettevalmistamine...", "Previous topic": "Eelmine teema", "Quick search": "Kiirotsing", "Search": "Otsing", "Search Page": "Otsinguleht", "Search Results": "Otsingu tulemused", "Search finished, found %s page(s) matching the search query.": "Otsingu tulemusena leiti %s leht(e).", "Search within %(docstitle)s": "Otsi %(docstitle)s piires", "Searching": "Otsimine", "Show Source": "N\u00e4ita l\u00e4htekoodi", "Table of Contents": "Sisukorratabel", "This Page": "K\u00e4esolev leht", "Welcome! This is": "Tervitused! See on", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sinu otsingule ei vastanud \u00fckski dokument. Palun veendu, et k\u00f5ik sisestatud s\u00f5nad on \u00f5igesti kirjutatud ja sa oled valikud piisaval hulgal kategooriaid.", "all functions, classes, terms": "k\u00f5ik funktsioonid, klassid ja terminid", "can be huge": "v\u00f5ib olla v\u00e4ga suur", "last updated": "viimati uuendatud", "lists all sections and subsections": "toob v\u00e4lja k\u00f5ik sektsioonid ja alamsektsioonid", "next chapter": "j\u00e4rgmine jaotis", "previous chapter": "eelmine jaotis", "quick access to all modules": "kiire ligip\u00e4\u00e4s k\u00f5igile moodulitele", "search": "otsi", "search this documentation": "otsi sellest dokumentatsioonist", "the documentation for": "dokumentatsioon projektile"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 5b81c1aafa1..b84d6219bc6 100644 Binary files a/sphinx/locale/et/LC_MESSAGES/sphinx.mo and b/sphinx/locale/et/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.po b/sphinx/locale/et/LC_MESSAGES/sphinx.po index ec60b30bdea..0d73a44a71f 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -1,18 +1,18 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Aivar Annamaa , 2011 # Ivar Smolin , 2012 -# Ivar Smolin , 2013-2018 +# Ivar Smolin , 2013-2019 # Luc Saffre , 2015 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Estonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" "MIME-Version: 1.0\n" @@ -22,24 +22,24 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Lähtekataloogi (%s) pole võimalik leida" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Lähtekataloog ja sihtkataloog ei tohi olla identsed" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx v%s käitamine" #: sphinx/application.py:214 #, python-format @@ -49,95 +49,83 @@ msgid "" msgstr "See projekt vajab vähemalt Sphinxi v%s ja seetõttu pole projekti võimalik käesoleva versiooniga ehitada." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ei leitud, eiratakse." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "tõlgete laadimine [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "valmis" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "konserveeritud keskkonna laadimine..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "tõrge: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Ehitajat pole valitud, kasutatakse vaikimisi ehitajat: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "oli edukas" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "lõppes probleemidega" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "ehitamine %s, %s hoiatus." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "ehitamine %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "laienduse %s ülesseadmine: direktiiv %r on juba registeeritud, see kirjutatakse üle" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +133,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +141,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "vigane number %r seadistuse väärtusele %r, eiratakse" +msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Puudub määratud seadistusväärtus: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Seadistuste väärtus %r on juba olemas" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "Seadistusfail (või mõni selle poolt imporditud moodulitest) kutsus välja sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,833 +196,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Sektsioon %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Joonis %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Nimekiri %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ei leitud, eiratakse." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Ehitaja klassil %s puudub atribuut \"name\"" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ehitaja %r on juba olemas (moodulis %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Ehitajat nimega %s pole registreeritud" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "domeen %s on juba registreeritud" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "domeen %s pole veel registreeritud" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" -msgstr "source_parser %r jaoks on juba registreeritud" +msgstr "source_parser on %r jaoks juba registreeritud" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" -msgstr "source_input %r jaoks on juba registreeritud" +msgstr "source_input on %r jaoks juba registreeritud" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" -msgstr "source_input pole %s jaoks registreeritud" - -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Algne erind:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Laiendust %s pole võimalik importida" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "erindil %r puudub funktsioon setup(); kas see on päriselt Sphinxi laiendusmoodul?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Pythoni täiustusettepanekud; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "teemal %r puudub \"theme\" säte" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "teemal %r puudub \"inherit\" säte" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "fail %r teemarajal pole korrektni zip-fail või ei sisalda see teemat" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "teemat nimega %r ei leitud (kas theme.conf on puudu?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "ehitamine [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "väljundi kirjutamine... " -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "kõik lähtefailid" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "ehitamine [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "praeguseks aegunud failide otsimine... " -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "leitud %d" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "ei leitud" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "kujutiste kopeerimine... " -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "Ülevaatefail asub kataloogis %(outdir)s." -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." +msgstr "versioonis %s pole muutusi." + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Sisseehitatud" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Mooduli tase" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "lähtefailide kopeerimine..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "ehitamine [%s]: " -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "mallide lugemine... " -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "sõnumikataloogide kirjutamine... " -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "HTML-lehed asuvad kataloogis %(outdir)s." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Üldindeks" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "järgmine" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "eelmine" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "indeksite genereerimine..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" +msgstr "lisalehtede kirjutamine..." -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "staatiliste failide kopeerimine... " -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "logofaili %r pole olemas" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "staatilist faili %r pole võimalik kopeerida" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "lisafailide kopeerimine... " -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "viga faili %s kirjutamisel: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " -msgstr "" +msgstr "objektide loendi tõmmistamine... " -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " -msgstr "" +msgstr "otsinguindeksi %s tõmmistamine ... " -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentatsioon" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "Otsi vigu ülalolevast väljundist või failist %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1048,194 +919,216 @@ msgstr "" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-leht asub kataloogis %(outdir)s." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Texinfo failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "viidete lahendamine..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (pealkirjas " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Tekstifailid asuvad kataloogis %(outdir)s." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "XML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Redaktsioon" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "TeX-i tugifailide kopeerimine..." + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "Vearaportit on võimalik esitada jälguris aadressil . Aitäh!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "Lisateabe jaoks külasta ." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,293 +1145,287 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nDokumentatsiooni genereerimine lähtefailidest.\n\nsphinx-build genereerib dokumentatsiooni kataloogis SOURCEDIR asuvatest\nfailidest ja paneb selle kataloogi OUTPUTDIR. Seadistusparameetrite lugemiseks\notsitakse SOURCEDIR kataloogist faili 'conf.py'. Mallifailide, kaasa arvatud\nconf.py genereerimiseks võib kasutada vahendit 'sphinx-quickstart'.\n\nsphinx-build suudab luua dokumentatsiooni erinevates vormingutes. Vormingu\nvalimiseks määratakse käsurealt ehitaja nimi, vaikimisi on selleks HTML.\nEhitaja võib läbi viia ka teisi dokumentatsiooni töötlemiseks vajalikke\ntoiminguid.\n\nVaikimisi ehitatakse kõik, mis on uuenenud. Üksikute failinimede määramisega\nsaab ainult valitud failidest genereeritud väljundit.\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "dokumentatsiooni lähtefailide rada" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "väljundkataloogi rada" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "määratud failide uuestiehitamine. Võtme -a korral eiratakse" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "üldsuvandid" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "kasutatav ehitaja (vaikimisi: html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "puhverdatud keskkonna ja dokumendipuu rada (vaikimisi: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "rööbiti ehitamine N protsessiga, kui võimalik (eriväärtus \"auto\" määrab N väärtuseks protsessorite arvu)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "seadistusfaili (conf.py) asukoha rada (vaikimisi sama mis SOURCEDIR)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "seadistusfaili ei kasutata üldse, ainult -D suvandid" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "seadistusfailis määratud väärtuse asendamine" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "väärtuse edastamine HTML-mallidesse" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "konsooliväljundi suvandid" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "hoiatuste muutmine vigadeks" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "erindi korral täieliku tagasijälituse näitamine" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "erindi korral Pdb käivitamine" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "faile %r pole võimalik leida" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "hoiatuste faili %r pole võimalik avada: %s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "moodulite dokumentatsioonistringide automaatne lisamine" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "\"teha\" sissekannete kirjutamine, mida võib ehitamisega peita või näidata" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "dokumentatsiooni katvuse kontrollid" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "Palun sisesta mingi tekst." -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Palun sisesta kas 'y' või 'n'." -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\nPalun sisesta järgnevate sätete väärtused (sulgudes oleva võimaliku\nvaikimisi väärtusega nõustumisel vajuta lihtsalt Enterit)." -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\nValitud juurkataloog: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "Viga: valitud juurkataloogist leiti olemasolev conf.py." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\nSul on Sphinxi väljundile ehitamiskataloogi loomiseks kaks võimalust.\nSa võid kasutada kas juurkataloogi alamkataloogi \"_build\" või\njuurkataloogi eraldi alamkatalooge \"source\" ja \"build\"." -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\nJuurkataloogis luuakse kaks või enam kataloogi: \"_templates\" kohandatud\nHTML-mallidele ja \"_static\" kohandatud laaditabelitele ning muudele\nstaatilistele failidele. Sa võid allkriipsu asendamiseks valida mõne teise\neesliite (näiteks \".\")." -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "Mallide ja staatilise kataloogi nime eesliide" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\nProjekti nimi esineb valmisehitatud dokumentatsioonis mitmes kohas." -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "Projekti nimi" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "Autorite nimed" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1435,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "Projekti versioon" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "Projekti väljalase" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,119 +1452,119 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\nKui su dokumendid pole kirjutatud inglise keeles, siis võid siin määrata\nkeele vastava keelekoodi abil. Sel juhul tõlgib Sphinx enda genereeritud\nteksti vastavasse keelde.\n\nToetatud keelekoodide kohta vaata\nhttp://sphinx-doc.org/config.html#confval-language." -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "Projekti keel" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "\nLähtefailide failinime järelliide. Üldiselt on see kas \".txt\" või \n\".rst\". Ainult selle järelliitega faile arvestatakse dokumentidena." -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "Lähtefaili järelliide" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "\nÜks dokument on eriline, kuna on \"sisukorrapuu\" ülemine sõlm,\nmis tähendab juurt dokumentide hierarhilises struktuuris.\nHarilikult on selleks \"index\", kuid kui sinu \"index\" dokument\non kohandatud mall, võid sa selleks määrata mõne muu failinime." -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "Märkus: imgmath ja mathjax ei saa korraga lubatud olla. imgmath eemaldati valikust." -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "\nSulle on võimalik genereerida Makefile ja Windowsi käsufail. Nii saad sa\nsphinx-build täieliku käsu asemel käivitada lihtsalt näiteks `make html'." -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Kas luua Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "Kas luua Windowsi käsufail? (y/n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "Faili %s loomine." -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "Fail %s on juba olemas ja jäetakse vahele." -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\nSa peaks nüüd asustama oma põhidokumendi %s ja looma ülejäänud\ndokumentatsiooni lähtefailid. " -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" -msgstr "" +msgstr "Kasuta Makefile'i dokumentide ehitamiseks, näiteks:\n make ehitaja\n" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" -msgstr "" +msgstr "kus \"ehitaja\" on mõni toetatud ehitaja, näiteks html, latex või linkcheck.\n" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,216 +1572,216 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\nSphinx-projekti jaoks vajalike failide genereerimine.\n\nsphinx-quickstart on interaktiivne tööriist, mis küsib mõned küsimused Sinu\nprojekti kohta ja seepeale genereerib täieliku dokumentatsioonikataloogi ning\nnäidis-Makefile kasutamiseks koos sphinx-buildiga.\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "vaikne režiim" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "väljundi rada" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" -msgstr "" +msgstr "Struktuuri suvandid" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "Projekti põhisuvandid" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "projekti nimi" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "autorite nimed" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "projekti versioon" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "projekti väljalase" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "dokumendi keel" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "lähtefaili järelliide" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "põhidokumendi nimi" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" -msgstr "" +msgstr "Laienduste suvandid" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "laienduse %s lubamine" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "suvaliste laienduste määramine" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Makefile ja Batchfile loomine" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "makefile loomine" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "makefile loomata jätmine" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "batchfile loomine" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "batchfile loomata jätmine" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" -msgstr "" +msgstr "Projekti loomine mallist" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "mallifailide kataloog" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "malli muutuja kirjeldamine" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Vigane selgitustekst: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Võtmeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" +msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " -msgstr "Sektsiooni autor:" +msgstr "Sektsiooni autor: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " -msgstr "Mooduli autor:" +msgstr "Mooduli autor: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " -msgstr "Koodi autor:" +msgstr "Koodi autor: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameetrid" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Tagastab" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tagastustüüp" @@ -1923,12 +1810,12 @@ msgstr "%s (C tüüp)" msgid "%s (C variable)" msgstr "%s (C muutuja)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funktsioon" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "liige" @@ -1936,7 +1823,7 @@ msgstr "liige" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tüüp" @@ -1944,297 +1831,262 @@ msgstr "tüüp" msgid "variable" msgstr "muutuja" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Uus versioonis %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Muudetud versioonis %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Iganenud alates versioonist %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Malli parameetrid" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tüüp)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ liige)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funktsioon)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ klass)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enum)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ loend)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "loend" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (sisseehitatud funktsioon)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s meetod)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globaalmuutuja või konstant)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribuut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumendid" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (moodul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "meetod" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "andmed" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribuut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "moodul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "võrrandil %s on topeltsilt, teine instants on %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "võtmesõna" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operaator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "erind" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "lause" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "sisseehitatud funktsioon" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Muutujad" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moodulis %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (sisseehitatud muutuja)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (moodulis %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (sisseehitatud klass)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klass moodulis %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s meetod)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s staatiline meetod)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s staatiline meetod)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (klassi %s.%s meetod)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (klassi %s meetod)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribuut)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Pythoni moodulite indeks" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moodulid" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Iganenud" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klassi meetod" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "staatiline meetod" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (iganenud)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktiiv)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (roll)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktiiv" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "roll" @@ -2243,209 +2095,200 @@ msgstr "roll" msgid "environment variable; %s" msgstr "keskkonnamuutuja; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" -msgstr "%s käsurea valik; %s" +msgstr "%s käsurea suvand; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "sõnastiku termin" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammatika märk" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "viite silt" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "keskkonnamuutuja" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" -msgstr "programmi valik" +msgstr "programmi suvand" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indeks" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Mooduli indeks" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Otsinguleht" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" -msgstr "" +msgstr "dokument pole ühegi sisukorrapuu osa" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "vaata %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "vaata ka %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Sümbolid" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "kujutise fail pole loetav: %s" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "kujutise fail %s pole loetav: %s" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2300,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" -msgstr "" +msgstr "laienduse suvandid" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s pole kataloog." -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "Lähtefailide doctest-testimine lõpetas, vaata tulemusi failist %(outdir)s/output.txt." -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Välist Graphviz-faili %r ei leitud või esines tõrge selle lugemisel" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot käsku %r pole võimalik käivitada (vajalik graphvizi väljundi jaoks), kontrolli graphviz_dot sätteid" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot lõpetas veaga:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot ei loonud väljundfaili:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format peab olema kas 'png' või 'svg', kuid mitte %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[joonis: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[joonis]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "convert käsku %r pole võimalik käivitada. kontrolli image_converter sätteid" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert lõpetas veaga:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Püsiviit sellele võrrandile" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(projektis %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[lähtekood]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Teha" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "Leitud TEHA kirje: %s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" -msgstr "(<> asub %s, real %d.)" +msgstr "(<> asub failis %s, real %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "algne kirje" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentatsioon]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Mooduli kood" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s lähtekood

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Ülevaade: mooduli kood" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Kõik lähtekoodiga moodulid

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2682,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Põlvnemine: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "klassi :class:`%s` sünonüüm" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] automaatkokkuvõtte genereerimine failile: %s" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] kirjutamine kataloogi %s" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,113 +2775,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" -msgstr "" +msgstr "lähtefailid, mille kohta rST-faile genereerida" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" -msgstr "" +msgstr "väljundfailide kataloog" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "failide vaikimisi järelliide (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "kohandatud mallide kataloog (vaikimisi: %(default)s)" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "imporditud liikmete dokumenteerimine (vaikimisi: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Võtmesõnadega argumendid" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "Näide" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "Näited" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "Märkused" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Tähelepanu" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Ettevaatust" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Oht" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Viga" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Tähtis" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Märkus" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Vaata ka" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Nõuanne" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Hoiatus" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "jätk eelmisele leheküljele" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Jätkub järgmisel lehel" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Sisukorratabel" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3002,7 +2893,7 @@ msgstr "Otsing" msgid "Go" msgstr "Otsi" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Näita lähtekoodi" @@ -3024,11 +2915,11 @@ msgstr "viimati uuendatud" #: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" -msgstr "Indeksid ja tabelid" +msgstr "Indeksid ja tabelid:" #: sphinx/themes/basic/defindex.html:23 msgid "Complete Table of Contents" -msgstr "Täielik sisukord" +msgstr "Täielik sisukorratabel" #: sphinx/themes/basic/defindex.html:24 msgid "lists all sections and subsections" @@ -3151,13 +3042,13 @@ msgstr "otsi" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Otsingu tulemused" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3090,36 @@ msgstr "C API muutused" msgid "Other changes" msgstr "Ülejäänud muutused" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Püsiviit sellele pealkirjale" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Püsiviit sellele definitsioonile" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Varja otsingu tulemused" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Otsimine" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Otsingu ettevalmistamine..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Otsingu tulemusena leiti %s leht(e)." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3245,76 +3136,89 @@ msgstr "Varja külgriba" msgid "Contents" msgstr "Sisukord" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3328,140 +3232,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Püsiviit sellele tabelile" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Püsiviit sellele programmikoodile" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Püsiviit sellele pildile" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Püsiviit sellele sisukorrapuule" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Redaktsioon" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "jätkub järgmisel leheküljel" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "lehekülg" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Joonealused märkused" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Tundmatu seadistusvõti: latex_elements[%r] eiratakse." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[pilt: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[pilt]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.js b/sphinx/locale/eu/LC_MESSAGES/sphinx.js index 2d5c43c580f..b950c1aefd2 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "eu", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Dokumentu hauen inguruan", "Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda", "C API changes": "C API aldaketak", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Alboko barra tolestu", "Complete Table of Contents": "Eduki taula osoa", "Contents": "Edukiak", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s erabiliz sortutakoa.", "Expand sidebar": "Alboko barra luzatu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko.", "Full index on one page": "Indize guztia orri batean", "General Index": "Indize orokorra", "Global Module Index": "Modulu indize globala", "Go": "Joan", "Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Index": "Indizea", "Index – %(key)s": "Indizea – %(key)s", "Index pages by letter": "Indize orriak hizkika", "Indices and tables:": "Indizeak eta taulak:", "Last updated on %(last_updated)s.": "Azken aldaketa: %(last_updated)s.", "Library changes": "Liburutegi aldaketak", "Navigation": "Nabigazioa", "Next topic": "Hurrengo gaia", "Other changes": "Beste aldaketak", "Overview": "Gainbegirada", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra", "Please activate JavaScript to enable the search\n functionality.": "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko.", "Preparing search...": "", "Previous topic": "Aurreko gaia", "Quick search": "Bilaketa azkarra", "Search": "Bilatu", "Search Page": "Bilaketa orria", "Search Results": "Bilaketa emaitzak", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n", "Searching": "", "Show Source": "Iturburua ikusi", "Table of Contents": "", "This Page": "Orri hau", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "funtzio, klase, termino guztiak", "can be huge": "handia izan daiteke", "last updated": "", "lists all sections and subsections": "atal eta azpiatal guztiak zerrendatu", "next chapter": "hurrengo kapitulua", "previous chapter": "aurreko kapitulua", "quick access to all modules": "modulu guztietara atzipen azkarra", "search": "bilatu", "search this documentation": "dokumentazio honetan bilatu", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "eu", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Dokumentu hauen inguruan", "Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda", "C API changes": "C API aldaketak", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Alboko barra tolestu", "Complete Table of Contents": "Eduki taula osoa", "Contents": "Edukiak", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s erabiliz sortutakoa.", "Expand sidebar": "Alboko barra luzatu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Honekin dokumentu hauetan bilatu dezakezu. Sartu zure bilaketa hitzak\nondoko kutxan eta \"bilatu\" sakatu. Kontutan eduki bilaketa funtzioak\nhitz guztiak bilatuko dituela. Hitz gutxiago dituzten orriak ez dira \nemaitzen zerrendan agertuko.", "Full index on one page": "Indize guztia orri batean", "General Index": "Indize orokorra", "Global Module Index": "Modulu indize globala", "Go": "Joan", "Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu", "Index": "Indizea", "Index – %(key)s": "Indizea – %(key)s", "Index pages by letter": "Indize orriak hizkika", "Indices and tables:": "Indizeak eta taulak:", "Last updated on %(last_updated)s.": "Azken aldaketa: %(last_updated)s.", "Library changes": "Liburutegi aldaketak", "Navigation": "Nabigazioa", "Next topic": "Hurrengo gaia", "Other changes": "Beste aldaketak", "Overview": "Gainbegirada", "Permalink to this definition": "Definizio honetarako esteka iraunkorra", "Permalink to this headline": "Goiburu honetarako esteka iraunkorra", "Please activate JavaScript to enable the search\n functionality.": "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko.", "Preparing search...": "", "Previous topic": "Aurreko gaia", "Quick search": "Bilaketa azkarra", "Search": "Bilatu", "Search Page": "Bilaketa orria", "Search Results": "Bilaketa emaitzak", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n", "Searching": "", "Show Source": "Iturburua ikusi", "Table of Contents": "", "This Page": "Orri hau", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "funtzio, klase, termino guztiak", "can be huge": "handia izan daiteke", "last updated": "", "lists all sections and subsections": "atal eta azpiatal guztiak zerrendatu", "next chapter": "hurrengo kapitulua", "previous chapter": "aurreko kapitulua", "quick access to all modules": "modulu guztietara atzipen azkarra", "search": "bilatu", "search this documentation": "dokumentazio honetan bilatu", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 1c514a9b33c..59a014da658 100644 Binary files a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.po b/sphinx/locale/eu/LC_MESSAGES/sphinx.po index 27c7ee2e3e0..5533e6c6da3 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Basque (http://www.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Hobekuntza Proposamena; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulu maila" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y %b %d" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indize orokorra" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indizea" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "hurrengoa" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "aurrekoa" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentazioa" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (hemen: " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indizea" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Argitalpena" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Atalaren egilea: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Moduluaren egilea: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kodearen egilea: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Egilea:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametroak" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Itzultzen du" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Itzulketa mota" @@ -1921,12 +1808,12 @@ msgstr "%s (C mota)" msgid "%s (C variable)" msgstr "%s (C aldagaia)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funtzioa" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "partaidea" @@ -1934,7 +1821,7 @@ msgstr "partaidea" msgid "macro" msgstr "makroa" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "mota" @@ -1942,297 +1829,262 @@ msgstr "mota" msgid "variable" msgstr "aldagaia" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Berria %s bertsioan" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "%s bertsioan aldatuta" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "%s bertsiotik aurrera zaharkituta" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Jaurtitzen du" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ mota)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ partaidea)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funtzioa)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ klasea)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasea" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodoa)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasea)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (aldagai globala edo konstantea)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributua)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumentuak" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modulua)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metodoa" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "datuak" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributua" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modulua" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "gako-hitza" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "eragiketa" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objetua" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "salbuespena" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "sententzia" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Aldagaiak" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Goratzen du" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s moduluan)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s moduluan)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasea %s-(e)n)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodoa)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo estatikoa)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo estatikoa)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klaseko metodoa)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klaseko metodoa)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributua)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python moduluen indizea" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduluak" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Zaharkitua" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klaseko metodoa" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "metodo estatikoa" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (zaharkitua)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rola" @@ -2241,209 +2093,200 @@ msgstr "rola" msgid "environment variable; %s" msgstr "inguruneko aldagaia; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skomando lerroko aukera; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "glosarioko terminoa" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "gramatikako token-a" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "erreferentzia etiketa" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "inguruneko aldagaia" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programako aukera" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indizea" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Moduluen indizea" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Bilaketa orria" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%s ikusi" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "ikusi %s baita ere" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[iturburua]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Egitekoa" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "jatorrizko sarrera" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentazioa]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Moduluko kodea" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s(r)en iturburu kodea

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Gainbegirada: moduluko kodea" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Kodea eskuragarri duten modulu guztiak

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Adi" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Kontuz" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Arriskua" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Errorea" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Argibidea" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Garrantzitsua" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Oharra" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Ikusi baita ere" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Iradokizuna" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Kontuz" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "aurreko orritik jarraitzen du" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Hurrengo orrian jarraitzen du" @@ -3000,7 +2891,7 @@ msgstr "Bilatu" msgid "Go" msgstr "Joan" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Iturburua ikusi" @@ -3149,13 +3040,13 @@ msgstr "bilatu" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Bilaketa emaitzak" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "C API aldaketak" msgid "Other changes" msgstr "Beste aldaketak" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Goiburu honetarako esteka iraunkorra" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Definizio honetarako esteka iraunkorra" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Bilaketa bat-etortzeak ezkutatu" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3243,76 +3134,89 @@ msgstr "Alboko barra tolestu" msgid "Contents" msgstr "Edukiak" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Argitalpena" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Oin-oharrak" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[irudia]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.js b/sphinx/locale/fa/LC_MESSAGES/sphinx.js index e3547a654c8..753f0705857 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fa", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s", "C API changes": "C API \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u0645\u0637\u0627\u0644\u0628", "Contents": "", "Copyright": "\u06a9\u067e\u06cc \u0631\u0627\u06cc\u062a", "Created using Sphinx %(sphinx_version)s.": ". Sphinx %(sphinx_version)s \u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0628\u0627", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u062f\u0631 \u06cc\u06a9 \u0635\u0641\u062d\u0647", "General Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc", "Global Module Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc \u0645\u0627\u0698\u0648\u0644 \u0647\u0627", "Go": "\u0628\u0631\u0648", "Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "Index": "\u0641\u0647\u0631\u0633\u062a", "Index – %(key)s": "\u0641\u0647\u0631\u0633\u062a – %(key)s", "Index pages by letter": "\u0641\u0647\u0631\u0633\u062a \u0635\u0641\u062d\u0627\u062a \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u0631\u0648\u0641", "Indices and tables:": "\u0627\u06cc\u0646\u062f\u06a9\u0633 \u0647\u0627 \u0648 \u062c\u062f\u0627\u0648\u0644:", "Last updated on %(last_updated)s.": ". %(last_updated)s \u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u062f\u0631", "Library changes": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0627\u06cc\u06cc", "Navigation": "\u0646\u0627\u0648\u0628\u0631\u06cc", "Next topic": "\u0645\u0648\u0636\u0648\u0639 \u0628\u0639\u062f\u06cc", "Other changes": "\u062f\u06af\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Overview": "\u0628\u0631\u0631\u0633\u06cc \u0627\u062c\u0645\u0627\u0644\u06cc", "Permalink to this definition": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0639\u0631\u06cc\u0641", "Permalink to this headline": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u0633\u0631 \u0645\u0642\u0627\u0644\u0647", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u0645\u0648\u0636\u0648\u0639 \u0642\u0628\u0644\u06cc", "Quick search": "\u062c\u0633\u062a\u062c\u0648 \u0633\u0631\u06cc\u0639", "Search": "\u062c\u0633\u062a\u062c\u0648", "Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648", "Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s", "Searching": "", "Show Source": "\u0646\u0645\u0627\u06cc\u0634 \u0633\u0648\u0631\u0633", "Table of Contents": "", "This Page": "\u0635\u0641\u062d\u0647 \u0641\u0639\u0644\u06cc", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u062a\u0645\u0627\u0645\u06cc \u062a\u0648\u0627\u0628\u0639 \u060c \u06a9\u0644\u0627\u0633 \u0647\u0627 \u060c \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a", "can be huge": "", "last updated": "", "lists all sections and subsections": "\u0641\u0647\u0631\u0633\u062a \u062a\u0645\u0627\u0645\u06cc \u0628\u062e\u0634 \u0647\u0627 \u0648 \u0632\u06cc\u0631 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627", "next chapter": "\u0641\u0635\u0644 \u0628\u0639\u062f\u06cc", "previous chapter": "\u0641\u0635\u0644 \u0642\u0628\u0644\u06cc", "quick access to all modules": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u062a\u0645\u0627\u0645\u06cc \u0645\u062a\u062f\u0647\u0627", "search": "\u062c\u0633\u062a\u062c\u0648", "search this documentation": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0633\u0646\u0627\u062f", "the documentation for": ""}, "plural_expr": "(n > 1)"}); +Documentation.addTranslations({"locale": "fa", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a", "Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s", "C API changes": "C API \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u0645\u0637\u0627\u0644\u0628", "Contents": "", "Copyright": "\u06a9\u067e\u06cc \u0631\u0627\u06cc\u062a", "Created using Sphinx %(sphinx_version)s.": ". Sphinx %(sphinx_version)s \u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0628\u0627", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u062f\u0631 \u06cc\u06a9 \u0635\u0641\u062d\u0647", "General Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc", "Global Module Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc \u0645\u0627\u0698\u0648\u0644 \u0647\u0627", "Go": "\u0628\u0631\u0648", "Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647", "Index": "\u0641\u0647\u0631\u0633\u062a", "Index – %(key)s": "\u0641\u0647\u0631\u0633\u062a – %(key)s", "Index pages by letter": "\u0641\u0647\u0631\u0633\u062a \u0635\u0641\u062d\u0627\u062a \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u0631\u0648\u0641", "Indices and tables:": "\u0627\u06cc\u0646\u062f\u06a9\u0633 \u0647\u0627 \u0648 \u062c\u062f\u0627\u0648\u0644:", "Last updated on %(last_updated)s.": ". %(last_updated)s \u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u062f\u0631", "Library changes": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0627\u06cc\u06cc", "Navigation": "\u0646\u0627\u0648\u0628\u0631\u06cc", "Next topic": "\u0645\u0648\u0636\u0648\u0639 \u0628\u0639\u062f\u06cc", "Other changes": "\u062f\u06af\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a", "Overview": "\u0628\u0631\u0631\u0633\u06cc \u0627\u062c\u0645\u0627\u0644\u06cc", "Permalink to this definition": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u062a\u0639\u0631\u06cc\u0641", "Permalink to this headline": "\u0644\u06cc\u0646\u06a9 \u062b\u0627\u0628\u062a \u0628\u0647 \u0627\u06cc\u0646 \u0633\u0631 \u0645\u0642\u0627\u0644\u0647", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\u0645\u0648\u0636\u0648\u0639 \u0642\u0628\u0644\u06cc", "Quick search": "\u062c\u0633\u062a\u062c\u0648 \u0633\u0631\u06cc\u0639", "Search": "\u062c\u0633\u062a\u062c\u0648", "Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648", "Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s", "Searching": "", "Show Source": "\u0646\u0645\u0627\u06cc\u0634 \u0633\u0648\u0631\u0633", "Table of Contents": "", "This Page": "\u0635\u0641\u062d\u0647 \u0641\u0639\u0644\u06cc", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u062a\u0645\u0627\u0645\u06cc \u062a\u0648\u0627\u0628\u0639 \u060c \u06a9\u0644\u0627\u0633 \u0647\u0627 \u060c \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a", "can be huge": "", "last updated": "", "lists all sections and subsections": "\u0641\u0647\u0631\u0633\u062a \u062a\u0645\u0627\u0645\u06cc \u0628\u062e\u0634 \u0647\u0627 \u0648 \u0632\u06cc\u0631 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627", "next chapter": "\u0641\u0635\u0644 \u0628\u0639\u062f\u06cc", "previous chapter": "\u0641\u0635\u0644 \u0642\u0628\u0644\u06cc", "quick access to all modules": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u062a\u0645\u0627\u0645\u06cc \u0645\u062a\u062f\u0647\u0627", "search": "\u062c\u0633\u062a\u062c\u0648", "search this documentation": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0633\u0646\u0627\u062f", "the documentation for": ""}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index 91cce73eee7..4ffac4895ff 100644 Binary files a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.po b/sphinx/locale/fa/LC_MESSAGES/sphinx.po index a8ce91f3997..129ad45afa5 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Persian (http://www.transifex.com/sphinx-doc/sphinx-1/language/fa/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "درونی سازی" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "در سطح ماژول" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "فهرست کلی" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "فهرست" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "بعدی" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "قبلی" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "فهرست" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "انتشار" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr ":نویسنده این بخش" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "نویسنده این ماژول:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr ":نویسنده" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "پارامترها" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "نوع برگشتی" @@ -1919,12 +1806,12 @@ msgstr "%s (C نوع)" msgid "%s (C variable)" msgstr "%s (C متغیر)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1827,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "جدید در نسخه %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "تغییر داده شده در نسخه %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "منسوخ شده از نسخه %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (توابع درونی)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s متد)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s مشخصه)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (ماژول)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "ماژول" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "کلمه کلیدی" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "عملگر" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "شیء" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "استثناء" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "گذاره" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "توابع درونی" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "برانگیختن" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (در ماژول %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (متغیر درونی)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (در ماژول %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (کلاس درونی)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (کلاس در %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s متد)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s متد استاتیک)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s متد استاتیک)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s مشخصه)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "ماژول ها" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "منسوخ شده" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2091,200 @@ msgstr "" msgid "environment variable; %s" msgstr "%s متغیرهای عمومی؛" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sگزینه خط فرمان; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "فهرست" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "فهرست ماژول ها" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "صفحه جستجو" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "در دست انجام" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "دقت" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "ملاحظه" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "خطر" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "خطا" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "تذکر" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "مهم" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "توجه" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "همچنین ملاحظه نمائید" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "نکته" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "هشدار" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2889,7 @@ msgstr "جستجو" msgid "Go" msgstr "برو" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "نمایش سورس" @@ -3147,13 +3038,13 @@ msgstr "جستجو" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "نتایج جستجو" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "C API تغییرات" msgid "Other changes" msgstr "دگر تغییرات" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "لینک ثابت به این سر مقاله" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "لینک ثابت به این تعریف" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "عدم نمایش نتایج یافت شده" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "انتشار" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.js b/sphinx/locale/fi/LC_MESSAGES/sphinx.js index b36de1e729c..4dd9a1f367f 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4", "Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Anna hakusanat kokonaan, osasanoilla ei haeta.", "Full index on one page": "Hakemisto yhten\u00e4 luettelona", "General Index": "Yleinen sis\u00e4llysluettelo", "Global Module Index": "Yleinen moduulien sis\u00e4llysluettelo", "Go": "Siirry", "Hide Search Matches": "Piilota l\u00f6ydetyt", "Index": "Sis\u00e4llysluettelo", "Index – %(key)s": "", "Index pages by letter": "Hakemisto aakkostus sivuttain", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "Navikointi", "Next topic": ">>", "Other changes": "", "Overview": "Yhteenveto", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "Javascript pit\u00e4\u00e4 olla sallittu, jotta etsint\u00e4 toimii.", "Preparing search...": "", "Previous topic": "<<", "Quick search": "Pikahaku", "Search": "Etsi", "Search Page": "Etsi sivu", "Search Results": "Etsinn\u00e4n tulos", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "N\u00e4yt\u00e4 l\u00e4hdekoodina", "Table of Contents": "", "This Page": "T\u00e4m\u00e4 sivu", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "voi olla iso", "last updated": "", "lists all sections and subsections": "", "next chapter": ">>", "previous chapter": "<<", "quick access to all modules": "", "search": "etsi", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "fi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4", "Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Anna hakusanat kokonaan, osasanoilla ei haeta.", "Full index on one page": "Hakemisto yhten\u00e4 luettelona", "General Index": "Yleinen sis\u00e4llysluettelo", "Global Module Index": "Yleinen moduulien sis\u00e4llysluettelo", "Go": "Siirry", "Hide Search Matches": "Piilota l\u00f6ydetyt", "Index": "Sis\u00e4llysluettelo", "Index – %(key)s": "", "Index pages by letter": "Hakemisto aakkostus sivuttain", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "Navikointi", "Next topic": ">>", "Other changes": "", "Overview": "Yhteenveto", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "Javascript pit\u00e4\u00e4 olla sallittu, jotta etsint\u00e4 toimii.", "Preparing search...": "", "Previous topic": "<<", "Quick search": "Pikahaku", "Search": "Etsi", "Search Page": "Etsi sivu", "Search Results": "Etsinn\u00e4n tulos", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "N\u00e4yt\u00e4 l\u00e4hdekoodina", "Table of Contents": "", "This Page": "T\u00e4m\u00e4 sivu", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "voi olla iso", "last updated": "", "lists all sections and subsections": "", "next chapter": ">>", "previous chapter": "<<", "quick access to all modules": "", "search": "etsi", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index d4ef5e6cacb..233cdbe1a85 100644 Binary files a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 06a9621d7c4..d82b6bf726b 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Finnish (http://www.transifex.com/sphinx-doc/sphinx-1/language/fi/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Moduulitaso" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Yleinen sisällysluettelo" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "hakemisto" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr ">" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "<" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Sisällysluettelo" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Luvun kirjoittaja: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Moduulin kirjoittaja: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Tekijä: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1920,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1933,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1941,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Uusi versiossa %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Muutettu versiossa %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Poistettu versiosta %s alkaen" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (moduuli)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "moduuli" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduulit" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Poistettu" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (poistettu)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Sisällysluettelo" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Moduuli sisällysluettelo" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Etsi sivu" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Tehtävä vielä" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Huom" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Varoitus" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Vaara" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Virhe" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Vihje" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Tärkeä" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Muista" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Katso myös" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Vihje" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Varoitus" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "Etsi" msgid "Go" msgstr "Siirry" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Näytä lähdekoodina" @@ -3148,13 +3039,13 @@ msgstr "etsi" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Etsinnän tulos" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Piilota löydetyt" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.js b/sphinx/locale/fr/LC_MESSAGES/sphinx.js index 6837bec7631..ab249608643 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "fr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", dans", "About these documents": "\u00c0 propos de ces documents", "Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s", "C API changes": "Modifications de l'API C", "Changes in Version %(version)s — %(docstitle)s": "Changements dans la version %(version)s — %(docstitle)s", "Collapse sidebar": "R\u00e9duire la barre lat\u00e9rale", "Complete Table of Contents": "Table des mati\u00e8res compl\u00e8te", "Contents": "Contenu", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Cr\u00e9\u00e9 avec Sphinx %(sphinx_version)s.", "Expand sidebar": "Agrandir la barre lat\u00e9rale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalit\u00e9 de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'appara\u00eetront pas dans la liste des r\u00e9sultats.", "Full index on one page": "Index complet sur une seule page", "General Index": "Index g\u00e9n\u00e9ral", "Global Module Index": "Index g\u00e9n\u00e9ral des modules", "Go": "Go", "Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexer les pages par lettre", "Indices and tables:": "Indices et Tables :", "Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.", "Library changes": "Modifications de la biblioth\u00e8que", "Navigation": "Navigation", "Next topic": "Sujet suivant", "Other changes": "Autres modifications", "Overview": "R\u00e9sum\u00e9", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Permalink to this headline": "Lien permanent vers ce titre", "Please activate JavaScript to enable the search\n functionality.": "Veuillez activer le JavaScript pour que la recherche fonctionne.", "Preparing search...": "Pr\u00e9paration de la recherche...", "Previous topic": "Sujet pr\u00e9c\u00e9dent", "Quick search": "Recherche rapide", "Search": "Recherche", "Search Page": "Page de recherche", "Search Results": "R\u00e9sultats de la recherche", "Search finished, found %s page(s) matching the search query.": "La recherche est finie, %s page(s) trouv\u00e9e(s) qui corresponde(nt) \u00e0 la recherche.", "Search within %(docstitle)s": "Recherchez dans %(docstitle)s", "Searching": "Recherche en cours", "Show Source": "Montrer le code source", "Table of Contents": "", "This Page": "Cette page", "Welcome! This is": "Bienvenue ! Ceci est", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Votre recherche ne correspond \u00e0 aucun document. Veuillez v\u00e9rifier que les mots sont correctement orthographi\u00e9s et que vous avez s\u00e9lectionn\u00e9 assez de cat\u00e9gories.", "all functions, classes, terms": "toutes les fonctions, classes, termes", "can be huge": "peut \u00eatre \u00e9norme", "last updated": "derni\u00e8re modification", "lists all sections and subsections": "lister l'ensemble des sections et sous-sections", "next chapter": "Chapitre suivant", "previous chapter": "Chapitre pr\u00e9c\u00e9dent", "quick access to all modules": "acc\u00e8s rapide \u00e0 l'ensemble des modules", "search": "rechercher", "search this documentation": "rechercher dans cette documentation", "the documentation for": "la documentation pour"}, "plural_expr": "(n > 1)"}); +Documentation.addTranslations({"locale": "fr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", dans", "About these documents": "\u00c0 propos de ces documents", "Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s", "C API changes": "Modifications de l'API C", "Changes in Version %(version)s — %(docstitle)s": "Changements dans la version %(version)s — %(docstitle)s", "Collapse sidebar": "R\u00e9duire la barre lat\u00e9rale", "Complete Table of Contents": "Table des mati\u00e8res compl\u00e8te", "Contents": "Contenu", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Cr\u00e9\u00e9 avec Sphinx %(sphinx_version)s.", "Expand sidebar": "Agrandir la barre lat\u00e9rale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Vous pouvez effectuer une recherche au sein des documents. Saisissez les termes\nde votre recherche dans le champs ci-dessous et cliquez sur \"rechercher\". Notez que la fonctionnalit\u00e9 de recherche\nva automatiquement chercher l'ensemble des mots. Les pages\ncontenant moins de mots n'appara\u00eetront pas dans la liste des r\u00e9sultats.", "Full index on one page": "Index complet sur une seule page", "General Index": "Index g\u00e9n\u00e9ral", "Global Module Index": "Index g\u00e9n\u00e9ral des modules", "Go": "Go", "Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexer les pages par lettre", "Indices and tables:": "Indices et Tables :", "Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.", "Library changes": "Modifications de la biblioth\u00e8que", "Navigation": "Navigation", "Next topic": "Sujet suivant", "Other changes": "Autres modifications", "Overview": "R\u00e9sum\u00e9", "Permalink to this definition": "Lien permanent vers cette d\u00e9finition", "Permalink to this headline": "Lien permanent vers ce titre", "Please activate JavaScript to enable the search\n functionality.": "Veuillez activer le JavaScript pour que la recherche fonctionne.", "Preparing search...": "Pr\u00e9paration de la recherche...", "Previous topic": "Sujet pr\u00e9c\u00e9dent", "Quick search": "Recherche rapide", "Search": "Recherche", "Search Page": "Page de recherche", "Search Results": "R\u00e9sultats de la recherche", "Search finished, found %s page(s) matching the search query.": "La recherche est finie, %s page(s) trouv\u00e9e(s) qui corresponde(nt) \u00e0 la recherche.", "Search within %(docstitle)s": "Recherchez dans %(docstitle)s", "Searching": "Recherche en cours", "Show Source": "Montrer le code source", "Table of Contents": "Table des mati\u00e8res", "This Page": "Cette page", "Welcome! This is": "Bienvenue ! Ceci est", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Votre recherche ne correspond \u00e0 aucun document. Veuillez v\u00e9rifier que les mots sont correctement orthographi\u00e9s et que vous avez s\u00e9lectionn\u00e9 assez de cat\u00e9gories.", "all functions, classes, terms": "toutes les fonctions, classes, termes", "can be huge": "peut \u00eatre \u00e9norme", "last updated": "derni\u00e8re modification", "lists all sections and subsections": "lister l'ensemble des sections et sous-sections", "next chapter": "Chapitre suivant", "previous chapter": "Chapitre pr\u00e9c\u00e9dent", "quick access to all modules": "acc\u00e8s rapide \u00e0 l'ensemble des modules", "search": "rechercher", "search this documentation": "rechercher dans cette documentation", "the documentation for": "la documentation pour"}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index c82ea57e072..303dbccbf20 100644 Binary files a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index fca3d856cdd..8dc6116c4da 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,9 +11,11 @@ # François Poirotte , 2016-2017 # Georg Brandl , 2014 # Jean-Daniel Browne , 2010 -# Jean-François B. , 2017-2018 +# Jean-François B. , 2017-2019 # Julien Palard , 2017 +# Julien Malard , 2019 # Larlet David , 2008 +# LAURENT Raphaël , 2018-2019 # Lilian Besson , 2013-2014 # Nikolaj van Omme , 2014-2015 # Pierre Grépon , 2016 @@ -23,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-10 09:25+0000\n" -"Last-Translator: Jean-François B. \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-27 16:29+0000\n" +"Last-Translator: Julien Malard \n" "Language-Team: French (http://www.transifex.com/sphinx-doc/sphinx-1/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -34,122 +36,110 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "Le répertoire de configuration ne contient pas de fichier conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Impossible de trouver le répertoire source (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Les répertoires source et destination ne doivent pas être identiques." -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx v%s en cours d'exécution" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "Ce projet nécessite au minimum Sphinx v%s et ne peut donc pas être construit avec cette version." +msgstr "Ce projet nécessite au minimum Sphinx v%s et ne peut donc être construit avec cette version." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "" +msgid "making output directory" +msgstr "création du répertoire de sortie" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "lors de l'initialisation de l'extension%s :" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' tel que défini dans conf.py n'est pas un objet Python appelable. Veuillez modifier sa définition pour en faire une fonction appelable. Ceci est nécessaire pour que conf.py se comporte comme une extension Sphinx." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r non trouvé; ignoré." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "Chargement des traductions [%s]..." -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "fait" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "non disponible pour les messages intrinsèques" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "chargement de l'environnement sérialisé..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "échec : %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Aucun constructeur sélectionné, utilisation du défaut : html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "réussi" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "s'est terminé avec des problèmes" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." -msgstr "" +msgstr "compilation %s, %s avertissement." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." -msgstr "" +msgstr "compilation %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "lors de la mise en place de l’extension %s : la classe de node %r est déjà enregistrée, ses visiteurs seront écrasés" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "lors de la mise en place de l'extension %s : la directive %r est déjà enregistrée, elle sera écrasée" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "lors de la mise en place de l'extension %s : le role %r est déjà enregistré, il sera écrasé" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -157,7 +147,7 @@ msgid "" "explicit" msgstr "l’extension %s ne se déclare pas compatible à la lecture en parallèle, on supposera qu’elle ne l'est pas - merci de demander à l'auteur de l’extension de vérifier ce qu’il en est et de le préciser explicitement" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -165,1089 +155,994 @@ msgid "" "explicit" msgstr "l’extension %s ne se déclare pas compatible à l’écriture en parallèle, on supposera qu’elle ne l’est pas - merci de demander à l'auteur de l’extension de vérifier ce qu’il en est et de le préciser explicitement" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "impossible d'écraser le dictionnaire de configuration %r ; ignoré (utilisez %r pour modifier les éléments individuellement)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "impossible de remplacer le paramètre de configuration %r par un type non-supporté ; ignoré" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "paramètre de configuration %r inconnu dans override ; ignoré" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Option de configuration inexistante : %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "L'option de configuration %r est déjà présente" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Il y a une erreur de syntaxe dans votre fichier de configuration : %s\n" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "Le fichier de configuration (ou un des modules qu'il utilise) génère un sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "Il y a une erreur de programmation dans votre fichier de configuration : 1%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Section %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tableau %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Code source %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "La valeur saisie `{current}` est erronée, la valeur de configuration `{name}` doit figurer dans {candidates}, " -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "Le paramètre de configuration `{name}' est de type `{current.__name__}', les types par défaut sont {default.__name__}'. " -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "La valeur du paramètre %r est défini comme une chaine de caractères non-ASCII. Cela peut conduire à des erreurs Unicode. Merci d'utiliser une chaine Unicode, exemple %r." + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r non trouvé; ignoré." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:58 +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Évènement %r déjà présent" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Nom d'évènement inconnu : %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Ce projet nécessite que l'extension %s soit au minimum en version %s et par conséquent il ne peut pas être construit avec la version chargée (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgstr "Analyse lexicale de literal_bloc impossible en \"%s\". Mise en évidence annulée." -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "document non lisible, il sera ignoré" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe Builder %s n'a pas d'attribut « name »" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Le nom de Constructeur %s n'est ni enregistré ni accessible par point d'entrée" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "domaine %s non enregistré" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "domaine %s déjà enregistré" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "domaine 1%s non encore enregistré" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "Le type de l'objet %r est déjà enregistré" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "Le type %r crossref_type est déjà enregistré" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "L'extension source %r est déjà enregistrée" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "source_parser pour %r est déjà enregistré" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "source_parser pour %s non enregistré" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" -msgstr "" +msgid "Translator for %r already exists" +msgstr "Il existe déjà un traducteur pour %r" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r est déjà enregistré" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "l'extension %r a été intégrée à Sphinx depuis la version %s ; cette extension est ignorée." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Exception initiale :\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "L'extension ne peut pas être importée %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "l'extension %r n'a pas de fonction setup(); est-elle réellement un module d'extension de Sphinx ?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "L'extension %s utilisée par ce projet nécessite au moins Sphinx v%s ; il ne peut donc pas être construit avec la version courante." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "l'extension %r a renvoyé par sa fonction setup() un type d'objet non supporté ; elle devrait renvoyer None ou un dictionnaire de méta-données" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "L'option %r n'est pas supportée pour ce thème" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "le fichier %r dans le répertoire des thèmes n'est pas valide ou ne contient aucun thème" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme n'est plus une dépendance stricte depuis la version 1.4.0. Veuillez l'installer manuellement (pip install sphinx_rtd_theme)." -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgstr "Aucun thème nommé %r n'est trouvé (il manque le fichier theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "construction en cours [mo]:" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "écriture de la sortie..." -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "tout les %d fichiers po" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "tous les fichiers source" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "le fichier %r saisi en ligne de commande n'est pas présent dans le répertoire source, il sera ignoré" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "le fichier %r saisi en ligne de commande n'existe pas, il sera ignoré" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d fichier source saisi en ligne de commande" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "construction en cours[%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "recherche des fichiers périmés" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d trouvé" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "aucun résultat" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." +msgstr "aucune cible n'est périmée" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " -msgstr "" +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "lecture des sources..." -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "document en préparation" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "copie des images..." -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "impossible de copier le fichier image %r: %s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "impossible d'écrire le fichier image %r: %s" -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" -msgstr "" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "Pillow non trouvé - copie des fichiers image" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "" +msgid "writing %s file..." +msgstr "fichier %s en cours d'écriture" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype inconnu pour %s, il sera ignoré" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." +msgstr "aucun changement dans la version %s" + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Fonctions de base" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Module" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "copie du fichier source..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "Le fichier ePub se trouve dans %(outdir)s ." -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +msgstr "la variable de configuration \"epub_language\" (ou \"language\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_uid\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_title\" (ou \"html_title\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_author\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_contributor\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_description\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_publisher\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_copyright\" (ou \"copyright\") ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "fichier CSS invalide : %r, le fichier sera ignoré" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "La liste des messages se trouve dans %(outdir)s." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "construction [%s]:" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "lecture de la template..." -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "écriture de la liste des messages..." -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "Les pages HTML sont dans %(outdir)s ." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "la variable de configuration html_use_opensearch doit maintenant être de type string" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index général" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "suivant" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "précédent" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "génération des indices.." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" - -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" +msgstr "écriture des pages supplémentaires..." -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "copie des fichiers téléchargeables..." -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "copie des fichiers statiques..." -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "l'entrée html_static_path %r n'existe pas" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "le fichier de logo %r n'existe pas" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "le fichier de favicon %r n'existe pas " -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "impossible de copier le fichier static %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "copie des fichiers supplémentaires..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "l'entrée html_extra_path %r n'existe pas" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "copie des fichiers supplémentaires impossible %r" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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 "" +msgstr "une erreur Unicode est survenue lors de la lecture de la page %s . Vérifier svp que toutes les variables de configuration qui contiennent des caractères non-ASCII sont des chaines Unicode." -#: sphinx/builders/html.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "Un erreur est survenue lors de la génération de la page: %s.\nLa raison est: %r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "erreur lors l'écriture du fichier %s : %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "le fichier js_file : %r est invalide, il sera ignoré" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "Plusieurs math_renderers sont enregistrés. Mais aucun n'est sélectionné." -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Documentation %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" -msgstr "" +msgstr "Ancre '%s' non trouvée" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "lien mort: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "Le manuel se trouve dans %(outdir)s." #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "aucun valeur de configuration \"man_pages\" trouvée; aucun page du manuel ne sera enregistrée" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s ." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun document ne sera écrit" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "résolution des références..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(dans" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Les fichiers texte se trouvent dans %(outdir)s." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "Les fichiers XML se trouvent dans %(outdir)s." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "Les fichiers LaTex se trouvent dans %(outdir)s." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "aucune valeur de configuration \"latex_documents\" trouvée; aucun document de sera généré" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Version" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "copie des fichiers de support Tex..." + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." -msgstr "" +msgstr "paramètre de configuration inconnu : latex_elements[%r]. il sera ignoré" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "Une exception s'est produite lors de la génération, démarrage du debugger :" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" -msgstr "" +msgstr "interrompu!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" -msgstr "" +msgstr "erreur de balise reST :" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "Erreur d'encodage :" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" -msgstr "" +msgstr "Erreur récurrente:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "une exception s'est produit :" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "Merci de rapporter ceci s'il s'agit d'une erreur utilisateur, afin d'améliorer le message d'erreur à l'avenir." -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "Un rapport d'erreur peut être déposé dans le système de tickets à . Merci !" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" -msgstr "" +msgstr "le numéro du job doit être positif" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "Pour plus d'information : ." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1264,293 +1159,287 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nCréation de la documentation à partir des fichiers sources.\n\nsphinx-build crée la documentation à partir des fichiers dans SOURCEDIR et la met\ndans OUTPUTDIR. Il prend en compte « conf.py » de SOURCEDIR pour les valeurs de\nconfiguration. L'outil « sphinx-quickstart » peut être utilisé pour créer des fichiers de\ngabarits (template), y-compris « conf.py » .\n\nsphinx-build peut créer la documentation sous différents formats. Un format est\nsélectionné par la spécification du nom du constructeur (builder) sur la ligne de commande ;\npar défault, HTML (constructeur « html »). Les constructeurs peuvent s'acquitter d'autres tâches\nrelatives à la production de la documentation.\n\nPar défaut, tout ce qui n’est pas à jour est construit. On peut restreindre le processus\nà certains fichiers spécifiques en précisant leurs noms.\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "chemin des fichiers sources de la documentation" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "chemin du répertoire de sortie" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "une liste de fichiers spécifiques à reconstruire. Sera ignoré si l'option -a est spécifiée." -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "options générales" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "constructeur à utiliser (par defaut: HTML)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "enregistrement des tous les fichiers (par défaut : enregistrement des nouveaux fichiers et des fichiers qui ont été modifiés)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "ne pas utiliser un environnement sauvegardé, toujours les tous les fichiers" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "chemin dans lequel se trouve le fichier de configuration (conf.py). (valeur par défaut : identique à SOURCEDIR)." -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "n'utilisez aucun fichier de configuration, seulement l'option -D" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "outre passer un paramètre du fichier de configuration" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "passer une valeur aux templates HTML" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "options de la console de sortie" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "aucune sortie du tout, même pas les avertissements" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "modifier les avertissements en erreurs" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "Avec l'option -W, continuer l'exécution quand vous avez des avertissements." -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "exécuter Pdb si une exception se produit." -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "fichier %r introuvable" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "impossible de combiner l'option -a avec le nom du fichier" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "impossible d'ouvrir le fichier des avertissements %r: %s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "l'option -D doit être sous la forme nom=valeur" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "l'option -A doit être sous la forme nom=valeur" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "lien entre la documentation Sphinx de différents projets" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "inclusion conditionnelle du contenu basé sur la valeur de configuration" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "inclure des liens vers le code source documenté des objets Python" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "Merci de saisir un chemin valide." -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "Merci de saisir du texte." -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "Merci de saisir un des %s." -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Merci de saisir 'y' ou 'n'." -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Merci de saisir l'extension du fichier, par exemple '.rst' ou '.txt'." -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Bienvenue dans le kit de démarrage rapide de Sphinx %s." -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\nMerci de saisir les valeurs pour les paramètres suivants (tapez Entrée pour accepter le paramètre par défaut, s'il est précisé entre parenthèses)." -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\nSélectionner le répertoire racine : %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\nSaisir le répertoire racine pour la documentation." -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "racine de la documentation." -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "Erreur : un fichier conf.py a été trouvé dans le répertoire racine." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Merci de saisir un nouveau répertoire racine (ou tapez juste Entrée)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\nVous avez deux options pour positionner les répertoire de construction du projet Sphinx. Soit vous utilisez le répertoire \"_build\" à l'intérieur du répertoire racine, soit vous séparez les répertoires \"source\" et \"build\" à l'intérieur du répertoire racine." -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Séparer les répertoires build et source (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\nDans le répertoire racine, deux autres répertoires vont être créés; \"_templates\" pour les templates HTML spécifiques et \"_static\" pour les feuilles de style et les autres fichier statiques. Vous pouvez saisir un autre préfixe (comme \".\") pour remplacer l'underscore." -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\nLe nom du projet apparaitra à plusieurs endroits lors de la construction de la documentation." -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "Nom du projet" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "Nom(s) de l'auteur" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1558,17 +1447,17 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "\nSphinx connaît les notions de « version » et d’« identifiant de parution »\n(release) d’un logiciel. Chaque version peut correspondre à plusieurs parutions.\nPar exemple, pour Python la version sera comme 2.5 ou 3.0, tandis que\nl'identifiant de parution sera tel 2.5.1 ou 3.0a1. Si cette structure double\nne vous est pas utile, utilisez la même valeur pour les deux variables." -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "Version du projet" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "version du projet" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1577,119 +1466,119 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\nSi le documents doit être écrit dans une autre langue que l'anglais, vous pouvez choisir une langue ici en saisissant son code. Sphinx traduira le texte qu'il génère dans cette langue. Pour une liste des codes supportés : http://sphinx-doc.org/config.html#confval-language." -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "Langue du projet" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "\nLes extensions des fichiers sources sont habituellement soit \".txt\" ou \".rst\". Seuls ces extensions seront considérées comme étant des documents." -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "Extension des fichiers sources" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "\nUn document est particulier en ceci qu'il est considéré le nœud (« node ») racine\nde « l’arborescence de contenu », c’est-à-dire, il est la racine de la structure hiérarchisée\ndes documents. Habituellement, il s’agit du fichier « index », mais si le vôtre est un\ngabarit personnalisé, vous pouvez aussi assigner à cette variable un autre nom." -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Non du fichier principal (sans extension)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "Erreur : le fichier principal %s est déjà présent dans le répertoire racine du projet." -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "Merci de saisir un nouveau nom de fichier, ou de renommer le fichier existant et valider avec Entrée" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "Indiquer quelles extensions Sphinx doivent être activées" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "Note : imgmath et mathjax ne peuvent pas être activés en même temps. imgmath a été désactivé." -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "\nUn fichier Makefile et un fichier de commandes Windows peuvent être générés pour vous, afin que vous puissiez exécuter par exemple `make html' au lieu d'appeler directement sphinx-build." -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Création du Makefile ? (y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "Création du fichier de commandes Windows ? (y/n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "fichier en cours de création %s." -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Terminé : la structure initiale a été créée." -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\nVous devez maintenant remplir votre fichier principal %s et créer d'autres fichiers sources\nde documentation." -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" -msgstr "" +msgstr "Utilisez le fichier Makefile pour construire la documentation, comme ceci :\n make builder\n" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" -msgstr "" +msgstr "Utiliser sphinxdoc-build pour construire la documentation comme ceci : \nsphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1697,216 +1586,216 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\nGénération des fichiers requis pour un projet Sphinx\n\nsphinx-quickstart est un outil interactif qui vous pose des questions à propos de votre \nprojet et génère une structure complète de répertoires et un exemple\nde fichier Makefile qui peut être utilisé avec sphinx-build.\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "mode silencieux" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "répertoire de sortie" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "si spécifié, les répertoires source et build seront séparés" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "Options basiques du projet." -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "nom du projet" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "nom de l'auteur" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "version du projet" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "version du projet" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "langue du document" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "préfixe des fichiers source" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "nom du document principal" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "utilisé epub" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "autoriser l'extension %s" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Création des fichiers Batchfile et Makefile" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "créer un fichier makefile" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "ne pas créer un fichier makefile" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "créer un fichier batch" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "ne pas créer un fichier batch" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "utiliser make-mode pour Makefile/make.bat" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "ne pas utiliser make-mode pour Makefile/make.bat" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "répertoire des templates" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "définissez une variable de template" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "vous avez spécifiez \"quit\" , mais \"project\" ou \"author\" ne sont pas spécifiés." -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "Erreur : le chemin spécifié n'est pas un répertoire, ou les fichiers Sphinx existent déjà." -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "sphinx-quickstart peut générer ces fichiers seulement dans un répertoire vide. Merci de spécifier un nouveau répertoire racine." -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "Variable de template invalide : %s" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Légende invalide: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "le numéro de ligne spécifiée est en dehors des limites (1-%d):%r" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "Le fichier d'include %r est introuvable ou sa lecture a échouée." -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "L’encodage %r utilisé pour lire le fichier inclus %r semble erroné, veuillez ajouter une option :encoding:" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "L'objet nommé %r est introuvable dans le fichier d'include %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Auteur de la section : " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Auteur du module : " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Auteur du code : " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Auteur : " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paramètres" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Renvoie" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Type renvoyé" @@ -1935,12 +1824,12 @@ msgstr "%s (type C)" msgid "%s (C variable)" msgstr "%s (variable C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "fonction" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membre" @@ -1948,7 +1837,7 @@ msgstr "membre" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "type" @@ -1956,297 +1845,262 @@ msgstr "type" msgid "variable" msgstr "variable" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nouveau dans la version %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Modifié dans la version %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Obsolète depuis la version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." -msgstr "" +msgstr "Déclaration dupliquée, également définie dans '%s'.\nLa déclaration est '%s'." -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Paramètres du modèle" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Déclenche" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (type C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (concept C++)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (membre C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (fonction C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (classe C++)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (énumération C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (énumérateur C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "énumération" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "énumérateur" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." -msgstr "" +msgstr "déclaration dupliquée, également définie dans '%s'. Le nom de la déclaration est '%s'." -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fonction de base)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (méthode %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable globale ou constante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (attribut %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "méthode" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "données" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "module" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "mot-clé" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "opérateur" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objet" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "exception" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "état" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "fonction de base" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variables" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Lève" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (dans le module %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (dans le module %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (méthode %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (méthode statique %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (méthode de la classe %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribut %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Index des modules Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Obsolète" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "méthode de classe" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "méthode statique" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsolète)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directive" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "role" @@ -2255,209 +2109,200 @@ msgstr "role" msgid "environment variable; %s" msgstr "variable d'environnement; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "description de l'option malformée, elle doit ressembler à \nMalformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s option de ligne de commande; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "terme du glossaire" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "élément de grammaire" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "étiquette de référence" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variable d'environnement" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "option du programme" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "document" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Index du module" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Page de recherche" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "citation dupliquée %s, une autre instance dans %s" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "La citation [%s] n'est pas référencée" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" -msgstr "" +msgstr "aucun numéro assigné pour %s : %s" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "le lien n'a pas de légende : %s" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "format de numfig_format invalide : %s (%r)" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "format de numfig_format invalide : %s" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "nouvelle configuration" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "la configuration a changée" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "les extensions ont changées" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "le répertoire racine a changé" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "le domaine %r n'est pas enregistré." -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "une table des matières auto-référencée a été trouvé. Elle sera ignorée." -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" -msgstr "" +msgstr "Le document n'est inclut dans aucune table des matières de l'arborescence." -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "voir %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "voir aussi %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "type d'index saisie inconnu %r" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symboles" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "table des matières avec une référence circulaire détectée, elle sera ignorée %s <- %s" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" +msgstr "la table des matière contient une référence à un document %r qui n'a pas de titre : aucun lien ne sera généré" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "la table des matière contient des références à des documents inexistants %r" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "fichier image %s illisible " -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "fichier image %s illisible : %s" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2469,352 +2314,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" -msgstr "" +msgstr "répertoire où placer toutes les sorties" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "Nombre maximum de sous-modules visibles dans la table des matières (par défaut : 4)" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "remplacer les fichiers existants" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "suivre les liens symboliques. Très utile en combinaison avec collective.recipe.omelette." -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "exécuter le script sans créer les fichiers" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "afficher la documentation de chaque module sur sa propre page" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" +msgstr "inclure le module \"_private\"" + +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" -msgstr "" +msgstr "ne pas créer de fichier de table des matières" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" -msgstr "" +msgstr "mettre la documentation du module avant celle du sous-module" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "extension du fichier (par défaut : rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "générer un projet complet avec sphinx-quickstart" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" -msgstr "" +msgstr "nom du projet (par défaut : nom du module principal)" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" -msgstr "" +msgstr "Auteur(s) du projet, utilisé quand l'option -full est précisée" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" -msgstr "" +msgstr "version du projet, utilisé quand l'option -full est précisée" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s n'est pas un répertoire" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "invalid regex %r in %s" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "regex invalide %r dans coverage_c_regexes" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "le module %s ne pas être importé : %s" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgstr "option '+' ou '-' manquante dans %s." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." -msgstr "" +msgstr "'%s' n'est pas une option valide." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" -msgstr "" +msgstr "%s n'est pas une option pyversion valide" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" -msgstr "" +msgstr "type TestCode invalide" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "La directive Graphviz ne peut pas avoir simultanément du contenu et un argument de nom de fichier" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Directive « graphviz » sans contenu ignorée." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "la commande dot %r ne peut pas être exécutée (nécessaire pour le rendu graphviz). Vérifiez le paramètre graphviz_dot" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format doit être « png » ou « svg », mais est %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "dot code %r: %s" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graphe: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graphe]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" -msgstr "" +msgstr "la commande convert %r ne peut pas être exécutée. Vérifiez le paramètre image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +msgstr "La commande LaTex %r ne peut pas être exécutée (nécessaire pour l'affichage math), vérifier le paramètre imgmath_latex" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Lien permanent vers cette équation" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(disponible dans %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" +msgstr "(dans %s)" + +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "l'indentifiant intersphinx %r n'est pas une chaine, il sera ignoré" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "À faire" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "Entrée TODO trouvée : %s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(l'<> se trouve dans %s, à la ligne %d)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "entrée originale" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Code du module" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Code source de %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Vue d'ensemble : code du module" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Modules pour lesquels le code est disponible

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "erreur pendant la mise en forme de l 'argument %s:%s" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "attribut manquant %s dans l'objet %s" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2822,66 +2696,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Bases : %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgstr "option invalide dans autodoc_default_flags: %r, elle sera ignorée" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:258 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2896,113 +2789,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" -msgstr "" +msgstr "répertoire où placer toutes les sorties" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Arguments de mots-clés" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "Exemple" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "Exemples" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "Notes" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "Autres paramètres" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "Références" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "Avertissements" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Attention" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Prudence" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Danger" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Erreur" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Indication" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Note" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Voir aussi" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Astuce" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Avertissement" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "suite de la page précédente" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Suite sur la page suivante" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Table des matières" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3014,7 +2907,7 @@ msgstr "Recherche" msgid "Go" msgstr "Go" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Montrer le code source" @@ -3163,13 +3056,13 @@ msgstr "rechercher" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Résultats de la recherche" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3211,36 +3104,36 @@ msgstr "Modifications de l'API C" msgid "Other changes" msgstr "Autres modifications" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Lien permanent vers ce titre" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Lien permanent vers cette définition" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Cacher les résultats de la recherche" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Recherche en cours" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Préparation de la recherche..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "La recherche est finie, %s page(s) trouvée(s) qui corresponde(nt) à la recherche." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", dans" @@ -3257,223 +3150,223 @@ msgstr "Réduire la barre latérale" msgid "Contents" msgstr "Contenu" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "La note de bas de page [%s] n'est pas référencée." -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "La note de bas de page [#] n'est pas référencée." -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" -msgstr "" +msgstr "%s:%s référence cible non trouvée : %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" -msgstr "" +msgstr "%r référence cible non trouvée %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "impossible d'atteindre l'image distante %s[%d]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "impossible d'atteindre l'image distante %s[%s]" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." +msgstr "Format d'image inconnu : %s..." + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "le caractère source est indécodable, il sera remplacé par \"?\" : %r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "erreur de lecture : %s,%s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "erreur d'écriture : %s,%s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "Format de date invalide. Entourez la chaine de caractères avec des simples quotes pour l'afficher telle quelle : %s" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "la table des matières contient des références à des fichiers inexistants %r" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 #, python-format -msgid "default role %s not found" +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/util/rst.py:49 +#, python-format +msgid "default role %s not found" +msgstr "rôle par défaut %s introuvable" + +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "numfig_format n'est pas défini %s" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Lien permanent vers ce tableau" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Lien permanent vers ce code" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Lien permanent vers cette image" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Lien permanent vers cette table des matières" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" - -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Version" +msgstr "impossible d'obtenir la taille de l'image. L'option :scale: est ignorée." -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "suite sur la page suivante" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "page" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Notes de bas de page" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Clé de configuration inconnue : latex_elements[%r] est ignoré." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[image]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." -msgstr "" +msgstr "la légende n'est pas à l'intérieur de la figure." -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.js b/sphinx/locale/he/LC_MESSAGES/sphinx.js index a2aeda7ef05..2a44b7af93b 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "he", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5", "Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "Complete Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05dc\u05d0", "Contents": "\u05ea\u05d5\u05db\u05df", "Copyright": "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05dc\u05d0 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3", "General Index": "", "Global Module Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9", "Go": "\u05dc\u05da", "Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1", "Index – %(key)s": "", "Index pages by letter": "\u05e2\u05de\u05d5\u05d3\u05d9 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05dc\u05e4\u05d9 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea", "Indices and tables:": "", "Last updated on %(last_updated)s.": "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1 %(last_updated)s.", "Library changes": "", "Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8", "Next topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d1\u05d0", "Other changes": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", "Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea", "Permalink to this definition": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5", "Please activate JavaScript to enable the search\n functionality.": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05d2'\u05d0\u05d5\u05d0\u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05e2\"\u05de \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea\n \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.", "Preparing search...": "", "Previous topic": "\u05e0\u05d5\u05e9\u05d0 \u05e7\u05d5\u05d3\u05dd", "Quick search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8", "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9", "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s", "Searching": "", "Show Source": "\u05d4\u05e6\u05d2 \u05de\u05e7\u05d5\u05e8", "Table of Contents": "", "This Page": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea, \u05d4\u05de\u05d7\u05dc\u05e7\u05d5\u05ea, \u05d4\u05de\u05d5\u05e9\u05d2\u05d9\u05dd", "can be huge": "\u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e2\u05e6\u05d5\u05dd", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u05e4\u05e8\u05e7 \u05d4\u05d1\u05d0", "previous chapter": "\u05e4\u05e8\u05e7 \u05e7\u05d5\u05d3\u05dd", "quick access to all modules": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd", "search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "search this documentation": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d6\u05d4", "the documentation for": ""}, "plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3"}); +Documentation.addTranslations({"locale": "he", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5", "Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "Complete Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05dc\u05d0", "Contents": "\u05ea\u05d5\u05db\u05df", "Copyright": "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05dc\u05d0 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3", "General Index": "", "Global Module Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9", "Go": "\u05dc\u05da", "Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9", "Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1", "Index – %(key)s": "", "Index pages by letter": "\u05e2\u05de\u05d5\u05d3\u05d9 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05dc\u05e4\u05d9 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea", "Indices and tables:": "", "Last updated on %(last_updated)s.": "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1 %(last_updated)s.", "Library changes": "", "Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8", "Next topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d1\u05d0", "Other changes": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd", "Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea", "Permalink to this definition": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05d4\u05d2\u05d3\u05e8\u05d4 \u05d6\u05d5", "Permalink to this headline": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05e7\u05d1\u05d5\u05e2 \u05dc\u05db\u05d5\u05ea\u05e8\u05ea \u05d6\u05d5", "Please activate JavaScript to enable the search\n functionality.": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05d2'\u05d0\u05d5\u05d0\u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05e2\"\u05de \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea\n \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.", "Preparing search...": "", "Previous topic": "\u05e0\u05d5\u05e9\u05d0 \u05e7\u05d5\u05d3\u05dd", "Quick search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8", "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9", "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s", "Searching": "", "Show Source": "\u05d4\u05e6\u05d2 \u05de\u05e7\u05d5\u05e8", "Table of Contents": "", "This Page": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea, \u05d4\u05de\u05d7\u05dc\u05e7\u05d5\u05ea, \u05d4\u05de\u05d5\u05e9\u05d2\u05d9\u05dd", "can be huge": "\u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e2\u05e6\u05d5\u05dd", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u05e4\u05e8\u05e7 \u05d4\u05d1\u05d0", "previous chapter": "\u05e4\u05e8\u05e7 \u05e7\u05d5\u05d3\u05dd", "quick access to all modules": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd", "search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "search this documentation": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d6\u05d4", "the documentation for": ""}, "plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3"}); \ No newline at end of file diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 8a75964c7ab..7146efdc23a 100644 Binary files a/sphinx/locale/he/LC_MESSAGES/sphinx.mo and b/sphinx/locale/he/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.po b/sphinx/locale/he/LC_MESSAGES/sphinx.po index 69121ed3179..41505ae423a 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hebrew (http://www.transifex.com/sphinx-doc/sphinx-1/language/he/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "רמת המודול" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "אינדקס" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "הבא" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "הקודם" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "תיעוד %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(בתוך" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "אינדקס" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "מהדורה" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "מחבר הקטע:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "מחבר המודול:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "מחבר הקוד:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "מחבר:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "פרמטרים" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1920,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "פונקציה" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1933,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "מאקרו" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1941,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "משתנה" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "חדש בגרסה %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "השתנה בגרסה %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr " לא מומלץ לשימוש מגרסה %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (פונקציית C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (מחלקת C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "מחלקה" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "מודול" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "מילת מפתח" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "משתנים" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "משתנה סביבה; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sאופציית שורת הפקודה ; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "משתנה סביבה" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "אינדקס" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "מודול אינדקס" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "דף חיפוש" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "ראה %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "ראה גם %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[מקור]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "לעשות" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "הטקסט המקורי" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[תיעוד]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

הראה קוד מקור ל %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

כל המודולים שיש להם קוד זמין

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "תשומת לב" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "זהירות" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "סכנה" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "שגיאה" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "רמז" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "חשוב" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "הערה" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "ראה גם" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "טיפ" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "אזהרה" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "המשך מעמוד קודם" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "המשך בעמוד הבא" @@ -2999,7 +2890,7 @@ msgstr "חיפוש" msgid "Go" msgstr "לך" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "הצג מקור" @@ -3148,13 +3039,13 @@ msgstr "חיפוש" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "תוצאות החיפוש" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "שינויים אחרים" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "קישור קבוע לכותרת זו" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "קישור קבוע להגדרה זו" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "הסתר תוצאות חיפוש" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "כווץ סרגל צד" msgid "Contents" msgstr "תוכן" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "מהדורה" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "הערות שוליים" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[תמונה]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.js b/sphinx/locale/hi/LC_MESSAGES/sphinx.js index f63aec6872e..c6e469668ab 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u0938\u0947 \u092c\u0928\u093e\u092f\u093e \u0917\u092f\u093e\u0964 ", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "\u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c \u0928\u0947 \u0915\u0947 \u0932\u093f\u090f JavaScript \u0915\u093e \u0939\u094b\u0928\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948. \u0915\u0943\u092a\u092f\u093e JavaScript \u0915\u094b \u0936\u0936\u0915\u094d\u0924 \u0915\u0940\u091c\u093f\u092f\u0947 ", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "\u0916\u094b\u091c \u092a\u0943\u0937\u094d\u0920", "Search Results": "\u0916\u094b\u091c \u092a\u0930\u0940\u0923\u093e\u092e ", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "\u092f\u0939 \u092a\u0943\u0937\u094d\u0920 ", "Welcome! This is": "\u0928\u092e\u0936\u094d\u0915\u093e\u0930\u0964 \u092f\u0939 \u0939\u0948 ", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "hi", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 %(copyright)s.", "© Copyright %(copyright)s.": "© \u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930 %(copyright)s.", ", in ": ", \u092e\u0947\u0902 ", "About these documents": "\u0907\u0928 \u0932\u0947\u0916\u092a\u0924\u094d\u0930\u094b\u0902 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902", "Automatically generated list of changes in version %(version)s": "\u0938\u0902\u0938\u094d\u0915\u0930\u0923 %(version)s \u092e\u0947\u0902 \u0938\u094d\u0935\u0924\u0903 \u0930\u091a\u093f\u0924 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940", "C API changes": "\u0938\u0940 \u0910.\u092a\u0940.\u0906\u0908. \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928", "Changes in Version %(version)s — %(docstitle)s": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0938\u0902\u0938\u094d\u0915\u0930\u0923 %(version)s — %(docstitle)s", "Collapse sidebar": "\u0915\u093f\u0928\u093e\u0930\u0947 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u0918\u091f\u093e\u090f\u0902", "Complete Table of Contents": "\u0935\u093f\u0938\u094d\u0924\u0943\u0924 \u0935\u093f\u0937\u092f-\u0938\u0942\u091a\u0940", "Contents": "\u0935\u093f\u0937\u092f \u0938\u093e\u092e\u093f\u0917\u094d\u0930\u0940", "Copyright": "\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \u0938\u0947 \u0928\u093f\u0930\u094d\u092e\u093f\u0924.", "Expand sidebar": "\u0915\u093f\u0928\u093e\u0930\u0947 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u092c\u095d\u093e\u090f\u0902", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u092f\u0939\u093e\u0901 \u0938\u0947 \u0906\u092a \u0907\u0928 \u092a\u094d\u0930\u0932\u0947\u0916\u094b\u0902 \u092e\u0947\u0902 \u0916\u094b\u091c \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902. \u0905\u092a\u0928\u0947 \u0916\u094b\u091c \u0936\u092c\u094d\u0926\u094b\u0902 \u0915\u094b\n\u0928\u0940\u091a\u0947 \u0926\u093f\u090f \u0917\u090f \u0938\u094d\u0925\u093e\u0928 \u092e\u0947\u0902 \u0926\u0947\u0902 \u0914\u0930 \u092b\u093f\u0930 \"\u0916\u094b\u091c\" \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902. \u0927\u094d\u092f\u093e\u0928 \u0930\u0939\u0947 \u0915\u093f\n\u0916\u094b\u091c \u092a\u094d\u0930\u0915\u094d\u0930\u092e \u092e\u0947\u0902 \u0938\u092d\u0940 \u0936\u092c\u094d\u0926\u094b\u0902 \u0915\u0940 \u0916\u094b\u091c \u0915\u0940 \u091c\u093e\u090f\u0917\u0940. \u0915\u092e\u0924\u0930 \u0936\u092c\u094d\u0926\u094b\u0902 \u0935\u093e\u0932\u0947\n\u092a\u0943\u0937\u094d\u0920 \u092a\u0930\u093f\u0923\u093e\u092e-\u0924\u093e\u0932\u093f\u0915\u093e \u092e\u0947\u0902 \u0928\u0939\u0940\u0902 \u0926\u093f\u0916\u0947\u0902\u0917\u0947.", "Full index on one page": "\u090f\u0915 \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u092a\u0942\u0930\u0940 \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e", "General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u093e\u0923\u093f\u0915\u093e", "Global Module Index": "\u0938\u093e\u0930\u094d\u0935\u092d\u094c\u092e\u093f\u0915 \u092a\u094d\u0930\u092d\u093e\u0917 \u0938\u0942\u091a\u0940", "Go": "\u091a\u0932\u093f\u090f", "Hide Search Matches": "\u0916\u094b\u091c\u0947 \u0917\u090f \u091c\u094b\u095c\u0947 \u091b\u093f\u092a\u093e\u090f\u0902", "Index": "\u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e", "Index – %(key)s": "\u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e – %(key)s", "Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0926\u094d\u0935\u093e\u0930\u093e \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u093f\u0924 \u092a\u0943\u0937\u094d\u0920", "Indices and tables:": "\u0938\u0942\u091a\u093f\u092f\u093e\u0901 \u0914\u0930 \u0938\u093e\u0930\u0923\u093f\u092f\u093e\u0901:", "Last updated on %(last_updated)s.": "\u0905\u0902\u0924\u093f\u092e \u092c\u093e\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u093f\u0924 %(last_updated)s.", "Library changes": "\u092a\u0941\u0938\u094d\u0924\u0915\u093e\u0932\u092f \u092e\u0947\u0902 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928", "Navigation": "\u0938\u0902\u091a\u093e\u0932\u0928", "Next topic": "\u0905\u0917\u0932\u093e \u092a\u094d\u0930\u0915\u0930\u0923", "Other changes": "\u0905\u0928\u094d\u092f \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928", "Overview": "\u0938\u093f\u0902\u0939\u093e\u0935\u0932\u094b\u0915\u0928", "Permalink to this definition": "\u0907\u0938 \u092a\u0930\u093f\u092d\u093e\u0937\u093e \u0915\u0940 \u0938\u094d\u0925\u093e\u092f\u0940 \u0915\u095c\u0940", "Permalink to this headline": "\u0907\u0938 \u0936\u0940\u0930\u094d\u0937-\u092a\u0902\u0915\u094d\u0924\u093f \u0915\u0940 \u0938\u094d\u0925\u093e\u092f\u0940 \u0915\u095c\u0940", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c \u0915\u093e\u0930\u094d\u092f \u0915\u0947 \u0932\u093f\u090f \u091c\u093e\u0935\u093e \u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0939\u094b\u0928\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948. \u0915\u0943\u092a\u092f\u093e \u091c\u093e\u0935\u093e \u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u094b \u0936\u0941\u0930\u0942 \u0915\u0930\u0947\u0902.", "Preparing search...": "\u0916\u094b\u091c \u0915\u0940 \u0924\u0948\u092f\u093e\u0930\u0940", "Previous topic": "\u092a\u093f\u091b\u0932\u093e \u092a\u094d\u0930\u0915\u0930\u0923", "Quick search": "\u0924\u094d\u0935\u0930\u093f\u0924 \u0916\u094b\u091c", "Search": "\u0916\u094b\u091c", "Search Page": "\u0916\u094b\u091c \u092a\u0943\u0937\u094d\u0920", "Search Results": "\u0916\u094b\u091c \u092a\u0930\u0940\u0923\u093e\u092e ", "Search finished, found %s page(s) matching the search query.": "\u0916\u094b\u091c \u092a\u0942\u0930\u094d\u0923, \u0916\u094b\u091c \u0935\u093f\u0937\u092f \u0915\u0947 \u0905\u0928\u0941\u0915\u0942\u0932 %s \u092a\u0943\u0937\u094d\u0920 \u092e\u093f\u0932\u093e (\u092e\u093f\u0932\u0947).", "Search within %(docstitle)s": "%(docstitle)s \u092e\u0947\u0902 \u0916\u094b\u091c\u0947\u0902", "Searching": "\u0916\u094b\u091c \u091c\u093e\u0930\u0940", "Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u093f\u0916\u093e\u090f\u0901", "Table of Contents": "\u0935\u093f\u0937\u092f-\u0938\u0942\u091a\u0940", "This Page": "\u092f\u0939 \u092a\u0943\u0937\u094d\u0920 ", "Welcome! This is": "\u0928\u092e\u0938\u094d\u0924\u0947! \u092f\u0939 \u0939\u0948", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u0906\u092a\u0915\u0947 \u0916\u094b\u091c \u092a\u0930\u093f\u0923\u093e\u092e\u094b\u0902 \u092e\u0947\u0902 \u0915\u094b\u0908 \u092a\u094d\u0930\u0932\u0947\u0916 \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e. \u0915\u0943\u092a\u092f\u093e \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0947\u0902 \u0915\u093f \u0938\u092d\u0940 \u0936\u092c\u094d\u0926\u094b\u0902 \u0915\u0940 \u0935\u0930\u094d\u0924\u0928\u0940 \u0936\u0941\u0926\u094d\u0927 \u0939\u0948 \u0914\u0930 \u0906\u092a\u0928\u0947 \u092f\u0925\u0947\u0937\u094d\u091f \u0936\u094d\u0930\u0947\u0923\u093f\u092f\u093e\u0902 \u091a\u0941\u0928\u0940 \u0939\u0948\u0902.", "all functions, classes, terms": "\u0938\u092d\u0940 \u0915\u093e\u0930\u094d\u092f\u092f\u0941\u0915\u094d\u0924\u093f\u092f\u093e\u0902, \u0935\u0930\u094d\u0917, \u0936\u092c\u094d\u0926", "can be huge": "\u092c\u0943\u0939\u0926\u093e\u0915\u093e\u0930 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948", "last updated": "\u0905\u0902\u0924\u093f\u092e \u092a\u0930\u093f\u0935\u0930\u094d\u0927\u0928", "lists all sections and subsections": "\u0938\u092d\u0940 \u0905\u0928\u0941\u092d\u093e\u0917\u094b\u0902 \u090f\u0935\u0902 \u0909\u092a-\u0905\u0928\u0941\u092d\u093e\u0917\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940", "next chapter": "\u0905\u0917\u0932\u093e \u0905\u0927\u094d\u092f\u093e\u092f", "previous chapter": "\u092a\u093f\u091b\u0932\u093e \u0905\u0927\u094d\u092f\u093e\u092f", "quick access to all modules": "\u0938\u092d\u0940 \u092a\u094d\u0930\u092d\u093e\u0917 \u0924\u0915 \u0924\u0941\u0930\u0902\u0924 \u092a\u0939\u0941\u0901\u091a", "search": "\u0916\u094b\u091c", "search this documentation": "\u0907\u0938 \u0906\u0932\u0947\u0916 \u092e\u0947\u0902 \u0916\u094b\u091c\u0947\u0902", "the documentation for": "\u0906\u0932\u0947\u0916 \u0935\u093f\u0937\u092f"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index 42f10e7f86d..f44e96e9752 100644 Binary files a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.po b/sphinx/locale/hi/LC_MESSAGES/sphinx.po index 3ee2765819a..d8a7564d05e 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -1,16 +1,17 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Ajay Singh , 2019 # Purnank H. Ghumalia , 2015-2016 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-25 09:36+0000\n" +"Last-Translator: Ajay Singh \n" "Language-Team: Hindi (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,1220 +20,1113 @@ msgstr "" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "स्रोत निर्देशिका (%s) नहीं मिली" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "स्रोत निर्देशिका और गंतव्य निर्देशिका समरूप नहीं हो सकतीं" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "स्फिंक्स %s संस्करण चल रहा है" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "इस परियोजना में स्फिंक्स का कम से कम %s संस्करण चाहिए और इसलिए इस संस्करण से बनाना संभव नहीं है." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "" +msgid "making output directory" +msgstr "परिणाम निर्देशिका बनाई जा रही है" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "%s आयाम को स्थापित करते हुए:" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "" +msgstr "'स्थापना' को जैसा कि अभी कोन्फ़.पाई में परिभाषित किया गया है, पाइथन से निर्देशित नहीं है. कृपया इसकी परिभाषा में परिवर्तन करके इसे निर्देश योग्य कर्म बनाएं. कोन्फ़.पाई को स्फिंक्स के आयाम की तरह व्यवहार के लिए इसकी आवश्कयता है." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "[%s] अनुवाद पढ़ा जा रहा है..." -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "संपन्न" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "अंतर्निर्मित संदेशों में उपलब्ध नहीं है" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "" +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "रक्षित स्थिति को लागू किया जा रहा है" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "असफल: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" -msgstr "" +msgstr "किसी निर्माता को नहीं चुना गया, मानक उपयोग: एच्.टी.ऍम.एल." -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "सफल हुआ" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" -msgstr "" +msgstr "समस्याओं के साथ समाप्त हुआ" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." -msgstr "" +msgstr "%s सम्पूर्ण, %s चेतावनी." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." -msgstr "" +msgstr "%s निर्मित." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "निर्देशक कक्षा #node class# %r पहले से पंजीकृत है, इसके अभ्यागत निरस्त हो जाएंगे " -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "" +msgid "directive %r is already registered, it will be overridden" +msgstr "निर्देश %r पहले से पंजीकृत है, यह निरस्त हो जाएगा" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "" +msgid "role %r is already registered, it will be overridden" +msgstr "भूमिका %r पहले से पंजीकृत है, यह निरस्त हो जाएगी" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "%s पर काम कर रहे हैं" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" -msgstr "" +msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" -msgstr "" +msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" -msgstr "" +msgstr "ऐसा कोई विन्यास मान नहीं है: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "विन्यास मान %r पहले से विद्यमान है" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." -msgstr "" +msgstr "विन्यास मान `source_suffix' में अक्षर-समूह, अक्षर-समूहों की सूची, अथवा कोष की अनुमति है. लेकिन `%r' दिया गया है." -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" -msgstr "" +msgstr "भाग %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "चित्र %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" -msgstr "" +msgstr "सारणी %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" -msgstr "" +msgstr "सूची %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." -msgstr "" +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." -msgstr "" +msgstr "विन्यास मान %r एक बिना-असकी #non-ASCII# अक्षरों के अक्षर-समूह है; यह यूनिकोड त्रुटियां करवा सकता है. कृपया यूनिकोड अक्षर-समूह का प्रयोग करें, जैसे कि %r." + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "संस्करण 2.0 से, स्फिंक्स इंडेक्स #\"index\"# का मास्टर-डॉक् #master_doc# की तरह स्वतः उपयोग करता है. कृपया अपनी conf.py में \"master_doc = 'contents'\" जोड़ें." -#: sphinx/events.py:58 +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" -msgstr "" +msgstr "%r घटना पहले से विद्यमान है" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" -msgstr "" +msgstr "अज्ञात घटना नाम: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "आयाम %s की needs_extensions मान में आवश्कता है, पर यह नहीं चढ़ाया गया है." -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." -msgstr "" +msgstr "इस परियोजना में आयाम %s का कम से कम %s संस्करण चाहिए इसलिए उपलब्ध संस्करण (%s) से बनाना संभव नहीं है." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgstr "literal_block का \"%s\" नियमन नहीं हो सका. विशेषअंकन छोड़ दिया गया." -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "लेखपत्र पठनीय नहीं है. उपेक्षित." -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "निर्माण वर्ग %s का कोई \"नाम\" भाव नहीं है" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "निर्माता %r पहले से (%s प्रभाग में) उपलब्ध है" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "निर्माता नाम %s पंजीकृत नहीं है अथवा प्रवेश स्थान पर उपलब्ध नहीं है." -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "निर्माता नाम %s पंजीकृत नहीं है" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "अधिकारक्षेत्र %s पहले से पंजीकृत है" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "अधिकारक्षेत्र %s अभी पंजीकृत नहीं है" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "%r निर्देश पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "%r भूमिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "The %r index is already registered to domain %s" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "%r object_type पहले से पंजीकृत है" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r crossref_type पहले से पंजीकृत है" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r पहले से पंजीकृत है" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "%r का source_parser पहले से पंजीकृत है" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "%s का स्रोत व्याख्याता पंजीकृत नहीं है" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" -msgstr "" +msgstr "%r का source_input पहले से पंजीकृत है" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" -msgstr "" +msgid "Translator for %r already exists" +msgstr "%r के लिए अनुवादक पहले से विद्यमान है" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "add_node() के kwargs एक (visit, depart) फंक्शन टपल #function tuple# होने चाहिए: %r=%r" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r पहले से पंजीकृत है" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" -msgstr "" +msgstr "गणित प्रस्तोता %s पहले से पंजीकृत है" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "%r आयाम को %sसंस्करण से स्फिंक्स में सम्मिलित किया जा चुका है; आयाम की उपेक्षा की गयी." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" -msgstr "" +msgstr "मौलिक अपवाद:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "%s आयाम का आयात नहीं किया जा सका" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" -msgstr "" +msgstr "आयाम %r में कोई सेटअप #setup()# कारक नहीं है; क्या यह वास्तव में स्फिंक्स का परिवर्धक प्रभाग है?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." -msgstr "" +msgstr "इस परियोजना में प्रयुक्त %s परिवर्धक को स्फिंक्स का कम से कम %s संस्करण चाहिए; इसलिए इस संस्करण से बनाना संभव नहीं है." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" -msgstr "" +msgstr "परिवर्धक %r के सेटअप() कर्म से एक असहाय वस्तु वापस मिली है; इसको 'कुछ नहीं' अथवा मेटाडाटा कोश भेजना चाहिए था" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python सुधार का सुझाव; PEP %s" +msgstr "पाइथन अभिवृद्धि प्रस्ताव; पी.ई.पी. %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgstr "रुपविन्यास %r में कोई \"रूप\" मान नहीं है" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgstr "रुपविन्यास %r में कोई अनुगत मान नहीं है" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" -msgstr "" +msgstr "%r नाम से कोई रूप नहीं मिला, %r द्वारा अनुगत" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" - -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" +msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" -msgstr "" +msgstr "संस्करण 1.4.0 से sphinx_rtd_theme पर कोई दृढ निर्भरता नहीं है. कृपया इसे स्वयं स्थापित करें. (pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgstr "%r नामक कोई रूप विन्यास नहीं मिला (theme.conf अनुपस्थित?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" -msgstr "" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "निर्माणाधीन [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "परिणाम लिखा जा रहा है..." -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "सभी %d पी.ओ. फाइलें" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" -msgstr "" +msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" -msgstr "" +msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "सभी स्रोत फाइलें" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "आदेश स्थान में दी गयी फाइल %r का नहीं है, उपेक्षा कर दी गई" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d स्रोत फाइलें आदेश स्थान में दी " -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" -msgstr "" +msgstr "%d फाइलों के लक्ष्य कालातीत है" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "निर्माणाधीन [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d मिला" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "एक भी नहीं मिला" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " -msgstr "" +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "स्थिति को परिरक्षित किया जा रहा है" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " -msgstr "" +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "संगतता की जांच की जा रही है" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." -msgstr "" +msgstr "कोई प्रयोजन कालातीत नहीं है" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "स्थिति का नवीनीकरण किया जा रहा है" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " -msgstr "" +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "स्रोतों को पढ़ा जा रहा है..." -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." -msgstr "" +msgstr "कर्मियों की प्रतीक्षा हो रही है" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "docnames to write: %s" +msgstr "लेखन के लिए शेष लेखपत्र: %s" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "लेखपत्र बनाए जा रहे हैं" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" -msgstr "" - -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 -#, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "" +msgid "writing %s file..." +msgstr "%s फाइल को लिखा जा रहा है..." -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." -msgstr "" +msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "सार फाइल को लिखा जा रहा है..." + +#: sphinx/builders/changes.py:87 msgid "Builtins" -msgstr "" +msgstr "अंतर्निर्मित" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" -msgstr "" +msgstr "प्रभाग स्तर" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" -msgstr "" - -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" +msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." -msgstr "" +msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "ई-पब फाइल %(outdir)s में है." -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "अमान्य css_file: %r, उपेक्षित" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "निर्माणाधीन [%s]: " -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "%d नमूना फाइलों के लक्ष्य" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "नमूनों को पढ़ा जा रहा है..." -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" -msgstr "" +msgstr "निर्माण सूचनापत्र फाइल खंडित है: %r" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" -msgstr "" +msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "html_use_opensearch विन्यास मान अब वर्णाक्षरों में होना आवश्यक है" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" -msgstr "" +msgstr "सामान्य अनुक्रमाणिका" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "अनुक्रमणिका" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" -msgstr "" +msgstr "आगामी" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" -msgstr "" +msgstr "पूर्ववर्ती" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "अनुक्रमाणिका उत्पन्न की जा रही है..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" - -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" +msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं..." -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "अपरिवर्ती फाइलों की प्रतिलिपि बनाई जा रही है..." -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "अतिरिक्त फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" -msgstr "" +msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." -msgstr "" +msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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 "" +msgstr "पृष्ठ %s की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: sphinx/builders/html.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "%s फाइल लिखने में व्यवधान: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " -msgstr "" +msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है..." -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " -msgstr "" +msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है..." -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "अमान्य js_file: %r, उपेक्षित" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "अज्ञात math_renderer %r दिया गया." -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" -msgstr "" +msgstr "%s %s दिग्दर्शिका" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" -msgstr "" +msgstr "लक्ष्य '%s' नहीं मिला" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "खंडित कड़ी: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "लिखा जा रहा है" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." -msgstr "" +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "एकल लेखपत्र संकलन किया जा रहा है" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." -msgstr "" +msgstr "\nइन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." -msgstr "" +msgid "processing %s" +msgstr "%s की प्रक्रिया जारी" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " -msgstr "" +msgstr " (में" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " -msgstr "" +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/texinfo.py:246 -msgid " done" -msgstr "" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "मेकफाइल लिखने में त्रुटि: %s" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "पाठ फाइल %(outdir)s में हैं." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "अनुक्रमणिका" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "आवृत्ति" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." -msgstr "" +msgstr "अज्ञात विन्यास कुंजी: latex_elements[%r]. उपेक्षित." -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "निर्माण के दौरान अपवाद घटित हुआ है, दोष-मुक्तक चालू किया जा रहा " -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" -msgstr "" +msgstr "व्यवधान!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" -msgstr "" +msgstr "रेस्ट सुसज्जा त्रुटि:" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "कूटलेखन त्रुटि:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "" +msgstr "यदि आप इस विषय को कूटलिपिकारों के संज्ञान में लाना चाहते है तो पिछला पूरा विवरण %s में सहेज दिया गया है" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" -msgstr "" +msgstr "पुनरावर्तन त्रुटि:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" -msgstr "" +msgstr "ऐसा बहुत बड़ी अथवा गहरे स्तर तक गई स्रोत फाइलों से संभव है. आप स्वतः मानक पाइथन पुनरावर्तन सीमा 1000 को conf.py में बाधा सकते हैं. जैसे कि:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" -msgstr "" +msgstr " import sys; sys.setrecursionlimit(1500)" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "अपवाद घटित:" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "यदि यह प्रयोक्ता की गलती थी तो कृपया इसको भी रिपोर्ट करें ताकि अगली बार गलती होने पर अधिक अर्थपूर्ण सन्देश दिया जा सके." -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "त्रुटि की सूचना पर उपस्थित पंजिका में दर्ज की जा सकती है. धन्यवाद!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" -msgstr "" +msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "अधिक जानकारी के लिए देखें." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1249,293 +1143,287 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nस्रोत फाइलों से अभिलेख बनाएं.\n\nस्फिंक्स-बिल्ड #sphinx-build# सोर्स डायरेक्टरी #SOURCEDIR# की फाइलों से अभिलेख बनाता है और आउटपुट डायरेक्टरी #OUTPUTDIR# में सहेजता है. यह सोर्स डायरेक्टरी #SOURCEDIR# में कोन्फ.पाई से विन्यास मानों को उठाता है. स्फिंक्स-क्विक-स्टार्ट उपकरण का उपयोग कोन्फ.पाई सहित नमूना फाइलों को बनाने में किया जा सकता है.\n\nस्फिंक्स-बिल्ड भिन्न प्रारूपों में अभिलेख तैयार कर सकता है. प्रारूप का चुनाव आदेश देते समय निर्माता का नाम देकर किया जाता है - एच.टी.एम्.एल. इसका मानक प्रारूप है. ये निर्माता अभिलेखों के बनाने की प्रक्रिया में अन्य कार्य भी सम्पादित कर सकते हैं.\n\nमानक पद्धति के अनुसार सभी कालातीत अवयवों का नवनिर्माण होता है. चुनी हुई फाइलों नाम देकर केवल उन्ही फाइलों का नवनिर्माण किया जा सकता है.\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "अभिलेख की स्रोत फाइलों का पथ" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "परिणाम निर्देशिका का पथ" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "पुनर्निर्माण के लिए निश्चित फाइलों की सूची. यदि -a निर्दिष्ट है तो उपेक्षा कर दी जाएगी" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "सामान्य विकल्प" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "प्रयोग के लिए निर्माता (मानक: एच.टी.एम्.एल. #html#)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "संचित परिस्थिति और डॉक-ट्री फाइलों का पथ (मानक: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "यदि संभव हो तो समानांतर N प्रक्रियाओं में निर्माण करें (ऑटो #auto# विशेष मान द्वारा cpu-count को N पर लगा दिया जाएगा)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "पथ जहाँ पर विन्यास फाइल (conf.py) स्थित है (मानक: SOURCEDIR के समरूप)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "किसी भी विन्यास फाइल का उपयोग ही न करें, मात्र -D विकल्प" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "गहन जांच का पालन करें, सभी अनुपस्थित संदर्भों के बारे में सचेत करें" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "प्रदर्शित परिणामों के विकल्प" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "चेतावनियों को अशुद्धि मानें" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "-W के साथ, आगे बढ़ते चलें जब चेतावनियाँ मिलें" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "अपवाद होने पर पी.डी.बी. चलाएं" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "%r फाइलों को नहीं ढूँढा जा सका" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "चेतावनी फाइल %r नहीं खोली जा सकी: %s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "प्रलेखों की व्याप्ति की जाँच करें" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "कृपया एक मान्य पथ का नाम दें" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "कृपया कुछ वाक्यांश लिखें" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "%s में से एक चुनें" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." -msgstr "" +msgstr "* टिपण्णी: नॉन-असकी #non-ASCII# अक्षर और सीमावर्ती कूटलेख अज्ञात हैं -- यू.टी.एफ.-8 अथवा लैटिन-1 माने गए." -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\nकृपया निम्न विन्यासों के लिए मान प्रदान करें (मानक मान, यदि \nकोष्ठक में हो तो, स्वीकार करने के लिए एन्टर दबाएँ)" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\nचुना हुआ मूल पथ: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\nआलेख का बुनियादी पथ बताएं." -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "आलेख का बुनियादी पथ" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\nआपके पास स्फिंक्स द्वारा बनाई गई फाइलों को सहेजने के लिए दो विकल्प हैं.\nया तो आप मूल पथ में ही \"_निर्माण\" निर्देशिका प्रयोग करें, अथवा\nमूल पथ में भिन्न \"स्रोत\" और \"निर्माण\" निर्देशिका प्रयोग करें." -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\nमूल निर्देशिका के अन्दर, दो और निर्देशिका बनाई जाएँगी;\nपरिवर्धित एच.टी.एम्.एल. नमूनों के लिए \"_templates\" और परिवर्धित रुपपत्रों और अन्य स्थैतिक फाइलों के लिए \"_static\"\nआप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\nपरियोजना का नाम बनाए गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "परियोजना का नाम" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "लेखक(कों) का नाम" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1543,17 +1431,17 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "\nस्फिंक्स सॉफ्टवेयर के लिए संस्करण और आवृत्ति को मान्यता देता है.\nहर संस्करण की कई आवृत्तियाँ हो सकती हैं. उदाहरण के लिए,\nपाइथन संस्करण 2.5 अथवा 3.0 आदि हैं, और आवृत्ति\n2.5.1 अथवा 3.0a1 आदि हैं. यदि आप इसे दो स्तर पर रखना नहीं चाहते\nतो दोनों मान एक ही रख दें." -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "परियोजना संस्करण" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "परियोजना आवृत्ति" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1562,119 +1450,119 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\nयदि प्रलेखों को अंग्रेजी के अलावा अन्य किसी भाषा में लिखा जाना है,\nतो यहाँ पर आप भाषा का कूटशब्द दे सकते हैं. स्फिंक्स तदपुरांत,\nजो वाक्यांश बनाता है उसे उस भाषा में अनुवादित करेगा.\n\nमान्य भाषा कूटशब्द सूची यहाँ पर देखें\nhttp://sphinx-doc.org/config.html#confval-language." -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "परियोजना की भाषा" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "\nस्रोत फाइलों के लिए फाइल नामों का प्रत्यय. प्रायः यह \".txt\"\nअथवा \".rst\" होता है. केवल इन्ही प्रत्यय की फाइलों को प्रलेख की मान्यता दी जाती है." -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "स्रोत फाइल का प्रत्यय" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "\nएक प्रलेख को विषयावली के मुख्य अंग के रूप में मान्यता दी जाती है,\nअर्थात यह प्रलेखों की विषय-बेल का मूल है.\nप्रायः इसका नाम \"index\" है, परन्तु यदि आपका \"index\" प्रलेख \nएक अपारंपरिक प्रति है, तो आप अन्य का प्रयोग कर सकते हैं." -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "\nएक मेकफाइल और एक विंडोज़ कमांड फाइल का निर्माण किया जा सकता है,\nताकि आप सीधे स्फिंक्स-बिल्ड के स्थान पर मात्र 'make html' आदि \nप्रयोग कर सकें." -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "फाइल बनाई जा रही है ...%s" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\nअब आप आपनी मुख्य फाइल %s को भरें और अन्य \nस्रोत प्रलेखों को बनाएं." -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" -msgstr "" +msgstr "प्रलेख बनाने के लिए मेकफाइल का उपयोग करें, जैसे कि:\n make builder\n" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" -msgstr "" +msgstr "प्रलेख बनाने के लिए स्फिंक्स-बिल्ड कमांड का उपयोग करें, जैसे कि:\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" -msgstr "" +msgstr "जहाँ \"builder\" एक समर्थित निर्माता है, जैसे कि html, latex or linkcheck.\nwhere \"builder\" is one of the supported builders, e.g. html, latex or linkcheck.\n" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1682,767 +1570,723 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\nस्फिंक्स परियोजना के लिए आवश्यक फाइल बनाएं.\n\nस्फिंक्स-त्वरित-आरम्भ एक संवादपूर्ण उपकरण है जो आपकी परियोजना के \nबारे में कुछ प्रश्न पूछकर पूरी प्रलेखों की निर्देशिका और नमूना मेकफाइल \nबना देता है जिसे स्फिंक्स-बिल्ड में प्रयोग किया जा सकता है.\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "शांत ढंग " -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "परिणाम पथ" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" -msgstr "" +msgstr "ढांचे के विकल्प" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "_templates आदि में बिंदु का बदलाव" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "परोयोजना के मूलभूत विकल्प" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "परियोजना का नाम" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "लेखकों के नाम" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "परियोजना का संस्करण" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "परियोजना की आवृत्ति" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "लेखपत्र की भाषा" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "स्रोत फाइल का प्रत्यय" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "मुख्य लेखपत्र का नाम" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "ई-पब प्रयोग करें" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" -msgstr "" +msgstr "आयाम के विकल्प" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "आयाम %s सक्षम करें" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "स्वेच्छित आयाम सक्षम करें" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "मेकफाइल और बैचफाइल का सर्जन" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "मेकफाइल बनाएं" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "मेकफाइल नहीं बनाएं" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "बैचफाइल बनाएं" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "बैचफाइल नहीं बनाएं" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "Makefile/make.bat के लिए make-mode का प्रयोग नहीं करें" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" -msgstr "" +msgstr "परियोजना नमूनावृत्ति" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "नमूना चर-पद का निरूपण करें" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "अमान्य नमूना चर-पद: %s" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" -msgstr "" +msgstr "अधिक बाहरी-हाशिया पाया गया" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" -msgstr "" +msgstr "अमान्य शीर्षक: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "समावेशित फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" -msgstr "" +msgstr "कूटलेखन %r जो कि सम्मिलित फाइल %r में प्रयुक्त है, अशुद्ध प्रतीत हो रही है, एक :encoding: विकल्प देकर प्रयत्न करें" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " -msgstr "" +msgstr "भाग के लेखक:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " -msgstr "" +msgstr "प्रभाग लेखक:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " -msgstr "" +msgstr "निर्देश लेखक:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "लेखक:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" -msgstr "" +msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" -msgstr "" +msgstr "मापदण्ड" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" -msgstr "" +msgstr "प्रदत्त " -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" -msgstr "" +msgstr "प्रदत्त प्रकार " #: sphinx/domains/c.py:189 #, python-format msgid "%s (C function)" -msgstr "" +msgstr "%s (C फंक्शन)" #: sphinx/domains/c.py:191 #, python-format msgid "%s (C member)" -msgstr "" +msgstr "%s (C सदस्य)" #: sphinx/domains/c.py:193 #, python-format msgid "%s (C macro)" -msgstr "" +msgstr "%s (C मैक्रो)" #: sphinx/domains/c.py:195 #, python-format msgid "%s (C type)" -msgstr "" +msgstr "%s (C प्रकार)" #: sphinx/domains/c.py:197 #, python-format msgid "%s (C variable)" -msgstr "" +msgstr "%s (C चरपद)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" -msgstr "" +msgstr "फंक्शन" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" -msgstr "" +msgstr "सदस्य" #: sphinx/domains/c.py:260 msgid "macro" -msgstr "" +msgstr "मैक्रो" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" -msgstr "" +msgstr "प्रकार" #: sphinx/domains/c.py:262 msgid "variable" -msgstr "" +msgstr "चर पद" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "संस्करण %s से नया " -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "संस्करण %s से अलग " -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "संस्करण %s से प्रतिबंधित " -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." -msgstr "" +msgstr "घोषणा की पुनरावृत्ति, '%s' में भी घोषित.\n'%s' घोषित है. " -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" -msgstr "" +msgstr "नमूना मानदण्ड " -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" -msgstr "" +msgstr "देता है " -#: sphinx/domains/cpp.py:6283 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" -msgstr "" +msgstr "वर्ग" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" -msgstr "" +msgstr "युग्म" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" -msgstr "" +msgstr "अवधारणा " -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" -msgstr "" +msgstr "गणक" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" -msgstr "" +msgstr "प्रगणक " -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." -msgstr "" +msgstr "घोषणा की पुनरावृत्ति, '%s' में भी घोषित.\nघोषणा का नाम '%s' है. " -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" -msgstr "" +msgstr "%s() (अंतर्निर्मित फंक्शन)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" -msgstr "" +msgstr "%s() (%s विधि)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" -msgstr "" +msgstr "%s() (वर्ग)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" -msgstr "" +msgstr "%s (वैश्विक चरपद अथवा अचर) " -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" -msgstr "" +msgstr "%s (%s लक्षण)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" -msgstr "" +msgstr "चर " -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" -msgstr "" +msgstr "%s (प्रभाग)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" -msgstr "" +msgstr "पद्धति" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" -msgstr "" +msgstr "आंकड़े " -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" -msgstr "" +msgstr "लक्षण" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" -msgstr "" +msgstr "प्रभाग" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "अमान्य math_eqref_format: %r" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" -msgstr "" +msgstr "मुख्य-शब्द " -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" -msgstr "" +msgstr "चालक" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" -msgstr "" +msgstr "वस्तु" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" -msgstr "" +msgstr "अपवाद " -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" -msgstr "" +msgstr "वक्तव्य " -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" -msgstr "" +msgstr "अंतर्निर्मित कर्म" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" -msgstr "" +msgstr "चर पद " -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" -msgstr "" +msgstr "उभारता है " -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" -msgstr "" +msgstr "%s() (%s प्रभाग में )" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" -msgstr "" +msgstr "%s (अंतर्निर्मित चर पद)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" -msgstr "" +msgstr "%s (%s प्रभाग में )" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" -msgstr "" +msgstr "%s (अंतर्निर्मित वर्ग)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" -msgstr "" +msgstr "%s (%s वर्ग में)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" -msgstr "" +msgstr "%s() (%s.%s विधि)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" -msgstr "" +msgstr "%s() (%s.%s स्थैतिक विधि)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" -msgstr "" +msgstr "%s() (%s स्थैतिक विधि)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" -msgstr "" +msgstr "%s() (%s.%s वर्ग विधि)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" -msgstr "" +msgstr "%s() (%s वर्ग विधि) " -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" -msgstr "" +msgstr "%s (%s.%s लक्षण)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" -msgstr "" +msgstr "पाइथन प्रभाग सूची" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" -msgstr "" +msgstr "प्रभाग" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" -msgstr "" +msgstr "अवमानित " -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" -msgstr "" +msgstr "वर्ग विधि" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" -msgstr "" +msgstr "स्थैतिक पद्धति" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" -msgstr "" +msgstr "(अवमानित)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" -msgstr "" +msgstr "%s (निर्देश)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" -msgstr "" +msgstr "%s (भूमिका)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" -msgstr "" +msgstr "निर्देश" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" -msgstr "" +msgstr "भूमिका" #: sphinx/domains/std.py:88 sphinx/domains/std.py:105 #, python-format msgid "environment variable; %s" -msgstr "" +msgstr "परिस्थिति चर पद; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "अशुद्ध रूप विकल्प विवरण %r, अपेक्षित प्रारूप \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" अथवा \"+opt args\"" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" -msgstr "" +msgstr "%s आदेश स्थान विकल्प; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" -msgstr "" +msgstr "पारिभाषिक पद" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" -msgstr "" +msgstr "व्याकरण संकेत " -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" -msgstr "" +msgstr "सन्दर्भ शीर्षक" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" -msgstr "" +msgstr "परिस्थिति चर पद " -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" -msgstr "" +msgstr "प्रोग्राम विकल्प " -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" -msgstr "" - -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "अनुक्रमणिका" +msgstr "लेखपत्र" -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" -msgstr "" +msgstr "प्रभाग सूची" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "खोज पृष्ठ" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "numfig असमर्थ है. :numref: उपेक्षित है." -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" -msgstr "" +msgstr "%s के लिए कोई संख्या नहीं दी गई है: %s" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "कड़ी का कोई शीर्षक नहीं है: %s" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "अमान्य numfig_format: %s (%r)" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "अमान्य numfig_format: %s" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "नव विन्यास" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "विन्यास परिवर्तित" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "आयाम परिवर्तित" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" -msgstr "" +msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." -msgstr "" - -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" +msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" -msgstr "" +msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%s देखिए" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" -msgstr "" +msgstr "%s भी देखिए" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" -msgstr "" +msgstr "संकेत " -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" -msgstr "" +msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "चित्र फाइल पठनीय नहीं है: %s" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "चित्र फाइल %s पठनीय नहीं है: %s" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" -msgstr "" +msgstr "उतारी गई फाइल पठनीय नहीं है: %s" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "%s फाइल बन जाएगी." -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2452,421 +2296,469 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +msgstr "\n में पाइथन प्रभाग और पैकेज की पुनरावर्तित खोज करें और\nस्वतःप्रभाग निर्देश द्वारा में प्रति पैकेज एक रेस्ट #reST# फाइल बनाएं.\n\n फाइल और/ अथवा निर्देशिका स्वरुप हो सकते हैं\nजो निर्माण प्रकिया में छोड़ दिए जाएंगे.\n\nनोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" -msgstr "" +msgstr "प्रभाग से लेखपत्र का पथ" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" -msgstr "" +msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" -msgstr "" +msgstr "\"_private\" प्रभाग को सम्मिलित करें " -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" -msgstr "" +msgstr "विषय-सूची की फाइल न बनाएं " -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" -msgstr "" +msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" -msgstr "" +msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" -msgstr "" +msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "फाइल प्रत्यय (मानक: rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" -msgstr "" +msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" -msgstr "" +msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" -msgstr "" +msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" -msgstr "" +msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" -msgstr "" +msgstr "आयाम विकल्प " -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s एक निर्देशिका नहीं है. " -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "अमान्य रेगएक्स #regex# %r, %s में " -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." -msgstr "" +msgstr "स्रोतों की व्यापकता की जांच पूरी, परिणाम %(outdir)spython.txt में देखें. " -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." -msgstr "" +msgstr "'%s' एक मान्य विकल्प नहीं है." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" -msgstr "" +msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" -msgstr "" +msgstr "अमान्य टेस्टकोड का प्रकार " -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" -msgstr "" +msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "" +msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." -msgstr "" +msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "" +"%r" +msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "डॉट निर्देश %r: %s" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" -msgstr "" +msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" -msgstr "" +msgstr "[graph]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" -msgstr "" +msgstr "परिवर्तक आदेश %r नहीं चलाया जा सकता. इमेज_कनवर्टर मान की जाँच करें" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "" +"%r" +msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" -msgstr "" +msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" -msgstr "" +msgstr "लाटेक्स दिखाएँ %r: %s" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" -msgstr "" +msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" -msgstr "" +msgstr "इस समीकरण की स्थायी कड़ी" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "इन्टरस्फिंक्स सामान को %s से चढ़ाया जा रहा है ..." -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" -msgstr "" +msgstr "(%s v%s में)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" -msgstr "" +msgstr "(%s में)" + +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "इन्टरस्फिंक्स निर्धारक %r अक्षरमाला नहीं है. उपेक्षित" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "intersphinx_mapping[%s] पढने में असफलता, अनदेखी की गई: %r" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" -msgstr "" +msgstr "[स्रोत]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" -msgstr "" +msgstr "अपूर्ण " -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "अपूर्ण प्रविष्टि मिली: %s " -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" -msgstr "" +msgstr "<<मूल प्रविष्टि>>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" -msgstr "मूल entry" +msgstr "मौलिक प्रविष्टि" + +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:187 msgid "[docs]" -msgstr "" +msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" -msgstr "" +msgstr "प्रभाग निर्देश" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" -msgstr "

%s का स्रोत code

" +msgstr "

%s का स्रोत निर्देश

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" -msgstr "" +msgstr "सिंहावलोकन: प्रभाग निर्देश" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" -msgstr "" +msgstr "

सभी प्रभाग जिनके लिए निर्देश उपलब्ध है

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" -msgstr "" +msgstr "ऑटोडॉक: प्रलेखन हेतु %r निर्धारण करने में असफलता. निम्नलिखित अपवाद सामने आया:\n%s" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " "\"module\" or \"currentmodule\" directive in the document, or giving an " "explicit module name)" -msgstr "" +msgstr "पता नहीं है कि कौन सा प्रभाग स्वतःप्रलेखन %r के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" -msgstr "" +msgstr "अनुपस्थित गुण का :members: में उल्लेख है अथवा __all__: प्रभाग %s, गुण %s" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "आधार: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." -msgstr "" +msgstr ":class:`%s` का उपनाम" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autodoc/__init__.py:1470 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" -msgstr "" +msgstr "ऑटोडॉक्_डिफ़ॉल्ट_फ्लैग्स में अमान्य विकल्प की उपेक्षा की जा रही है: %r" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" +msgstr "विषय-सूची-संरचना छोड़े गए लेखपत्र %r का सन्दर्भ दे रही है" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "विषय-सूची-संरचना अज्ञात लेखपत्र %r का सन्दर्भ दे रही है" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "आयात में असफलता: %s" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "पद-विच्छेदन में असफलता: %s" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "विषय-वस्तु के आयात में असफलता: %s" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." -msgstr "" +msgstr "ऑटोसमरी आतंरिक रूप से आर.एस.टी. फाइलें बनाता है. आपके सोर्स_सफिक्स में आर.एस.टी. सम्मिलित नहीं है. छोड़ा गया." -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[ऑटोसमरी] %s पर लिख रहा है" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2879,259 +2771,259 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +msgstr "\nस्वतः सारांश #autosummary# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" -msgstr "" +msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" -msgstr "" +msgstr "सभी परिणाम रखने के लिए निर्देशिका" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" -msgstr "" +msgstr "मुख्य शब्दों के चर-पद" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "उदाहरण" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "कुछ उदाहरण" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "टिप्पणियाँ" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "अन्य मापदण्ड" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "सन्दर्भ" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "चेतावनी देता है" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" -msgstr "" +msgstr "मिलता है" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" -msgstr "सावधान" +msgstr "सावधानी" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "चेतावनी" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "खतरा" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "गलती" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" -msgstr "" +msgstr "संकेत" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "महत्त्वपूर्ण" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" -msgstr "" +msgstr "टिप्पणी " -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" -msgstr "" +msgstr "यह भी देखिए" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" -msgstr "" +msgstr "सलाह" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" -msgstr "" +msgstr "चेतावनी" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" -msgstr "" +msgstr "पिछले पृष्ठ से जारी" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" -msgstr "" +msgstr "अगले पृष्ठ पर जारी" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "विषय-सूची" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 #: sphinx/themes/basic/searchresults.html:10 msgid "Search" -msgstr "" +msgstr "खोज" #: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16 msgid "Go" -msgstr "" +msgstr "चलिए" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" -msgstr "" +msgstr "स्रोत दिखाएँ" #: sphinx/themes/basic/defindex.html:11 msgid "Overview" -msgstr "" +msgstr "सिंहावलोकन" #: sphinx/themes/basic/defindex.html:15 msgid "Welcome! This is" -msgstr "नमश्कार। यह है " +msgstr "नमस्ते! यह है" #: sphinx/themes/basic/defindex.html:16 msgid "the documentation for" -msgstr "" +msgstr "आलेख विषय" #: sphinx/themes/basic/defindex.html:17 msgid "last updated" -msgstr "" +msgstr "अंतिम परिवर्धन" #: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" -msgstr "" +msgstr "सूचियाँ और सारणियाँ:" #: sphinx/themes/basic/defindex.html:23 msgid "Complete Table of Contents" -msgstr "" +msgstr "विस्तृत विषय-सूची" #: sphinx/themes/basic/defindex.html:24 msgid "lists all sections and subsections" -msgstr "" +msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" #: sphinx/themes/basic/defindex.html:26 msgid "search this documentation" -msgstr "" +msgstr "इस आलेख में खोजें" #: sphinx/themes/basic/defindex.html:28 msgid "Global Module Index" -msgstr "" +msgstr "सार्वभौमिक प्रभाग सूची" #: sphinx/themes/basic/defindex.html:29 msgid "quick access to all modules" -msgstr "" +msgstr "सभी प्रभाग तक तुरंत पहुँच" #: sphinx/themes/basic/defindex.html:31 msgid "all functions, classes, terms" -msgstr "" +msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" #: sphinx/themes/basic/genindex-single.html:33 #, python-format msgid "Index – %(key)s" -msgstr "" +msgstr "अनुक्रमणिका – %(key)s" #: sphinx/themes/basic/genindex-single.html:61 #: sphinx/themes/basic/genindex-split.html:24 #: sphinx/themes/basic/genindex-split.html:38 #: sphinx/themes/basic/genindex.html:72 msgid "Full index on one page" -msgstr "" +msgstr "एक पृष्ठ पर पूरी अनुक्रमणिका" #: sphinx/themes/basic/genindex-split.html:16 msgid "Index pages by letter" -msgstr "" +msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" #: sphinx/themes/basic/genindex-split.html:25 msgid "can be huge" -msgstr "" +msgstr "बृहदाकार हो सकता है" #: sphinx/themes/basic/layout.html:31 msgid "Navigation" -msgstr "" +msgstr "संचालन" #: sphinx/themes/basic/layout.html:138 #, python-format msgid "Search within %(docstitle)s" -msgstr "" +msgstr "%(docstitle)s में खोजें" #: sphinx/themes/basic/layout.html:147 msgid "About these documents" -msgstr "" +msgstr "इन लेखपत्रों के बारे में" #: sphinx/themes/basic/layout.html:156 msgid "Copyright" -msgstr "" +msgstr "सर्वाधिकार" #: sphinx/themes/basic/layout.html:201 #, python-format msgid "© Copyright %(copyright)s." -msgstr "" +msgstr "© सर्वाधिकार %(copyright)s." #: sphinx/themes/basic/layout.html:203 #, python-format msgid "© Copyright %(copyright)s." -msgstr "" +msgstr "© सर्वाधिकार %(copyright)s." #: sphinx/themes/basic/layout.html:207 #, python-format msgid "Last updated on %(last_updated)s." -msgstr "" +msgstr "अंतिम बार सम्पादित %(last_updated)s." #: sphinx/themes/basic/layout.html:210 #, python-format msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s से बनाया गया। " +msgstr "Sphinx %(sphinx_version)s से निर्मित." #: sphinx/themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" -msgstr " %(docstitle)s में खोजिए " +msgstr " %(docstitle)s में खोजें" #: sphinx/themes/basic/relations.html:11 msgid "Previous topic" -msgstr "" +msgstr "पिछला प्रकरण" #: sphinx/themes/basic/relations.html:13 msgid "previous chapter" -msgstr "" +msgstr "पिछला अध्याय" #: sphinx/themes/basic/relations.html:16 msgid "Next topic" -msgstr "" +msgstr "अगला प्रकरण" #: sphinx/themes/basic/relations.html:18 msgid "next chapter" -msgstr "" +msgstr "अगला अध्याय" #: sphinx/themes/basic/search.html:30 msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "खोज ने के लिए JavaScript का होना आवश्यक है. कृपया JavaScript को शशक्त कीजिये " +msgstr "खोज कार्य के लिए जावा स्क्रिप्ट का होना आवश्यक है. कृपया जावा स्क्रिप्ट को शुरू करें." #: sphinx/themes/basic/search.html:35 msgid "" @@ -3139,30 +3031,30 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "" +msgstr "यहाँ से आप इन प्रलेखों में खोज कर सकते हैं. अपने खोज शब्दों को\nनीचे दिए गए स्थान में दें और फिर \"खोज\" क्लिक करें. ध्यान रहे कि\nखोज प्रक्रम में सभी शब्दों की खोज की जाएगी. कमतर शब्दों वाले\nपृष्ठ परिणाम-तालिका में नहीं दिखेंगे." #: sphinx/themes/basic/search.html:42 #: sphinx/themes/basic/searchresults.html:17 msgid "search" -msgstr "" +msgstr "खोज" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "खोज परीणाम " #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." -msgstr "" +msgstr "आपके खोज परिणामों में कोई प्रलेख नहीं मिला. कृपया सुनिश्चित करें कि सभी शब्दों की वर्तनी शुद्ध है और आपने यथेष्ट श्रेणियां चुनी हैं." #: sphinx/themes/basic/searchbox.html:12 msgid "Quick search" -msgstr "" +msgstr "त्वरित खोज" #: sphinx/themes/basic/sourcelink.html:12 msgid "This Page" @@ -3172,293 +3064,293 @@ msgstr "यह पृष्ठ " #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgstr "परिवर्तित संस्करण %(version)s — %(docstitle)s" #: sphinx/themes/basic/changes/rstsource.html:5 #, python-format msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgstr "%(filename)s — %(docstitle)s" #: sphinx/themes/basic/changes/versionchanges.html:17 #, python-format msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +msgstr "संस्करण %(version)s में स्वतः रचित परिवर्तनों की सूची" #: sphinx/themes/basic/changes/versionchanges.html:18 msgid "Library changes" -msgstr "" +msgstr "पुस्तकालय में परिवर्तन" #: sphinx/themes/basic/changes/versionchanges.html:23 msgid "C API changes" -msgstr "" +msgstr "सी ऐ.पी.आई. परिवर्तन" #: sphinx/themes/basic/changes/versionchanges.html:25 msgid "Other changes" -msgstr "" +msgstr "अन्य परिवर्तन" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" -msgstr "" +msgstr "इस शीर्ष-पंक्ति की स्थायी कड़ी" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" -msgstr "" +msgstr "इस परिभाषा की स्थायी कड़ी" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" -msgstr "" +msgstr "खोजे गए जोड़े छिपाएं" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" -msgstr "" +msgstr "खोज जारी" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." -msgstr "" +msgstr "खोज की तैयारी" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." -msgstr "" +msgstr "खोज पूर्ण, खोज विषय के अनुकूल %s पृष्ठ मिला (मिले)." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " -msgstr "" +msgstr ", में " #: sphinx/themes/classic/static/sidebar.js_t:83 msgid "Expand sidebar" -msgstr "" +msgstr "किनारे का स्थान बढ़ाएं" #: sphinx/themes/classic/static/sidebar.js_t:96 #: sphinx/themes/classic/static/sidebar.js_t:124 msgid "Collapse sidebar" -msgstr "" +msgstr "किनारे का स्थान घटाएं" #: sphinx/themes/haiku/layout.html:24 msgid "Contents" -msgstr "" +msgstr "विषय सामिग्री" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" -msgstr "" +msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" -msgstr "" +msgstr "%s:%s संदर्भित लक्ष्य नहीं मिले: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" -msgstr "" +msgstr "%r संदर्भित लक्ष्य नहीं मिले: %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." -msgstr "" +msgstr "अज्ञात चित्र प्रारूप: %s..." + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "असाधनीय स्रोत अक्षर, \"?\" द्वारा बदले जा रहे हैं: %r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "छोड़ा " -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "असफल" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" -msgstr "" +msgstr "जब निर्देशक वर्गों को जोड़ा जा रहा है, तब कोई अतिरिक्त चर-पद नहीं दिए जा सकते" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "अशुद्धि पाठन: %s, %s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "अशुद्धि लेखन: %s, %s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "पाइथन 2 निर्देश-विन्यास के मूल्यांकन में सहायता भविष्य में सुसंगत नहीं रहेगी और स्फिंक्स 4.0 में हटा दी जाएगी. कृपया %s को पाइथन 3 निर्देश-विन्यास में परिवर्तित कर लें." -#: sphinx/util/rst.py:47 +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" -msgstr "" +msgstr "मानक भूमिका '%s' नहीं मिली" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" -msgstr "" +msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" -msgstr "" +msgstr "इस सारणी की स्थायी कड़ी" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" -msgstr "" +msgstr "इस निर्देश की स्थायी कड़ी" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" -msgstr "" +msgstr "इस चित्र की स्थायी कड़ी" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" -msgstr "" +msgstr "इस विषय-सूची-संरचना की स्थायी कड़ी" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" - -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" +msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." -msgstr "" - -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" +msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" -msgstr "" +msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" -msgstr "" +msgstr "पाद टिप्पणियां" + +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" -msgstr "" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." -msgstr "" +msgstr "अज्ञात विन्यास कुंजी: latex_elements[%r] की उपेक्षा की गई." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" -msgstr "" +msgstr "[चित्र: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" -msgstr "" +msgstr "[चित्र]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." -msgstr "" +msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "अकार्यान्वित बिंदु प्रकार: %r" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "अज्ञात बिंदु प्रकार: %r" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js index 65b88744b11..3e0f7acfdb2 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hi_IN", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "hi_IN", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index 5b56cd97347..09d87687bdf 100644 Binary files a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po index b181435d9b0..aad5fa480a7 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hindi (India) (http://www.transifex.com/sphinx-doc/sphinx-1/language/hi_IN/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1919,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1827,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2091,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2889,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3147,13 +3038,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.js b/sphinx/locale/hr/LC_MESSAGES/sphinx.js index dde9f89717a..2ed49055554 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", ", in ": ", u ", "About these documents": "O ovim dokumentima", "Automatically generated list of changes in version %(version)s": "Automatski generirani popis promjena u verziji %(version)s", "C API changes": "C API promjene", "Changes in Version %(version)s — %(docstitle)s": "Promjene u verziji %(version)s — %(docstitle)s", "Collapse sidebar": "Sakrij pomo\u0107nu traku", "Complete Table of Contents": "Detaljni sadr\u017eaj", "Contents": "Sadr\u017eaj", "Copyright": "Sva prava zadr\u017eana", "Created using Sphinx %(sphinx_version)s.": "Izra\u0111eno sa Sphinx %(sphinx_version)s.", "Expand sidebar": "Poka\u017ei pomo\u0107nu traku", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Ovdje mo\u017eete pretra\u017eivati dokumente. Unesite rije\u010di za pretra\u017eivanje \nu okvir ispod i kliknite \"tra\u017ei\". Znajte da \u0107e pretra\u017eivanje automatski \ntra\u017eiti sve upisane rije\u010di. Stranice koje ne sadr\u017ee sve rije\u010di ne\u0107e se\npojaviti na popisu rezultata.", "Full index on one page": "Potpun indeks na jednoj stranici", "General Index": "Opceniti abecedni indeks", "Global Module Index": "Op\u0107eniti popis modula", "Go": "Naprijed", "Hide Search Matches": "Sakrij rezultate pretrage", "Index": "Abecedni popis", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indeksiraj stranice po slovu", "Indices and tables:": "Kazala i tablice:", "Last updated on %(last_updated)s.": "Zadnji put a\u017eurirano %(last_updated)s.", "Library changes": "Promjene lib-ova", "Navigation": "Navigacija", "Next topic": "Sljede\u0107a tema", "Other changes": "Ostale promjene", "Overview": "Pregled", "Permalink to this definition": "Link na tu definiciju", "Permalink to this headline": "Link na taj naslov", "Please activate JavaScript to enable the search\n functionality.": "Molimo omogu\u0107ite JavaScript\n za djelovanje tra\u017eilice.", "Preparing search...": "Priprema pretrage...", "Previous topic": "Prija\u0161nja tema", "Quick search": "Brzo pretra\u017eivanje", "Search": "Tra\u017ei", "Search Page": "Tra\u017eilica", "Search Results": "Rezultati pretrage", "Search finished, found %s page(s) matching the search query.": "Pretraga zavr\u0161ena, prona\u0111eno %s stranica.", "Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s", "Searching": "Pretra\u017eivanje", "Show Source": "Prika\u017ei izvorni kod", "Table of Contents": "", "This Page": "Trenutna stranica", "Welcome! This is": "Dobro do\u0161li! Ovo je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Zadanim uvjetima nije prona\u0111en dokument. Molim provjerite to\u010dnost upisanih rije\u010di i odabir ozna\u010denih kategija.", "all functions, classes, terms": "sve funkcije, razredi, izrazi", "can be huge": "mo\u017ee biti ogromno", "last updated": "posljednja promjena", "lists all sections and subsections": "prika\u017ei sve sekcije i podsekcije", "next chapter": "sljede\u0107e poglavlje", "previous chapter": "Prija\u0161nje poglavlje", "quick access to all modules": "brz dostup do svih modula", "search": "tra\u017ei", "search this documentation": "tra\u017ei po dokumentaciji", "the documentation for": "dokumentacija za"}, "plural_expr": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2"}); +Documentation.addTranslations({"locale": "hr", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", "© Copyright %(copyright)s.": "© Sva prava zadr\u017eana %(copyright)s.", ", in ": ", u ", "About these documents": "O ovim dokumentima", "Automatically generated list of changes in version %(version)s": "Automatski generirani popis promjena u verziji %(version)s", "C API changes": "C API promjene", "Changes in Version %(version)s — %(docstitle)s": "Promjene u verziji %(version)s — %(docstitle)s", "Collapse sidebar": "Sakrij pomo\u0107nu traku", "Complete Table of Contents": "Detaljni sadr\u017eaj", "Contents": "Sadr\u017eaj", "Copyright": "Sva prava zadr\u017eana", "Created using Sphinx %(sphinx_version)s.": "Izra\u0111eno sa Sphinx %(sphinx_version)s.", "Expand sidebar": "Poka\u017ei pomo\u0107nu traku", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Ovdje mo\u017eete pretra\u017eivati dokumente. Unesite rije\u010di za pretra\u017eivanje \nu okvir ispod i kliknite \"tra\u017ei\". Znajte da \u0107e pretra\u017eivanje automatski \ntra\u017eiti sve upisane rije\u010di. Stranice koje ne sadr\u017ee sve rije\u010di ne\u0107e se\npojaviti na popisu rezultata.", "Full index on one page": "Potpun indeks na jednoj stranici", "General Index": "Opceniti abecedni indeks", "Global Module Index": "Op\u0107eniti popis modula", "Go": "Naprijed", "Hide Search Matches": "Sakrij rezultate pretrage", "Index": "Abecedni popis", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indeksiraj stranice po slovu", "Indices and tables:": "Kazala i tablice:", "Last updated on %(last_updated)s.": "Zadnji put a\u017eurirano %(last_updated)s.", "Library changes": "Promjene lib-ova", "Navigation": "Navigacija", "Next topic": "Sljede\u0107a tema", "Other changes": "Ostale promjene", "Overview": "Pregled", "Permalink to this definition": "Link na tu definiciju", "Permalink to this headline": "Link na taj naslov", "Please activate JavaScript to enable the search\n functionality.": "Molimo omogu\u0107ite JavaScript\n za djelovanje tra\u017eilice.", "Preparing search...": "Priprema pretrage...", "Previous topic": "Prija\u0161nja tema", "Quick search": "Brzo pretra\u017eivanje", "Search": "Tra\u017ei", "Search Page": "Tra\u017eilica", "Search Results": "Rezultati pretrage", "Search finished, found %s page(s) matching the search query.": "Pretraga zavr\u0161ena, prona\u0111eno %s stranica.", "Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s", "Searching": "Pretra\u017eivanje", "Show Source": "Prika\u017ei izvorni kod", "Table of Contents": "", "This Page": "Trenutna stranica", "Welcome! This is": "Dobro do\u0161li! Ovo je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Zadanim uvjetima nije prona\u0111en dokument. Molim provjerite to\u010dnost upisanih rije\u010di i odabir ozna\u010denih kategija.", "all functions, classes, terms": "sve funkcije, razredi, izrazi", "can be huge": "mo\u017ee biti ogromno", "last updated": "posljednja promjena", "lists all sections and subsections": "prika\u017ei sve sekcije i podsekcije", "next chapter": "sljede\u0107e poglavlje", "previous chapter": "Prija\u0161nje poglavlje", "quick access to all modules": "brz dostup do svih modula", "search": "tra\u017ei", "search this documentation": "tra\u017ei po dokumentaciji", "the documentation for": "dokumentacija za"}, "plural_expr": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2"}); \ No newline at end of file diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index c10508092de..e15cfd1178a 100644 Binary files a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.po b/sphinx/locale/hr/LC_MESSAGES/sphinx.po index cd0e71cedb3..944458254e2 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -1,15 +1,15 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: -# Mario Šarić, 2015-2018 +# Mario Šarić, 2015-2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-11 10:35+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 19:50+0000\n" "Last-Translator: Mario Šarić\n" "Language-Team: Croatian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hr/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nema izvornog direktorija (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Izvorni i odredišni direktorij ne smiju biti jednaki" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "Izrada pomoću Sphinx v%s" @@ -46,95 +46,83 @@ msgid "" msgstr "Ovaj projekt se ne može izgraditi s instaliranom verzijom, potrebno je instalirati Sphinx v%s ili višu verziju." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "izrada odredišnog direktorija..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' koji je postavljen u conf.py nije moguće pozvati. Molimo izmijenite definiciju 'setup' funkcije kako bi ju mogli izvršiti iz Pythona. Ovo je potrebno kako bi conf.py imao karakter Sphinx proširenja. " -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nije pronađen, zanemareno je." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "napravljeno" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "učitavanje okoline..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "neuspješno: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Nije odabran format, koristi se zadani: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "uspješno" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "završeno uz probleme" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s upozorenje." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "postavljanje proširenja %s: čvorna klasa %r je već registrirana, njezini vizitori će biti nadjačani" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "postavljanje proširenja %s: direktiva %r je već registrirana, biti će nadjačana" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "postavljanje proširenja %s: uloga %r je već registrirana, biti će nadjačana" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,68 +130,62 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "ne može se nadjačati osnovna konf. postavka %r, zanemarena je (koristite %r za postavljanje pojedinačnih elemenata)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "ne može se nadjačati konf. vrijednost %r zbog nepodržanog tipa, zanemareno" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Ne postoji konfiguracijska vrijednost: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Konfiguracijska vrijednost %r već postoji" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Poglavlje %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Slika %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tablica %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Ispis %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nije pronađen, zanemareno je." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Događaj %r već postoji" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Nepoznato ime događaja: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Ovaj projekt treba proširenje %s najmanje u verziji %si stoga se ne može izraditi s postojećom verzijom (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s nema \"name\" svojstvo" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r već postoji (u modulu %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder imena %s nije registriran ili dostupan pomoću poziva" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder %s nije registriran" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "domena %s je već registrirana" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nije još registrirana" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser za %r je već registriran" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" -msgstr "" - -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "proširenje %r se već nalazi u Sphinxu od verzije %s; ovo proširenje se zanemaruje." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Izvorna iznimka:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Proširenje %s ne može biti uvezena" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "proširenje %r nema funkciju setup(); radi li se o ispravnom Sphinx modulu proširenja?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "%s proširenje traži Sphinx verzije v%s; stoga projekt ne može biti izgrađen s ovom verzijom." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "proširenje %r vratio je nepodržan objekt iz setup() funkcije; rezultat treba biti None ili riječnik metapodataka" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "tema %r nema postavku \"theme\"" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "tema %r nema postavku \"inherit\"" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "tema %r nije pronađena, nasljeđuje ju %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "postavka %s.%s ne pojavljuje se u pretraženim konfiguracijama tema" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "datoteka %r iz teme nije ispravna (zip) arhiva ili ne sadrži temu" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme više nije čvrsta zavisnost od verzija 1.4.0. Molimo instalirajte ručno. (pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nema teme %r (nedostaje theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Ugrađeni dijelovi" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Opceniti abecedni indeks" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "abecedni indeks" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "naprijed" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "nazad" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentacija" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (u " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Abecedni popis" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Distribucija" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "Detektirano je prekobrojno izvlačenje koda" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Neispravan navod: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Include datoteka %r nije pronađena ili se ne može pročitati" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "Encoding %r za čitanje import datoteke %r nije ispravan, pokušajte dodati :encoding: opciju" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "Objekt %r nije pronađen u include datoteci %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"lines\"" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor sekcije: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor modula: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor koda:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vraća" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Vraća tip" @@ -1920,12 +1807,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C varijabla)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "član" @@ -1933,7 +1820,7 @@ msgstr "član" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tip" @@ -1941,297 +1828,262 @@ msgstr "tip" msgid "variable" msgstr "varijabla" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Novo u verziji %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Promijenjeno u verziji %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Zastarijelo od verzije %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parametri predloška" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Baca (iznimke)" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tip)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ koncept)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ član)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funkcija)" - -#: sphinx/domains/cpp.py:6323 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ razred)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerator)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ugrađene funkcije)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalna varijabla ili konstanta)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "podaci" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "ključna riječ" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "izuzetak" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "izjava" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "ugrađen funkcije" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Varijable" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Podiže" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (u modulu %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (ugrađene variable)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (u modulu %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (ugrađen razred)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (razred u %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metoda klase)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klase)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python indeks modula" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Zastarjelo" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "metoda klase" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (zastarjelo)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "Direktive" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "uloga" @@ -2240,209 +2092,200 @@ msgstr "uloga" msgid "environment variable; %s" msgstr "varijabla okruženja; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%scommand line parameter; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termin rječnika" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "token gramatike" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referentna oznaka" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "varijabla okruženja" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programske mogućnosti" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Abecedni popis" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Popis modula" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Tražilica" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "pogledajte %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "Dodatne informacije: %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simboli" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "nedostaje '+' ili '-' u '%s' opciji." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nije valjana opcija." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' nije valjana pyversion opcija" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz direktiva ne može imati i sadržaj i ime datoteke za argumente" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Vanjska Graphviz datoteka %r ne postoji ili se ne može čitati" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot naredba %r ne može se pokrenuti (potrebna za graphviz izlaz), provjerite postavku graphviz_dot" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot rezultirao greškom:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot nije izradio izlaznu datoteku:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format mora biti 'png' ili 'svg', ali je %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "naredba za konverziju %r ne može biti izvršena. Provjerite postavku image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert je vratio grešku:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Link na tu definiciju" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(u %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> se nalazi u %s, redak %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "izvorna stavka" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Kod modula" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Izvorni kod za %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Pregled: kod modula" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Svi moduli za koje je dostupan kod

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Osnovice: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "nadimak za :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argumenti" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "Primjeri" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Pažnja" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Opasnost" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Greška" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Savjet" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Važno" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Napomena" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Više informacija" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Savjet" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Upozorenje" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "nastavak sa prethodne stranice" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "nastavak na sljedećoj stranici" @@ -2999,7 +2890,7 @@ msgstr "Traži" msgid "Go" msgstr "Naprijed" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Prikaži izvorni kod" @@ -3148,13 +3039,13 @@ msgstr "traži" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Rezultati pretrage" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "C API promjene" msgid "Other changes" msgstr "Ostale promjene" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link na taj naslov" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link na tu definiciju" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Sakrij rezultate pretrage" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Pretraživanje" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Priprema pretrage..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pretraga završena, pronađeno %s stranica." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", u " @@ -3242,76 +3133,89 @@ msgstr "Sakrij pomoćnu traku" msgid "Contents" msgstr "Sadržaj" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "više od jednog targeta za 'any' referencu %r: može biti %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s reference target nije pronađen: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "%r referenca target nije pronađena: %% (target)" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "prilikom dodavanja klasa direktiva, ne mogu se dati dodatni argumenti" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permalink na ovu tablicu" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permalink na ovaj kod" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permalink na ovu sliku" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Permalink na ovaj sadržaj" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Distribucija" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "stranica" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Fusnote" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Nepoznata postavka: latex_elements[%r] je zanemarena." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[slika: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[slika]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.js b/sphinx/locale/hu/LC_MESSAGES/sphinx.js index 15bcbe96a53..8a872b2e310 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hu", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", ", "About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l", "Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz", "C API changes": "C API v\u00e1ltoz\u00e1sok", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa", "Complete Table of Contents": "Teljes tartalomjegyz\u00e9k", "Contents": "Tartalom", "Copyright": "Minden jog fenntartva", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s haszn\u00e1lat\u00e1val k\u00e9sz\u00fclt.", "Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Err\u0151l az oldalr\u00f3l ind\u00edthatja keres\u00e9seit. \u00cdrja be a kulcsszavakat\n az al\u00e1bbi sz\u00f6vegdobozba, majd kattintson a \"keres\u00e9s\" gombra.\n \u00dcgyeljen arra, hogy a keres\u00e9s megadott kulcsszavak mindegyik\u00e9t\n figyelembe veszi, \u00edgy azok az oldalak, melyek nem tartalmazz\u00e1k az\n \u00f6sszes kifejez\u00e9st, nem jelennek meg a tal\u00e1lati list\u00e1ban.", "Full index on one page": "Teljes t\u00e1rgymutat\u00f3 egy oldalon", "General Index": "\u00c1ltal\u00e1nos t\u00e1rgymutat\u00f3", "Global Module Index": "Teljes modul t\u00e1rgymutat\u00f3", "Go": "Ok", "Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Index": "T\u00e1rgymutat\u00f3", "Index – %(key)s": "T\u00e1rgymutat\u00f3 – %(key)s", "Index pages by letter": "Oldalak ABC sorrendben", "Indices and tables:": "T\u00e1rgymutat\u00f3 \u00e9s t\u00e1bl\u00e1zatok", "Last updated on %(last_updated)s.": "Utols\u00f3 friss\u00edt\u00e9s %(last_updated)s.", "Library changes": "K\u00f6nyvt\u00e1r v\u00e1ltoz\u00e1sok", "Navigation": "Navig\u00e1ci\u00f3", "Next topic": "K\u00f6vetkez\u0151 t\u00e9mak\u00f6r", "Other changes": "Egy\u00e9b v\u00e1ltoz\u00e1sok", "Overview": "\u00c1ttekint\u00e9s", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre", "Please activate JavaScript to enable the search\n functionality.": "K\u00e9rem enged\u00e9lyezze a JavaScriptet a keres\u0151 funkci\u00f3\n haszn\u00e1lat\u00e1hoz.", "Preparing search...": "Felk\u00e9sz\u00fcl\u00e9s a keres\u00e9sre...", "Previous topic": "El\u0151z\u0151 t\u00e9mak\u00f6r", "Quick search": "Gyorskeres\u00e9s", "Search": "Keres\u00e9s", "Search Page": "Keres\u00e9s", "Search Results": "Keres\u00e9si Eredm\u00e9nyek", "Search finished, found %s page(s) matching the search query.": "A keres\u00e9s befejez\u0151d\u00f6tt, %s oldal egyezik a keres\u00e9si fel\u00e9teleknek.", "Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s", "Searching": "Keres\u00e9s folyamatban", "Show Source": "Forr\u00e1s megtekint\u00e9se", "Table of Contents": "", "This Page": "Ez az Oldal", "Welcome! This is": "\u00dcdv\u00f6z\u00f6lj\u00fck! Ez a", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A keres\u00e9se nem hozott eredm\u00e9nyt. Ellen\u0151rizze, a megadott kulcsszavakat \u00e9s azt, hogy megfelel\u0151 sz\u00e1m\u00fa kateg\u00f3ria van-e kiv\u00e1lasztva.", "all functions, classes, terms": "\u00f6sszes funkci\u00f3, oszt\u00e1ly \u00e9s kifejez\u00e9s", "can be huge": "nagy lehet", "last updated": "utolj\u00e1ra friss\u00edtve", "lists all sections and subsections": "kilist\u00e1zza az \u00f6sszes fejezetet \u00e9s alfejezetet", "next chapter": "k\u00f6vetkez\u0151 fejezet", "previous chapter": "el\u0151z\u0151 fejezet", "quick access to all modules": "gyors hozz\u00e1f\u00e9r\u00e9s az \u00f6sszes modulhoz", "search": "keres\u00e9s", "search this documentation": "keres\u00e9s ebben a dokument\u00e1ci\u00f3ban", "the documentation for": "dokument\u00e1ci\u00f3"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "hu", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", ", "About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l", "Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz", "C API changes": "C API v\u00e1ltoz\u00e1sok", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa", "Complete Table of Contents": "Teljes tartalomjegyz\u00e9k", "Contents": "Tartalom", "Copyright": "Minden jog fenntartva", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s haszn\u00e1lat\u00e1val k\u00e9sz\u00fclt.", "Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Err\u0151l az oldalr\u00f3l ind\u00edthatja keres\u00e9seit. \u00cdrja be a kulcsszavakat\n az al\u00e1bbi sz\u00f6vegdobozba, majd kattintson a \"keres\u00e9s\" gombra.\n \u00dcgyeljen arra, hogy a keres\u00e9s megadott kulcsszavak mindegyik\u00e9t\n figyelembe veszi, \u00edgy azok az oldalak, melyek nem tartalmazz\u00e1k az\n \u00f6sszes kifejez\u00e9st, nem jelennek meg a tal\u00e1lati list\u00e1ban.", "Full index on one page": "Teljes t\u00e1rgymutat\u00f3 egy oldalon", "General Index": "\u00c1ltal\u00e1nos t\u00e1rgymutat\u00f3", "Global Module Index": "Teljes modul t\u00e1rgymutat\u00f3", "Go": "Ok", "Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se", "Index": "T\u00e1rgymutat\u00f3", "Index – %(key)s": "T\u00e1rgymutat\u00f3 – %(key)s", "Index pages by letter": "Oldalak ABC sorrendben", "Indices and tables:": "T\u00e1rgymutat\u00f3 \u00e9s t\u00e1bl\u00e1zatok", "Last updated on %(last_updated)s.": "Utols\u00f3 friss\u00edt\u00e9s %(last_updated)s.", "Library changes": "K\u00f6nyvt\u00e1r v\u00e1ltoz\u00e1sok", "Navigation": "Navig\u00e1ci\u00f3", "Next topic": "K\u00f6vetkez\u0151 t\u00e9mak\u00f6r", "Other changes": "Egy\u00e9b v\u00e1ltoz\u00e1sok", "Overview": "\u00c1ttekint\u00e9s", "Permalink to this definition": "Hivatkoz\u00e1s erre a defin\u00edci\u00f3ra", "Permalink to this headline": "Hivatkoz\u00e1s erre a fejezetc\u00edmre", "Please activate JavaScript to enable the search\n functionality.": "K\u00e9rem enged\u00e9lyezze a JavaScriptet a keres\u0151 funkci\u00f3\n haszn\u00e1lat\u00e1hoz.", "Preparing search...": "Felk\u00e9sz\u00fcl\u00e9s a keres\u00e9sre...", "Previous topic": "El\u0151z\u0151 t\u00e9mak\u00f6r", "Quick search": "Gyorskeres\u00e9s", "Search": "Keres\u00e9s", "Search Page": "Keres\u00e9s", "Search Results": "Keres\u00e9si Eredm\u00e9nyek", "Search finished, found %s page(s) matching the search query.": "A keres\u00e9s befejez\u0151d\u00f6tt, %s oldal egyezik a keres\u00e9si fel\u00e9teleknek.", "Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s", "Searching": "Keres\u00e9s folyamatban", "Show Source": "Forr\u00e1s megtekint\u00e9se", "Table of Contents": "", "This Page": "Ez az Oldal", "Welcome! This is": "\u00dcdv\u00f6z\u00f6lj\u00fck! Ez a", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A keres\u00e9se nem hozott eredm\u00e9nyt. Ellen\u0151rizze, a megadott kulcsszavakat \u00e9s azt, hogy megfelel\u0151 sz\u00e1m\u00fa kateg\u00f3ria van-e kiv\u00e1lasztva.", "all functions, classes, terms": "\u00f6sszes funkci\u00f3, oszt\u00e1ly \u00e9s kifejez\u00e9s", "can be huge": "nagy lehet", "last updated": "utolj\u00e1ra friss\u00edtve", "lists all sections and subsections": "kilist\u00e1zza az \u00f6sszes fejezetet \u00e9s alfejezetet", "next chapter": "k\u00f6vetkez\u0151 fejezet", "previous chapter": "el\u0151z\u0151 fejezet", "quick access to all modules": "gyors hozz\u00e1f\u00e9r\u00e9s az \u00f6sszes modulhoz", "search": "keres\u00e9s", "search this documentation": "keres\u00e9s ebben a dokument\u00e1ci\u00f3ban", "the documentation for": "dokument\u00e1ci\u00f3"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 9279e158e2d..f5d83d03122 100644 Binary files a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo and b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index c9bd16a43d1..93883e891e8 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,12 +7,13 @@ # Molnár Dénes , 2017 # Peter Schön , 2018 # Tibor Toth , 2013,2015 +# Tibor Toth , 2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Hungarian (http://www.transifex.com/sphinx-doc/sphinx-1/language/hu/)\n" "MIME-Version: 1.0\n" @@ -22,24 +23,24 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "a konfigurációs mappa nem tartalmazza a conf.py állományt (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "A forrás mappa nem található (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "A forrás és cél mappa nem lehet azonos" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx %s verzió futtatása" #: sphinx/application.py:214 #, python-format @@ -49,95 +50,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "fordítások betöltése [%s]..." -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "kész" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "sikertelen: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "sikerült" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" -msgstr "" +msgstr "problémákkal befejeződött" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +134,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +142,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,833 +197,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "%s. bekezdés" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "%s. ábra" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "%s. táblázat" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "%s. felsorlás" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" -msgstr "" - -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Fejlesztési Javaslatok; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Beépített" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modul szint" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Általános tárgymutató" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "nyitóoldal" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "következő" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "előző" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s dokumentáció" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1054,188 +926,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Tárgymutató" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Kiadás" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1254,253 +1148,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1508,11 +1396,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1520,25 +1408,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1436,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1567,22 +1455,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1591,36 +1479,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1628,29 +1516,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1658,26 +1546,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1687,214 +1575,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "A megadott útvonal nem egy mappa vagy a sphinx állományok már léteznek." -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Fejezet szerző: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modul szerző: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kód szerző: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Szerző: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Paraméterek" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Visszatérési érték" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Visszatérés típusa" @@ -1923,12 +1811,12 @@ msgstr "%s (C típus)" msgid "%s (C variable)" msgstr "%s (C változó)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "függvény" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "tag" @@ -1936,7 +1824,7 @@ msgstr "tag" msgid "macro" msgstr "makró" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "típus" @@ -1944,297 +1832,262 @@ msgstr "típus" msgid "variable" msgstr "változó" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Új a(z) %s verzióban" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "A %s verzióban változott" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Elavult a(z) %s verzió óta" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Sablonparaméterek" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Dob" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ típus)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ tagváltozó)" - -#: sphinx/domains/cpp.py:6313 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ függvény)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ osztály)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enumeráció)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerátor)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "osztály" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enumeráció" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (beépített függvény)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metódus)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (osztály)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globális változó vagy konstans)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribútum)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumentum" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metódus" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "adat" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribútum" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "kulcsszó" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operátor" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objektum" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "kivétel" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "utasítás" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "beépített függvény" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Változók" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Kivétel" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modulban)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (beépített változó)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modulban)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (beépített osztály)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (osztály %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metódus)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statikus metódus)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statikus metódus)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s osztály metódus)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s osztály metódus)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribútum)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python Modul Mutató" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modulok" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Elavult" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "osztály szintű metódus" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statikus metódus" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (elavult)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktíva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (szerepkör)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktíva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "szerepkör" @@ -2243,209 +2096,200 @@ msgstr "szerepkör" msgid "environment variable; %s" msgstr "környezeti változó; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sparancssor opció; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "szójegyzék" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "nyelvtani jel" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referencia cimke" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "környezeti változó" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "program opció" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Tárgymutató" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulok" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Keresés" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "forrás mappa megváltozott" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "lásd %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "lásd még %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Szimbólumok" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2301,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s nem mappa" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Tennivaló" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "eredeti bejegyzés" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modul forráskód" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s forráskódja

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Áttekintés: modul forráskód" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Az összes modul, melynek forrása elérhető

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2683,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "álneve :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,106 +2776,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Figyelem" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Figyelem" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Veszély" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Hiba" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Tipp" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Fontos" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Megjegyzés" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Lásd még" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Javaslat" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Figyelem" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "folytatás az előző oldalról" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "A következő oldalon folytatódik" @@ -3002,7 +2894,7 @@ msgstr "Keresés" msgid "Go" msgstr "Ok" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Forrás megtekintése" @@ -3151,13 +3043,13 @@ msgstr "keresés" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Keresési Eredmények" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3091,36 @@ msgstr "C API változások" msgid "Other changes" msgstr "Egyéb változások" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Hivatkozás erre a fejezetcímre" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Hivatkozás erre a definícióra" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Keresési Találatok Elrejtése" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Keresés folyamatban" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Felkészülés a keresésre..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", " @@ -3245,76 +3137,89 @@ msgstr "Oldalsáv összezárása" msgid "Contents" msgstr "Tartalom" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3328,140 +3233,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permalink erre a táblázatra" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permalink erre a kódrészletre" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permalink erre a képre" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Kiadás" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "oldal" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Lábjegyzetek" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[image]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.js b/sphinx/locale/id/LC_MESSAGES/sphinx.js index 2e697b1bd6a..7f5cc64f796 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "id", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", ", in ": ", di", "About these documents": "Tentang dokumen ini", "Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s", "C API changes": "Perubahan API C", "Changes in Version %(version)s — %(docstitle)s": "Perubahan pada Versi %(version)s — %(docstitle)s", "Collapse sidebar": "Tutup sidebar", "Complete Table of Contents": "Daftar Isi Lengkap", "Contents": "Konten", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Dibuat menggunakan Sphinx %(sphinx_version)s.", "Expand sidebar": "Buka sidebar", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil.", "Full index on one page": "Index penuh dalam satu halaman", "General Index": "Indeks Umum", "Global Module Index": "Index Modul Global", "Go": "Go", "Hide Search Matches": "Sembunyikan Hasil Pencarian", "Index": "Indeks", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index halaman berdasarkan huruf", "Indices and tables:": "Index dan tabel:", "Last updated on %(last_updated)s.": "Terakhir diperbarui pada %(last_updated)s.", "Library changes": "Perubahan library", "Navigation": "Navigasi", "Next topic": "Topik berikutnya", "Other changes": "Perubahan lain", "Overview": "Tinjauan", "Permalink to this definition": "Link permanen untuk definisi ini", "Permalink to this headline": "Link permanen untuk headline ini", "Please activate JavaScript to enable the search\n functionality.": "Tolong aktifkan JavaScript untuk melakukan pencarian.\n ", "Preparing search...": "Penyiapkan pencarian...", "Previous topic": "Topik sebelum", "Quick search": "Pencarian cepat", "Search": "Pencarian", "Search Page": "Pencarian Halaman", "Search Results": "Hasil Pencarian", "Search finished, found %s page(s) matching the search query.": "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian.", "Search within %(docstitle)s": "Pencarian dalam %(docstitle)s", "Searching": "Pencarian", "Show Source": "Lihat Sumber", "Table of Contents": "", "This Page": "Halaman Ini", "Welcome! This is": "Selamat Datang! Ini adalah", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori.", "all functions, classes, terms": "semua fungsi, class, term", "can be huge": "dapat menjadi besar", "last updated": "terakhir diperbarui", "lists all sections and subsections": "daftar semua seksi dan subseksi", "next chapter": "bab berikutnya", "previous chapter": "bab sebelum", "quick access to all modules": "akses cepat semua modul", "search": "pencarian", "search this documentation": "pencarian pada dokumentasi ini", "the documentation for": "dokumentasi untuk"}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "id", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", "© Copyright %(copyright)s.": "© Hak cipta %(copyright)s.", ", in ": ", di", "About these documents": "Tentang dokumen ini", "Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s", "C API changes": "Perubahan API C", "Changes in Version %(version)s — %(docstitle)s": "Perubahan pada Versi %(version)s — %(docstitle)s", "Collapse sidebar": "Tutup sidebar", "Complete Table of Contents": "Daftar Isi Lengkap", "Contents": "Konten", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Dibuat menggunakan Sphinx %(sphinx_version)s.", "Expand sidebar": "Buka sidebar", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Dari sini dapat dilakukan pencarian pada dokumentasi. Masukkan\n kata yang dicari pada kotak dibawah dan klik \"search\". Catatan untuk fungsi pencarian\n akan secara otomatis mencari semua kata. Halaman\n yang berisi kata yang sedikat tidak dimunculkan pada daftar hasil.", "Full index on one page": "Index penuh dalam satu halaman", "General Index": "Indeks Umum", "Global Module Index": "Index Modul Global", "Go": "Go", "Hide Search Matches": "Sembunyikan Hasil Pencarian", "Index": "Indeks", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index halaman berdasarkan huruf", "Indices and tables:": "Index dan tabel:", "Last updated on %(last_updated)s.": "Terakhir diperbarui pada %(last_updated)s.", "Library changes": "Perubahan library", "Navigation": "Navigasi", "Next topic": "Topik berikutnya", "Other changes": "Perubahan lain", "Overview": "Tinjauan", "Permalink to this definition": "Link permanen untuk definisi ini", "Permalink to this headline": "Link permanen untuk headline ini", "Please activate JavaScript to enable the search\n functionality.": "Tolong aktifkan JavaScript untuk melakukan pencarian.\n ", "Preparing search...": "Penyiapkan pencarian...", "Previous topic": "Topik sebelum", "Quick search": "Pencarian cepat", "Search": "Pencarian", "Search Page": "Pencarian Halaman", "Search Results": "Hasil Pencarian", "Search finished, found %s page(s) matching the search query.": "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian.", "Search within %(docstitle)s": "Pencarian dalam %(docstitle)s", "Searching": "Pencarian", "Show Source": "Lihat Sumber", "Table of Contents": "", "This Page": "Halaman Ini", "Welcome! This is": "Selamat Datang! Ini adalah", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori.", "all functions, classes, terms": "semua fungsi, class, term", "can be huge": "dapat menjadi besar", "last updated": "terakhir diperbarui", "lists all sections and subsections": "daftar semua seksi dan subseksi", "next chapter": "bab berikutnya", "previous chapter": "bab sebelum", "quick access to all modules": "akses cepat semua modul", "search": "pencarian", "search this documentation": "pencarian pada dokumentasi ini", "the documentation for": "dokumentasi untuk"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index 4174079bb49..8dcddfb2ab3 100644 Binary files a/sphinx/locale/id/LC_MESSAGES/sphinx.mo and b/sphinx/locale/id/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 638d3d875f0..6c92de73906 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -1,17 +1,18 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Arif Budiman , 2016-2017 # FIRST AUTHOR , 2009 # Sakti Dwi Cahyono <54krpl@gmail.com>, 2013,2015 +# Tumpal Gemelli, 2018 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Indonesian (http://www.transifex.com/sphinx-doc/sphinx-1/language/id/)\n" "MIME-Version: 1.0\n" @@ -21,1220 +22,1113 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Tidak dapat menemukan direktori sumber (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Direktori sumber dan direktori tujuan tidak boleh sama" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Menjalankan Sphinx v%s" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "Proyek ini memerlukan sedikitnya Sphinx v%s dan maka itu tidak bisa dibangun dengan versi ini." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "" +msgstr "'setup' yang saat ini didefinisikan pada conf.py bukanlah sebuah Python callable. Silakan modifikasi definisinya untuk membuatnya menjadi fungsi callable. Hal ini diperlukan guna conf.py berjalan sebagai ekstensi Sphinx." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "memuat terjemahan [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "selesai" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "tidak tersedia untuk built-in messages" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "gagal: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" -msgstr "" +msgstr "Tidak ada builder yang dipilih, menggunakan default: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "berhasil" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" -msgstr "" +msgstr "selesai with masalah" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." -msgstr "" +msgstr "build %s, %s peringatan." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." -msgstr "" +msgstr "build %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "ekstensi %s tidak akan dinyatakan jika itu aman untuk pembacaan paralel, dengan anggapan itu tidak aman - silakan tanya pembuat ekstensi untuk memeriksa dan membuatnya eksplisit" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr " \nekstensi %s tidak akan dinyatakan jika itu aman untuk penulisan paralel, dengan anggapan itu tidak aman - silakan tanya pembuat ekstensi untuk memeriksa dan membuatnya eksplisit" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "mengerjakan serial %s" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" -msgstr "" +msgstr "tidak dapat menulis ulang pengaturan direktori konfigurasi %r, mengabaikan (gunakan %r untuk mengatur elemen-elemen satuan)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgstr "tidak dapat menulis ulang pengaturan konfigurasi %r dengan tipe yang tidak didukung, mengabaikan" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" -msgstr "" +msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" -msgstr "" +msgstr "Tidak terdapat nilai konfigurasi demikian: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "Nilai konfigurasi %r sudah ada" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "Berkas konfigurasi (atau salah satu dari modul terimpor) disebut sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "Terdapat kesalahan programmable dalam berkas konfigurasi anda:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Bab %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Gambar. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Daftar %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "Nilai konfigurasi `{name}` harus salah satu dari {candidates}, tapi `{current}` diberikan." -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "Nilai konfigurasi `{name}` bertipe `{current.__name__}', default menjadi `{default.__name__}'." -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "nilai konfigurasi %r diatur sebagai string dengan karakter non-ASCII; hal ini dapat berpotensi terjadinya galat Unicode. Silakan pakai string Unicode, sebagai contoh %r." + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r tidak ditemukan, diabaikan." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:58 +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" -msgstr "" +msgstr "Event %r sudah ada" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" -msgstr "" +msgstr "Nama event tidak dikenal: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "Ekstensi %s diperlukan oleh pengaturan needs_extensions, tapi itu tidak dimuat." -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." -msgstr "" +msgstr "Proyek ini memerlukan ekstensi %s sedikitnya pada versi %s dan maka itu tidak bisa dibangun dengan versi yang dimuat (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "Nama Pygments lexer %r tidak diketahui" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgstr "Tidak dapat menjalankan lex literal_block sebagai \"%s\". Menyoroti yang terlewat." -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "Class Builder %s tidak punya atribut \"name\"" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "Builder %r sudah ada (di modul %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "Nama Builder %s tidak terdaftar" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "domain %s telah terdaftar" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "domain %s belum didaftarkan" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "object_type %r telah didaftarkan" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "crossref_type %r telah didaftarkan" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r telah didaftarkan" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "source_parser untuk %r telah didaftarkan" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "Parser sumber untuk %s tidak terdaftar" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" -msgstr "" - -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" +msgstr "source_input untuk %r telah didaftarkan" -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "kwargs untuk add_node() harus berupa (visit, depart) function tuple: %r=%r" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r telah terdaftar" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" -msgstr "" +msgstr "math renderer %s telah terdaftar" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "ekstensi %r telah digabungkan dengan Sphinx sejak versi %s; ekstensi diabaikan." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" -msgstr "" +msgstr "Eksepsi orisinal:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "Tidak dapat mengimpor ekstensi %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" -msgstr "" +msgstr "ekstensi %r tidak memiliki fungsi setup(); apa itu benar-benar sebuah modul ekstensi Sphinx?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." -msgstr "" +msgstr "Ekstensi %s yang digunakan proyek ini memerlukan sedikitnya Sphinx v%s; maka itu tidak bisa dibangun dengan versi ini." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" -msgstr "" +msgstr "ekstensi %r mengembalikan objek yang tidak didukung dari fungsi setup() nya; seharusnya mengembalikan None atau dictionary metadata" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgstr "tema %r tidak memiliki pengaturan \"tema\"" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgstr "tema %r tidak memiliki pengaturan \"inherit\"" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" -msgstr "" +msgstr "tema berjudul %r tidak ditemukan, inherited oleh %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgstr "pengaturan %s.%s terjadi pada tak satupun konfigurasi tema yang dicari" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "opsi tema yang tidak didukung %r diberikan" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "berkas %r pada path tema merupakan berkas zip yang tidak valid atau tidak berisi tema" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" -msgstr "" +msgstr "sphinx_rtd_theme bukan lagi merupakan dependensi bawaan sejak versi 1.4.0. Silakan memasangnya secara manual.(pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgstr "tema bernama %r tidak ditemukan (kehilangan theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" -msgstr "" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "membangun [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "menulis keluaran... " -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "semua dari %d berkas po" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" -msgstr "" +msgstr "target untuk %d berkas po yang telah ditetapkan" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" -msgstr "" +msgstr "target untuk %d berkas po telah usang" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "semua berkas sumber" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "berkas %r yang diberikan di command line tidak berada dalam direktori sumber, mengabaikan" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "berkas %r yang diberikan di command line tidak tersedia, mengabaikan" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d berkas sumber diberikan di command line" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" -msgstr "" +msgstr "target untuk %d berkas sumber yang telah usang" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "membangun [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "mencari berkas yang kini-usang... " -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d ditemukan" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "tidak ditemukan apapun" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." +msgstr "tidak ada target yang usang." + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." -msgstr "" +msgstr "menunggu workers..." -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "docnames to write: %s" +msgstr "docnames yang akan ditulis: %s" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "menyalin gambar... " -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "tidak dapat menyalin berkas gambar %r: %s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "tidak dapat menulis berkas gambar %r: %s" -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "" +msgid "writing %s file..." +msgstr "menulis %s berkas..." -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "Berkas tinjauan berada di %(outdir)s." -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." +msgstr "tidak ada pengubahan dalam versi %s." + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Modul Internal" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Level Modul" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "menyalin berkas sumber..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" -msgstr "" - -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" +msgstr "tidak dapat membaca %r untuk pembuatan changelog" -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." -msgstr "" +msgstr "Builder contoh tidak menghasilkan berkas apapun." -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "Berkas ePub berada di %(outdir)s." -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_language\" (atau \"language\") tidak seharsunya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_title\" (atau \"html_title\") tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_copyright\" (atau \"copyright\") tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "css_file yang salah: %r, mengabaikan" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "Katalog pesan berada di %(outdir)s." -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "membangun [%s]: " -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "target untuk %d berkas templat" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "membaca templat... " -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "menulis katalog pesan... " -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" -msgstr "" +msgstr "berkas info build rusak: %r" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "Halaman HTML berada di %(outdir)s." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "Gagal membaca berkas info build: %r" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "nilai konfigurasi html_use_opensearch harus berupa sebuah string" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks Umum" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "berikut" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "sebelum" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "menghasilkan indeks..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" +msgstr "menulis halaman tambahan..." -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "menyalin berkas yang dapat diunduh... " -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "menyalin berkas statik... " -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "entri html_static_path %r tidak ada" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "berkas logo %r tidak ada" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "berkas favicon %r tidak ada" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "tidak dapat menyalin berkas statik %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "menyalin berkas ekstra... " -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "entri html_extra_path %r tidak ada" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "tidak dapat menyalin berkas ekstra %r" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" -msgstr "" +msgstr "Gagal menulis berkas info build: %r" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." -msgstr "" +msgstr "indeks pencarian tidak dapat dimuat, tapi tidak semua dokumen akan dibangun: indeks akan jadi tidak lengkap." -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgstr "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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 "" +msgstr "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." -#: sphinx/builders/html.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "kesalahan menulis berkas %s: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " -msgstr "" +msgstr "membuang inventori obyek... " -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " -msgstr "" +msgstr "membuang indeks pencarian di %s ... " -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "js_file yang salah: %r, mengabaikan" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "Banyak math_renderers teregistrasi. Namun tidak satu pun math_renderer yang dipilih." -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "math_renderer %r yang tidak diketahui diberikan." -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "dokumentasi %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "Mencari kesalahan sembarang dalam keluaran di atas atau di %(outdir)s/output.txt" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" -msgstr "" +msgstr "Anchor '%s' tidak ditemukan" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "tautan rusak: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "Halaman manual berada di %(outdir)s." #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "tidak ditemukan nilai konfigurasi \"man_pages\"; halaman manual tidak akan ditulis" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Berkas Texinfo berada di %(outdir)s." -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." -msgstr "" +msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui makeinfo\n(gunakan 'make info' di sini untuk melakukannya secara otomatis)." -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "memecahkan referensi..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (dalam " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Berkas teks berada di %(outdir)s." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "Berkas XML berada di %(outdir)s." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "Berkas pseudo-XML berada di %(outdir)s." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "Berkas LaTeX berada di %(outdir)s." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indeks" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Rilis" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "menyalin berkas pendukung TeX... " + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." -msgstr "" +msgstr "Kunci konfigurasi tak dikenal: latex_elements[%r]. diabaikan." -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "Eksepsi terjadi saat membangun, memulai debugger:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" -msgstr "" +msgstr "terjadi gangguan!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" -msgstr "" +msgstr "markup reST salah:" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "Kesalahan encoding:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "" +msgstr "Traceback lengkap telah disimpan di %s, bila ingin melaporkan masalah ini kepada developer." -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" -msgstr "" +msgstr "Kesalahan recursion:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" -msgstr "" +msgstr "Hal ini dapat terjadi dengan berkas sumber yang besar atau sangat dalam bertingkat. Anda dapat secara hati-hati meningkatkan batas standar recursi Python dari 1000 di conf.py contohnya:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" -msgstr "" +msgstr " import sys; sys.setrecursionlimit(1500)" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "Terjadi eksepsi:" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "Laporan bug dapat diisi pada tracker di . Terima kasih!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" -msgstr "" +msgstr "job number seharusnya sebuah bilangan positif" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "Untuk informasi lebih banyak, kunjungi ." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,293 +1145,287 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nMenghasilkan dokumentasi ari berkas sumber.\n\nsphinx-build menghasilkan dokumentasi dari berkas-berkas di SOURCEDIR dan menyimpannya\ndi OUTPUTDIR. Program tersebut mencari berkas 'conf.py' di SOURCEDIR untuk pengaturan\nkonfigurasinya. Alat 'sphinx-quickstart' dapat digunakan untuk menghasilkan berkas templat,\ntermasuk 'conf.py'\n\nsphinx-build dapat membuat dokumentasi dalam beragam format. Sebuah format\ndipilih berdasarkan nama builder pada command line; standarnya\nHTML. Builders pun dapat menjalankan tugas lainnya berhubungan dengan pemrosesan\ndocumentasi.\n\nSecara umum, semua yang usang akan dibuat. Output hanya untuk berkas\npilihan dapat dibuat dengan menentukan berkas satuan.\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "path ke berkas sumber" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "path ke direktori output" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "daftar berkas spesifik yang dibuat ulang. Diabaikan jika -a ditentukan" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "opsi umum" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "builder yang digunakan (default: html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "jangan pakai saved environment, selalu baca semua berkas" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "path untuk the cached environment dan berkas doctree (default: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "build secara parallel dengan N processes jika memungkinkan (nilai spesial \"auto\" akan menetapkan N ke cpu-count)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "path tempat berkas konfigurasi (conf.py) berada (default: sama seperti SOURCEDIR)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "jalankan tanpa berkas sama sekali, hanya opsi -D" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "override sebuah aturan di berkas konfigurasi" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "masukkan sebuah nilai ke templat HTML" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "define tag: masukkan blok \"only\" dengan TAG" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "mode nit-picky, ingatkan tentang semua referensi yang hilang" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "opsi output konsol" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "tingkatkan verbosity (dapat diulang)" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "tanpa output pada stdout, hanya peringatan pada stderr" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "tanpa output sama sekali, peringatan sekalipun" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "siarkan output berwarna (default: auto-detect)" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "jangan siarkan output berwarna (default: auto-detect)" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "tulis peringatan (dan galat) pada berkas terpilih" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "ubah peringatan menjadi galat" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "Dengan -W, Terus jalankan ketika menerima peringatan" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "tampilkan traceback penuh pada eksepsi" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "jalankan Pdb pada eksepsi" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "tidak dapat mencari berkas %r" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "tidak dapat membuka berkas peringatan %r: %s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "argumen opsi -D harus dalam bentuk name=value" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "argumen opsi -A harus dalam bentuk name=value" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "masukkan docstrings secara otomatis dari modules" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "uji snippet kode secara otomatis pada blok doctest" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "tulis entri \"todo\" yang dapat ditampilan atau disembunyikan dalam build" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "periksa coverage dokumentasi" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "masukkan math, yang dirender di perambah sebagai gambar PNG atau SVG" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "masukkan tautan ke sumber kode untuk objek Python yang terdokumentasi" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "Mohon masukkan nama path yang sah." -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "Mohon masukan teks." -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "Mohon masukkan satu dari %s." -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Mohon ketik salah satu dari 'y' atau 'n'." -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" +msgstr "* Perhatian: karakter non-ASCII yang dimasukkan dan encoding terminal tidak diketahui -- menganggap UTF-8 atau Latin-1." -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Selamat datang ke alat quickstart Sphinx %s." -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\nMohon masukkan nilai untuk pengaturan berikut (tekan saja Enter untuk\nmenerima nilai default, jika tersedia di dalam braket)." -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\nRoot path yang dipilih: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\nMasukkan root path dokumentasi." -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "Root path dokumentasi" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "Galat: berkas conf.py telah ditemukan dalam root path terpilih." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\nAnda punya dua opsi untuk pilihan direktori build tempat output Sphinx.\nGunakan \"_build\" direktori dalam root path, atau pisahkan\ndirektori \"source\" dan \"build\" dalam root path." -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "Pisahkan direktori source dan build (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\nDi dalam direktori root, dua direktori lainnya akan dibuat; \"_templates\"\nuntuk templat HTML custom dan \"_static\" untuk stylesheets custom dan berkas static\nlainnya. Anda dapat masukkan prefiks lainnya (seperti \".\") untuk mengganti garis bawah." -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "Nama prefiks untuk dir templat dan static" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\nNama proyek akan muncul di beberapa tempat dalam dokumentasi yang dibuat." -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "Nama proyek" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "Nama(-nama) pembuat" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,17 +1433,17 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "\nSphinx punya gagasan sebuah \"version\" dan \"release\" untuk\nperanti lunaknya. Tiap versi bisa punya beragam rilisan. Contohnya, untuk\nPython versinya kira-kira seperti 2.5 atau 3.0, sedangkan rilisannya\nkira-kira seperti 2.5.1 atau 3.0a1. Bila anda tidak memerlukan struktur dual ini,\natur saja kedua-duanya dengan nilai yang sama." -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1566,22 +1454,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1590,36 +1478,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1627,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1657,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1686,214 +1574,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Keterangan tidak valid: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Penyusun bagian:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Penyusun modul: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Penulis kode:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Penyusun: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameter" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Kembali" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1922,12 +1810,12 @@ msgstr "%s (tipe C)" msgid "%s (C variable)" msgstr "%s (variabel C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "fungsi" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "anggota" @@ -1935,7 +1823,7 @@ msgstr "anggota" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipe" @@ -1943,297 +1831,262 @@ msgstr "tipe" msgid "variable" msgstr "variabel" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Baru pada versi %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Berubah pada versi %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Ditinggalkan sejak versi %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parameter Templat" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipe C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ konsep)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (anggota C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (fungsi C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (class C++)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerator)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "class" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "konsep" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (fungsi built-in)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (method %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabel global atau konstan)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumen" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "method" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "duplikasi label persamaan %s, misalnya di %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "keyword" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "object" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "eksepsi" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "statement" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "fungsi built-in" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabel" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (di modul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabel built-in)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (di modul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (class built-in)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (class di %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (method %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (method static %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (method static %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (method class %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (method class %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribut %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Indeks Modul Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modul" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Akan ditinggalkan" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "method class" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "method static" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsolet)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktif)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktif" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "role" @@ -2242,209 +2095,200 @@ msgstr "role" msgid "environment variable; %s" msgstr "variabel environment; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopsi command line; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "daftar istilah" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "token grammar" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "label referensi" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variabel environment" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opsi program" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indeks" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Indeks Modul" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pencarian Halaman" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "lihat %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "lihat juga %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simbol" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2456,352 +2300,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Tautan untuk persamaan ini" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(di %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[sumber]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> terletak di %s, baris %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "entri asli" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Kode modul" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Kode sumber untuk %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Tinjauan: kode modul" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Semua modul dimana kode tersedia

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2809,66 +2682,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Basis: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias dari :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2883,106 +2775,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argumen Kata Kunci" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Pehatian" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Hati-hati" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Bahaya" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Kesalahan" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Penting" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Catatan" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "lihat juga" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Peringatan" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "lanjutan dari halaman sebelumnya" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Lanjut ke halaman berikutnya" @@ -3001,7 +2893,7 @@ msgstr "Pencarian" msgid "Go" msgstr "Go" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Lihat Sumber" @@ -3150,13 +3042,13 @@ msgstr "pencarian" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Hasil Pencarian" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3198,36 +3090,36 @@ msgstr "Perubahan API C" msgid "Other changes" msgstr "Perubahan lain" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link permanen untuk headline ini" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link permanen untuk definisi ini" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Sembunyikan Hasil Pencarian" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Pencarian" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Penyiapkan pencarian..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pencarian selesai, menemukan %s halaman yang cocok dengan kueri pencarian." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", di" @@ -3244,76 +3136,89 @@ msgstr "Tutup sidebar" msgid "Contents" msgstr "Konten" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "karakter sumber undecodable, menggantinya dengan \"?\": %r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3327,140 +3232,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Link permanen untuk table ini" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Link permanen untuk kode ini" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Link permanen untuk gambar ini" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Tautan ke daftar isi ini" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Rilis" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "laman" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Catatan kaki" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Kunci konfigurasi tak dikenal: latex_elements[%r] diabaikan." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[gambar: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[gambar]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.js b/sphinx/locale/it/LC_MESSAGES/sphinx.js index 9a5ee28ccab..78292cd9d53 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "it", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "A proposito di questi documenti", "Automatically generated list of changes in version %(version)s": "Lista delle modifiche generata automaticamente nella versione %(version)s", "C API changes": "Modifiche nelle API C", "Changes in Version %(version)s — %(docstitle)s": "Cambiamenti nella Versione %(version)s — %(docstitle)s", "Collapse sidebar": "Comprimi la barra laterale", "Complete Table of Contents": "Tabella dei contenuti completa", "Contents": "Contenuti", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creato con Sphinx %(sphinx_version)s.", "Expand sidebar": "Espandi la barra laterale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente per tutte le parole. Le pagine\n che contendono meno parole non compariranno nei risultati di ricerca.", "Full index on one page": "Indice completo in una pagina", "General Index": "Indice generale", "Global Module Index": "Indice dei moduli", "Go": "Vai", "Hide Search Matches": "Nascondi i risultati della ricerca", "Index": "Indice", "Index – %(key)s": "Indice – %(key)s", "Index pages by letter": "Indice delle pagine per lettera", "Indices and tables:": "Indici e tabelle:", "Last updated on %(last_updated)s.": "Ultimo aggiornamento %(last_updated)s.", "Library changes": "Modifiche nella libreria", "Navigation": "Navigazione", "Next topic": "Argomento successivo", "Other changes": "Altre modifiche", "Overview": "Sintesi", "Permalink to this definition": "Link a questa definizione", "Permalink to this headline": "Link a questa intestazione", "Please activate JavaScript to enable the search\n functionality.": "Attiva JavaScript per abilitare la funzione\u23ce\ndi ricerca.", "Preparing search...": "Preparo la ricerca...", "Previous topic": "Argomento precedente", "Quick search": "Ricerca veloce", "Search": "Cerca", "Search Page": "Cerca", "Search Results": "Risultati della ricerca", "Search finished, found %s page(s) matching the search query.": "Ricerca completata, trovata/e %s pagina/e corrispondenti.", "Search within %(docstitle)s": "Cerca in %(docstitle)s", "Searching": "Cerca", "Show Source": "Mostra sorgente", "Table of Contents": "", "This Page": "Questa pagina", "Welcome! This is": "Benvenuto! Questa \u00e8", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La tua ricerca non corrisponde a nessun documento. Verifica che tutte le parole siano scritte correttamente e di aver scelto un numero sufficiente di categorie.", "all functions, classes, terms": "tutte le funzioni, classi e moduli", "can be huge": "pu\u00f2 essere enorme", "last updated": "ultimo aggiornamento", "lists all sections and subsections": "elenca l'insieme delle sezioni e sottosezioni", "next chapter": "capitolo successivo", "previous chapter": "capitolo precedente", "quick access to all modules": "accesso veloce ai moduli", "search": "cerca", "search this documentation": "cerca in questa documentazione", "the documentation for": "la documentazione per"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "it", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "A proposito di questi documenti", "Automatically generated list of changes in version %(version)s": "Lista delle modifiche generata automaticamente nella versione %(version)s", "C API changes": "Modifiche nelle API C", "Changes in Version %(version)s — %(docstitle)s": "Cambiamenti nella Versione %(version)s — %(docstitle)s", "Collapse sidebar": "Comprimi la barra laterale", "Complete Table of Contents": "Tabella dei contenuti completa", "Contents": "Contenuti", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Creato con Sphinx %(sphinx_version)s.", "Expand sidebar": "Espandi la barra laterale", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante e premi \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente tutte le parole. Le pagine\n che contengono meno parole non compariranno nei risultati della ricerca.", "Full index on one page": "Indice completo in una pagina", "General Index": "Indice generale", "Global Module Index": "Indice dei moduli", "Go": "Vai", "Hide Search Matches": "Nascondi i risultati della ricerca", "Index": "Indice", "Index – %(key)s": "Indice – %(key)s", "Index pages by letter": "Indice delle pagine per lettera", "Indices and tables:": "Indici e tabelle:", "Last updated on %(last_updated)s.": "Ultimo aggiornamento %(last_updated)s.", "Library changes": "Modifiche nella libreria", "Navigation": "Navigazione", "Next topic": "Argomento successivo", "Other changes": "Altre modifiche", "Overview": "Sintesi", "Permalink to this definition": "Link a questa definizione", "Permalink to this headline": "Link a questa intestazione", "Please activate JavaScript to enable the search\n functionality.": "Attiva JavaScript per abilitare la funzione\u23ce\ndi ricerca.", "Preparing search...": "Preparo la ricerca...", "Previous topic": "Argomento precedente", "Quick search": "Ricerca veloce", "Search": "Cerca", "Search Page": "Cerca", "Search Results": "Risultati della ricerca", "Search finished, found %s page(s) matching the search query.": "Ricerca completata, trovata/e %s pagina/e corrispondenti.", "Search within %(docstitle)s": "Cerca in %(docstitle)s", "Searching": "Cerca", "Show Source": "Mostra sorgente", "Table of Contents": "", "This Page": "Questa pagina", "Welcome! This is": "Benvenuto! Questa \u00e8", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La tua ricerca non corrisponde a nessun documento. Verifica che tutte le parole siano scritte correttamente e di aver scelto un numero sufficiente di categorie.", "all functions, classes, terms": "tutte le funzioni, classi e moduli", "can be huge": "pu\u00f2 essere enorme", "last updated": "ultimo aggiornamento", "lists all sections and subsections": "elenca l'insieme delle sezioni e sottosezioni", "next chapter": "capitolo successivo", "previous chapter": "capitolo precedente", "quick access to all modules": "accesso veloce ai moduli", "search": "cerca", "search this documentation": "cerca in questa documentazione", "the documentation for": "la documentazione per"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index d42cbc3f037..edfe826f9d0 100644 Binary files a/sphinx/locale/it/LC_MESSAGES/sphinx.mo and b/sphinx/locale/it/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.po b/sphinx/locale/it/LC_MESSAGES/sphinx.po index 8c99eb7264d..89ea48ba31e 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -1,8 +1,9 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Denis Cappellin , 2018 # Paolo Cavallini , 2013-2017 # Roland Puntaier , 2013 # Sandro Dentella , 2008 @@ -11,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Giuseppe Pignataro (Fastbyte01) \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Italian (http://www.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,21 +23,21 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -49,95 +50,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "il primary_domain %r non è stato trovato, tralasciato." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "fatto" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "terminato con problemi" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +134,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +142,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,833 +197,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Sezione %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabella %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Listato %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "il primary_domain %r non è stato trovato, tralasciato." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Al livello del modulo" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indice generale" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indice" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "successivo" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "precedente" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s documentazione" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1054,188 +926,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indice" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Release" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1254,253 +1148,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1508,11 +1396,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1520,25 +1408,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1436,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1567,22 +1455,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1591,36 +1479,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1628,29 +1516,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1658,26 +1546,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1687,214 +1575,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Didascalia non valida: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autore della sezione: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autore del modulo: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autore del codice: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autore: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Ritorna" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo di ritorno" @@ -1923,12 +1811,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variabile C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funzione" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membro" @@ -1936,7 +1824,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipo" @@ -1944,297 +1832,262 @@ msgstr "tipo" msgid "variable" msgstr "variabile" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nuovo nella versione %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Cambiato nella versione %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Deprecato dalla versione %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parametri del modello" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Solleva" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipo C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (concetto C++)" - -#: sphinx/domains/cpp.py:6303 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ member)" -msgstr "%s (membro C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (funzione C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (classe C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enum C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumeratore C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "concetto" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumeratore" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funzione built-in)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodo)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabile globale o costante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attributo)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Parametri" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modulo)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metodo" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attributo" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modulo" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "keyword" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operatore" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "oggetto" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "eccezione" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "statement" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "funzione built-in" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabili" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Solleva" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (nel modulo %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabile built-in)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (nel modulo %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (classe built-in)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (classe in %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodo)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metodo statico)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metodo statico)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metodo della classe)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metodo della classe)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributo)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Indice del modulo Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduli" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Deprecato" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "metodo della classe" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "metodo statico" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (deprecato)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direttiva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (ruolo)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direttiva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "ruolo" @@ -2243,209 +2096,200 @@ msgstr "ruolo" msgid "environment variable; %s" msgstr "variabile d'ambiente, %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopzione di linea di comando; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "voce del glossario" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "elemento grammaticale" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "etichetta di riferimento" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variabile d'ambiente" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opzione del programma" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "documento" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indice" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Indice dei moduli" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Cerca" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "vedi %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "vedi anche %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simboli" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2301,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "manca '+' or'-' nell'opzione '%s'." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' non è un'opzione valida." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[grafico: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[grafico]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink a questa equazione" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[sorgente]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Da fare" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(L'<> si trova in %s, linea %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "riga originale" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documenti]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Codice del modulo" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Codice sorgente per %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Vista generale: codice del modulo" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2683,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr " Basi: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias per :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,106 +2776,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argomenti parole chiave" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "Esempi" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Attenzione" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Attenzione" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Pericolo" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Errore" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Suggerimento" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Vedi anche" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Suggerimento" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Avvertimento" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "continua dalla pagina precedente" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Continua alla pagina successiva" @@ -3002,7 +2894,7 @@ msgstr "Cerca" msgid "Go" msgstr "Vai" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Mostra sorgente" @@ -3142,7 +3034,7 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente per tutte le parole. Le pagine\n che contendono meno parole non compariranno nei risultati di ricerca." +msgstr "Puoi effettuare una ricerca in questi documenti. Immetti le parole chiave \n della tua ricerca nel riquadro sottostante e premi \"cerca\". Nota che la funzione\n di ricerca cerca automaticamente tutte le parole. Le pagine\n che contengono meno parole non compariranno nei risultati della ricerca." #: sphinx/themes/basic/search.html:42 #: sphinx/themes/basic/searchresults.html:17 @@ -3151,13 +3043,13 @@ msgstr "cerca" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Risultati della ricerca" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3091,36 @@ msgstr "Modifiche nelle API C" msgid "Other changes" msgstr "Altre modifiche" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link a questa intestazione" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link a questa definizione" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Nascondi i risultati della ricerca" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Cerca" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Preparo la ricerca..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", in " @@ -3245,76 +3137,89 @@ msgstr "Comprimi la barra laterale" msgid "Contents" msgstr "Contenuti" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3328,140 +3233,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Link a questa tabella" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Link a questo codice" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Link a questa immagine" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Link a questo indice" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Release" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "pagina" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Note a piè di pagina" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Chiave di configurazione sconosciuta: latex_elements[%r] è ignorata." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[immagine: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[immagine]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.js b/sphinx/locale/ja/LC_MESSAGES/sphinx.js index ad8aeaf4f06..6d6a53d6085 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ja", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066", "Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09", "C API changes": "C API \u306b\u95a2\u3059\u308b\u5909\u66f4", "Changes in Version %(version)s — %(docstitle)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9 — %(docstitle)s", "Collapse sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u305f\u305f\u3080", "Complete Table of Contents": "\u7dcf\u5408\u76ee\u6b21", "Contents": "\u30b3\u30f3\u30c6\u30f3\u30c4", "Copyright": "\u8457\u4f5c\u6a29", "Created using Sphinx %(sphinx_version)s.": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f Sphinx %(sphinx_version)s \u3067\u751f\u6210\u3057\u307e\u3057\u305f\u3002", "Expand sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u5c55\u958b", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u3066\u3001\u300c\u691c\u7d22\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5165\u529b\u3055\u308c\u305f\u5168\u3066\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30da\u30fc\u30b8\u304c\u691c\u7d22\u3055\u308c\u307e\u3059\u3002\u4e00\u90e8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3057\u304b\u542b\u307e\u306a\u3044\u30da\u30fc\u30b8\u306f\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Full index on one page": "\u7dcf\u7d22\u5f15", "General Index": "\u7dcf\u5408\u7d22\u5f15", "Global Module Index": "\u30e2\u30b8\u30e5\u30fc\u30eb\u7dcf\u7d22\u5f15", "Go": "\u691c\u7d22", "Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u982d\u6587\u5b57\u5225\u7d22\u5f15", "Indices and tables:": "\u7d22\u5f15\u3068\u8868\u4e00\u89a7:", "Last updated on %(last_updated)s.": "\u6700\u7d42\u66f4\u65b0: %(last_updated)s", "Library changes": "\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u95a2\u3059\u308b\u5909\u66f4", "Navigation": "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3", "Next topic": "\u6b21\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Other changes": "\u305d\u306e\u4ed6\u306e\u5909\u66f4", "Overview": "\u6982\u8981", "Permalink to this definition": "\u3053\u306e\u5b9a\u7fa9\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Permalink to this headline": "\u3053\u306e\u30d8\u30c3\u30c9\u30e9\u30a4\u30f3\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Please activate JavaScript to enable the search\n functionality.": "\u691c\u7d22\u6a5f\u80fd\u3092\u4f7f\u3046\u306b\u306f JavaScript \u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Preparing search...": "\u691c\u7d22\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059...", "Previous topic": "\u524d\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Quick search": "\u30af\u30a4\u30c3\u30af\u691c\u7d22", "Search": "\u691c\u7d22", "Search Page": "\u691c\u7d22\u30da\u30fc\u30b8", "Search Results": "\u691c\u7d22\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "\u691c\u7d22\u304c\u5b8c\u4e86\u3057\u3001 %s \u30da\u30fc\u30b8\u898b\u3064\u3051\u307e\u3057\u305f\u3002", "Search within %(docstitle)s": "%(docstitle)s \u5185\u3092\u691c\u7d22", "Searching": "\u691c\u7d22\u4e2d", "Show Source": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u8868\u793a", "Table of Contents": "", "This Page": "\u3053\u306e\u30da\u30fc\u30b8", "Welcome! This is": "Welcome! This is", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u691c\u7d22\u3057\u305f\u6587\u5b57\u5217\u306f\u3069\u306e\u6587\u66f8\u306b\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5358\u8a9e\u304c\u6b63\u78ba\u306b\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u3042\u308b\u3044\u306f\u3001\u5341\u5206\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "all functions, classes, terms": "\u95a2\u6570\u3001\u30af\u30e9\u30b9\u304a\u3088\u3073\u7528\u8a9e\u7dcf\u89a7", "can be huge": "\u5927\u304d\u3044\u5834\u5408\u304c\u3042\u308b\u306e\u3067\u6ce8\u610f", "last updated": "\u6700\u7d42\u66f4\u65b0", "lists all sections and subsections": "\u7ae0\uff0f\u7bc0\u4e00\u89a7", "next chapter": "\u6b21\u306e\u7ae0\u3078", "previous chapter": "\u524d\u306e\u7ae0\u3078", "quick access to all modules": "\u5168\u30e2\u30b8\u30e5\u30fc\u30eb\u65e9\u898b\u8868", "search": "\u691c\u7d22", "search this documentation": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22", "the documentation for": "the documentation for"}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "ja", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in ", "About these documents": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u3064\u3044\u3066", "Automatically generated list of changes in version %(version)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9\uff08\u3053\u306e\u30ea\u30b9\u30c8\u306f\u81ea\u52d5\u751f\u6210\u3055\u308c\u3066\u3044\u307e\u3059\uff09", "C API changes": "C API \u306b\u95a2\u3059\u308b\u5909\u66f4", "Changes in Version %(version)s — %(docstitle)s": "\u30d0\u30fc\u30b8\u30e7\u30f3 %(version)s \u306e\u5909\u66f4\u70b9 — %(docstitle)s", "Collapse sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u305f\u305f\u3080", "Complete Table of Contents": "\u7dcf\u5408\u76ee\u6b21", "Contents": "\u30b3\u30f3\u30c6\u30f3\u30c4", "Copyright": "\u8457\u4f5c\u6a29", "Created using Sphinx %(sphinx_version)s.": "\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f Sphinx %(sphinx_version)s \u3067\u751f\u6210\u3057\u307e\u3057\u305f\u3002", "Expand sidebar": "\u30b5\u30a4\u30c9\u30d0\u30fc\u3092\u5c55\u958b", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u3053\u306e\u30da\u30fc\u30b8\u304b\u3089\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u4e0b\u306e\u30dc\u30c3\u30af\u30b9\u306b\u5165\u529b\u3057\u3066\u3001\u300c\u691c\u7d22\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5165\u529b\u3055\u308c\u305f\u5168\u3066\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30da\u30fc\u30b8\u304c\u691c\u7d22\u3055\u308c\u307e\u3059\u3002\u4e00\u90e8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3057\u304b\u542b\u307e\u306a\u3044\u30da\u30fc\u30b8\u306f\u691c\u7d22\u7d50\u679c\u306b\u8868\u793a\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Full index on one page": "\u7dcf\u7d22\u5f15", "General Index": "\u7dcf\u5408\u7d22\u5f15", "Global Module Index": "\u30e2\u30b8\u30e5\u30fc\u30eb\u7dcf\u7d22\u5f15", "Go": "\u691c\u7d22", "Hide Search Matches": "\u691c\u7d22\u7d50\u679c\u3092\u96a0\u3059", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u982d\u6587\u5b57\u5225\u7d22\u5f15", "Indices and tables:": "\u7d22\u5f15\u3068\u8868\u4e00\u89a7:", "Last updated on %(last_updated)s.": "\u6700\u7d42\u66f4\u65b0: %(last_updated)s", "Library changes": "\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u95a2\u3059\u308b\u5909\u66f4", "Navigation": "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3", "Next topic": "\u6b21\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Other changes": "\u305d\u306e\u4ed6\u306e\u5909\u66f4", "Overview": "\u6982\u8981", "Permalink to this definition": "\u3053\u306e\u5b9a\u7fa9\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Permalink to this headline": "\u3053\u306e\u30d8\u30c3\u30c9\u30e9\u30a4\u30f3\u3078\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af", "Please activate JavaScript to enable the search\n functionality.": "\u691c\u7d22\u6a5f\u80fd\u3092\u4f7f\u3046\u306b\u306f JavaScript \u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "Preparing search...": "\u691c\u7d22\u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059...", "Previous topic": "\u524d\u306e\u30c8\u30d4\u30c3\u30af\u3078", "Quick search": "\u30af\u30a4\u30c3\u30af\u691c\u7d22", "Search": "\u691c\u7d22", "Search Page": "\u691c\u7d22\u30da\u30fc\u30b8", "Search Results": "\u691c\u7d22\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "\u691c\u7d22\u304c\u5b8c\u4e86\u3057\u3001 %s \u30da\u30fc\u30b8\u898b\u3064\u3051\u307e\u3057\u305f\u3002", "Search within %(docstitle)s": "%(docstitle)s \u5185\u3092\u691c\u7d22", "Searching": "\u691c\u7d22\u4e2d", "Show Source": "\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u8868\u793a", "Table of Contents": "\u76ee\u6b21", "This Page": "\u3053\u306e\u30da\u30fc\u30b8", "Welcome! This is": "Welcome! This is", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u691c\u7d22\u3057\u305f\u6587\u5b57\u5217\u306f\u3069\u306e\u6587\u66f8\u306b\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5358\u8a9e\u304c\u6b63\u78ba\u306b\u8a18\u8ff0\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u3042\u308b\u3044\u306f\u3001\u5341\u5206\u306a\u30ab\u30c6\u30b4\u30ea\u30fc\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002", "all functions, classes, terms": "\u95a2\u6570\u3001\u30af\u30e9\u30b9\u304a\u3088\u3073\u7528\u8a9e\u7dcf\u89a7", "can be huge": "\u5927\u304d\u3044\u5834\u5408\u304c\u3042\u308b\u306e\u3067\u6ce8\u610f", "last updated": "\u6700\u7d42\u66f4\u65b0", "lists all sections and subsections": "\u7ae0\uff0f\u7bc0\u4e00\u89a7", "next chapter": "\u6b21\u306e\u7ae0\u3078", "previous chapter": "\u524d\u306e\u7ae0\u3078", "quick access to all modules": "\u5168\u30e2\u30b8\u30e5\u30fc\u30eb\u65e9\u898b\u8868", "search": "\u691c\u7d22", "search this documentation": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u691c\u7d22", "the documentation for": "the documentation for"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index 0fc58b8b364..df1ffb580c9 100644 Binary files a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.po b/sphinx/locale/ja/LC_MESSAGES/sphinx.po index c1c34181322..d6517d053b3 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -1,25 +1,27 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # shirou - しろう , 2013 # Akitoshi Ohta , 2011 -# tomo🐧, 2018 +# tomo, 2018 # Hisahiro Ohmura, 2017 # Kouhei Sutou , 2011 +# sutefu7, 2019 # shirou - しろう , 2017 +# Taizo Ito , 2019 # Takayuki SHIMIZUKAWA , 2013-2016 -# Takayuki SHIMIZUKAWA , 2016-2017 -# Takeshi KOMIYA , 2016-2017 +# Takayuki SHIMIZUKAWA , 2016-2017,2019 +# Takeshi KOMIYA , 2016-2017,2019 # shirou - しろう , 2014 # Yasushi Masuda , 2008 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-25 14:52+0000\n" "Last-Translator: Takayuki SHIMIZUKAWA \n" "Language-Team: Japanese (http://www.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" "MIME-Version: 1.0\n" @@ -29,24 +31,24 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "conf.py が設定ディレクトリに存在しません (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "ソースディレクトリが存在しません (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "出力先ディレクトリにはソースディレクトリと異なるディレクトリを指定してください" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx v%s を実行中" #: sphinx/application.py:214 #, python-format @@ -56,95 +58,83 @@ msgid "" msgstr "このプロジェクトはSphinx v%s以降のバージョンでなければビルドできません。" #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "" +msgid "making output directory" +msgstr "出力先ディレクトリを作成しています" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "拡張機能のセットアップ中 %s:" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "conf.pyにある'setup'はPythonのcallableではありません。定義を修正してcallableである関数にしてください。これはconf.pyがSphinx拡張として動作するのに必要です。" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r が見つかりません。無視します。" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "翻訳カタログをロードしています [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "完了" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "翻訳が用意されていません" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "保存された環境データを読み込み中..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "保存された環境データを読み込み中" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "失敗: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "ビルダーが選択されていないので、デフォルトの html を使用します" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "完了(問題あり)" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "ビルド %s, %s warning." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "ビルド %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "拡張 %s のセットアップ中: nodeクラス %r は既に登録されています。visitor関数は上書きされます" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "nodeクラス %r は既に登録されています。visitor関数は上書きされます" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "拡張 %s のセットアップ中: ディレクティブ %r は既に登録されています。ディレクティブは上書きされます" +msgid "directive %r is already registered, it will be overridden" +msgstr "ディレクティブ %r は既に登録されています。ディレクティブは上書きされます" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "拡張 %s のセットアップ中: ロール %r は既に登録されています。ロールは上書きされます" +msgid "role %r is already registered, it will be overridden" +msgstr "ロール %r は既に登録されています。ロールは上書きされます" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -152,7 +142,7 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -160,1089 +150,994 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "直列で %sします" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "%r は設定値 %r の正しい値ではないため無視されました" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "%r は正しい型ではないため無視されました" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "不明な設定値 %r による上書きは無視されました" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "%s という設定値はありません" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "設定値 %r は既に登録済みです" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "設定ファイルに文法エラーが見つかりました: %s\n" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." -msgstr "" +msgstr "設定値 `source_suffix' に `%r' が指定されましたが、文字列、文字列のリスト、辞書、のいずれかを指定してください。" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "%s 章" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "図 %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "表 %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "リスト %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." -msgstr "" +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." -msgstr "" +msgstr "設定値 %r にstr型で非アスキー文字列が設定されました。これはUnicodeエラーを引き起こす可能性があります。 %r のようにUnicode型を使って下さい。" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r が見つかりません。無視します。" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "Sphinx-2.0から、 master_doc のデフォルト値として \"index\" を使用します。 \"master_doc = 'contents'\" をconf.pyに設定してください。" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "イベント %r はすでに登録されています" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "不明なイベント名: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "needs_extensions設定で %s 拡張が要求されていますが、その拡張がありません。" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "このプロジェクトは拡張 %s の %s 以降のバージョンが必要なため、現在のバージョン(%s)ではビルドできません。" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "Pygments に %r というlexerがありません" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgstr "リテラルブロックを \"%s\" として解釈できませんでした。ハイライト処理をスキップします。" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "ドキュメントを読めません。無視します。" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ビルダークラス %s には\"name\"属性がありません" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ビルダー %r (モジュール %s) がすでに登録されています" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "ビルダー名 %s は登録されておらず、entry pointnにもありません" +msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "ビルダー名 %s は登録されていません" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "ドメイン %s はすでに登録されています" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "ドメイン %s はまだ登録されていません" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "ディレクティブ %r は既に%sドメインに登録されています" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "ロール %r は既にドメイン%sに登録されています" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "インデックス %r はすでに%sドメインに登録されています" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "object_type %r はすでに登録されています" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "classref_type %r はすでに登録されています" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r はすでに登録されています" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "%r のsource_parserはすでに登録されています" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "%s のsource_parserは登録されていません" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "%r のsource_inputはすでに登録されています" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "%s のsource_inputは登録されていません" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" -msgstr "" +msgid "Translator for %r already exists" +msgstr "%r のTranslatorはすでに登録されています" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "add_node() のキーワード引数は (visit, depart) の形式で関数をタプルで指定してください: %r=%r" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r はすでに登録されています" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" -msgstr "" +msgstr "数式レンダラー %s はすでに登録されています" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "元の例外:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "拡張 %s をimportできません" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "このプロジェクトで使われている拡張 %s はSphinx v%s 以降が必要なため、現在のバージョンではビルドできません。" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "拡張 %r のsetup()関数が、対応していないオブジェクトを返しました。Noneまたはメタデータ辞書を返してください" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "テーマ %r に \"theme\" 設定がありません" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "テーマ %r に \"inherit\" 設定がありません" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "テーマ %r が %r から継承されていますが、見つかりませんでした" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "設定 %s.%s がテーマ設定にありません" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "サポートされていないテーマオプション %r が指定されました" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "テーマ拡張 %r が正しく応答しませんでした。" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme への依存はバージョン1.4.0で解除されました。手動でインストールを行ってください(pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "テーマ %r がありません(theme.confが見つからない?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" -msgstr "" +msgstr "%sビルダー向けの画像形式が見つかりません: %s" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "ビルド中 [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "出力中..." -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" -msgstr "" +msgstr "全%d件のpoファイル" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" -msgstr "" +msgstr "指定された %d 件のpoファイル" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" -msgstr "" +msgstr "更新された %d 件のpoファイル" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "全てのソースファイル" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "コマンドラインに指定されたファイル %r がないため無視されます" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "コマンドラインで指定された%d件のソースファイル" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" -msgstr "" +msgstr "更新された %d 件のソースファイル" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "ビルド中 [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "更新されたファイルを探しています... " -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d 件見つかりました" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "見つかりませんでした" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " -msgstr "" +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "環境データを保存中" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " -msgstr "" +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "整合性をチェック中" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." -msgstr "" +msgstr "更新が必要な対象はありませんでした" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "環境データを更新中" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s 件追加, %s 件更新, %s 件削除" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " -msgstr "" +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "ソースを読み込み中..." -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." -msgstr "" +msgstr "ワーカーの終了を待っています..." -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "docnames to write: %s" +msgstr "書き込むdocname: %s" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "preparing documents" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "Tocエントリーが重複しています: %s" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "" +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "画像をコピー中... " -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "画像ファイル %r をコピーできません: %s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "画像ファイル %r を書き込めません: %s" -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" -msgstr "" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "Pillowがインストールされていません。代わりに画像をコピーします" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "" +msgid "writing %s file..." +msgstr "ファイル %s を書き込み中..." -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "不明なmimetype %sのため無視します" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." -msgstr "" +msgstr "ファイルは%(outdir)sにあります" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." -msgstr "" +msgstr "バージョン %s での変更はありません" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "概要ファイルを書き出し中..." + +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "組み込み" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "モジュールレベル" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "ソースファイルをコピー中..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" -msgstr "" - -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" +msgstr "Changelog作成中に %r を読み込めませんでした" -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." -msgstr "" +msgstr "dummyビルダーはファイルを出力しません" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." -msgstr "" +msgstr "ePubファイルは%(outdir)sにあります。" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "無効な css_file %r は無視されました" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgstr "メッセージカタログは%(outdir)sにあります。" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "ビルド中 [%s]:" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" -msgstr "" +msgstr "指定された %d 件のテンプレートファイル" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "テンプレートの読み込み中..." -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " -msgstr "" +msgstr "メッセージカタログを出力中... " -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" -msgstr "" +msgstr "build info ファイルが壊れています: %r" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "HTMLページは%(outdir)sにあります。" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" -msgstr "" +msgstr "build info ファイルの読み込みに失敗しました: %r" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y年%m月%d日" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "html_use_opensearch 設定値は文字列で指定してください" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "総合索引" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "次へ" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "前へ" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "索引を生成中..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" - -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" +msgstr "追加のページを出力中..." -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "ダウンロードファイルをコピー中..." -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" -msgstr "" +msgstr "ダウンロードファイル %r をコピーできません: %s" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "静的ファイルをコピー中... " -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" -msgstr "" +msgstr "html_static_path %r が見つかりません" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" -msgstr "" +msgstr "ロゴファイル %r がありません" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "favicon ファイル %r がありません" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "静的ファイル %r をコピーできません" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "extraファイルをコピー中..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" -msgstr "" +msgstr "html_extra_path %r が見つかりません" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "extraファイル %r をコピーできませんでした" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" -msgstr "" +msgstr "build info ファイル %r の出力に失敗しました" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." -msgstr "" +msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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 "" +msgstr "ページ%sの読み込み中にUnicodeエラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" -#: sphinx/builders/html.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "ファイル書き込みエラー %s: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " -msgstr "" +msgstr "オブジェクト インベントリを出力..." -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " -msgstr "" +msgstr "%s の検索インデックスを出力..." -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "無効な js_file %r は無視されました" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "不明な math_renderer %r が指定されました。" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s ドキュメント" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" -msgstr "" +msgstr "アンカー '%s' が見つかりません" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "リンクが切れています: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format msgid "The manual pages are in %(outdir)s." -msgstr "" +msgstr "マニュアルページは %(outdir)s にあります。" #: sphinx/builders/manpage.py:51 msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "書き込み中" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." -msgstr "" +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML ページは%(outdir)sにあります。" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "ドキュメントを1ページにまとめています" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "追加のファイルを出力" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Texinfoファイルは%(outdir)sにあります。" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." -msgstr "" +msgstr "\nmakeinfo コマンドで処理するため、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make info' を使用してください)。" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." -msgstr "" +msgid "processing %s" +msgstr "処理中 %s" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." -msgstr "" +msgstr "参照を解決しています..." -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " -msgstr "" +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "Texinfo 関連ファイルをコピーしています" -#: sphinx/builders/texinfo.py:246 -msgid " done" -msgstr "" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile の書き込みエラー: %s" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "テキストファイルは%(outdir)sにあります。" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "XMLファイルは%(outdir)sにあります。" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "pseudo-XMLファイルは%(outdir)sにあります。" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "LaTeXファイルは%(outdir)sにあります。" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." -msgstr "" +msgstr "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "索引" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "リリース" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "TeX 関連ファイルをコピーしています" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "Tex 関連ファイルをコピー中..." + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "追加のファイルをコピーしています" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." -msgstr "" +msgstr "不明な設定値 latex_elements[%r] は無視されました。" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "ビルド中に例外が発生しました。デバッガを起動します:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" -msgstr "" +msgstr "割り込まれました!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" -msgstr "" +msgstr "reST マークアップエラー:" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "エンコードエラー:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." -msgstr "" +msgstr "完全なトレースバックを%sに保存しました。問題を開発者に報告するときに添付してください。" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" -msgstr "" +msgstr "再起呼び出しエラー:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" -msgstr "" +msgstr "この例外エラーは、非常に大きな、または深くネストされたソースファイルで発生する可能性があります。再帰処理の呼び出しの上限値 1000 は conf.py で変更できますが、慎重に行ってください。" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" -msgstr "" +msgstr " import sys; sys.setrecursionlimit(1500)" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "例外が発生しました" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." -msgstr "" +msgstr "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "バグ報告はこちらにお願いします 。ご協力ありがとうございます!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" -msgstr "" +msgstr "ジョブ番号は正数でなければなりません" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "詳細は をご覧ください。" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1259,293 +1154,287 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nソースファイルからドキュメントを生成します。\n\nsphinx-build は、SOURCEDIR 内のファイルをもとにドキュメントを生成し、\nOUTPUTDIR 内に配置します。またコンフィグ\n設定用に SOURCEDIR 内から\n 'conf.py' を探します。'sphinx-quickstart' ツールを使うと\n 'conf.py' を含むテンプレートファイルを生成することができます。\n\nsphinx-build は、さまざまな形式のドキュメントを作成することができます。フォーマットは、\nコマンドラインでビルダー名を指定して選択します。デフォルトは\nHTML です。ビルダーはドキュメント化処理に関連した他のタスクも実行できます。\n\nデフォルトでは、古いものはすべてビルドされています。個別にファイル名を指定することで、\n選択したファイルのみ出力することもできます。\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "ドキュメントソースファイルへのパス" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "出力先ディレクトリへのパス" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "再構築するための設定ファイルのリスト。 -a が指定されている場合は無視されます" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "一般的なオプション" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "使用するビルダー(デフォルト:html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "保存された環境は使わず、常に全てのファイルを読み込む" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "キャッシュされた環境とDoctreeファイルへのパス(デフォルト:OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "可能な場合、ビルドを N 個のプロセスで並列実行する(特別な値 \"auto\" は N を cpu-count に設定する)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "設定ファイル(conf.py)がある場所のパス(デフォルト:SOURCEDIRと同じ場所)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "設定ファイルを使用せず、-Dオプションのみを使用" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "設定ファイルの設定を上書きする" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "HTMLテンプレートに値を渡す" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "定義タグ: TAG ブロック\"のみ\"含む" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "nit-picky モード。不足しているすべての参照について警告する" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "コンソール出力オプション" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "精度の増加(繰り返し可能)" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "何も出力せず、警告もしない" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "色分けで出力する(デフォルト:自動検出)" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "色分けの出力をしない(デフォルト:自動検出)" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "指定ファイルに警告(およびエラー)を書き込む" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "警告をエラーとして扱う" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "-Wを指定すると、警告が表示されたときは実行を続ける" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "例外時にフルトレースバックを表示する" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "例外が発生したときにPdbを実行する" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "ファイル %r が見つかりません" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "-aオプションとファイル名を組み合わせることはできません" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "警告ファイル %r を開けません: %s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-Dオプション引数は name = value の形式でなければなりません" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-Aオプション引数は name = value の形式でなければなりません" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "モジュールから自動的に docstring を挿入する" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "doctest ブロック内のコードスニペットを自動的にテストする" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "ドキュメントの適用範囲を確認する" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "MathJax によってブラウザにレンダリングされた数学を含む" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "設定値に基づくコンテンツの条件付き包含" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "有効なパス名を入力してください。" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "何か入力してください。" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "%sのいずれかを入力してください。 " -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "'y' または 'n' を入力してください。" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." -msgstr "" +msgstr "*注:ASCII 以外の文字が入力され、端末のエンコードが不明です -- UTF-8またはLatin-1 を想定しています。" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\n以下の設定値を入力してください(Enter キーのみ押した場合、\nかっこで囲まれた値をデフォルト値として受け入れます)。" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\n選択されたルートパス: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\nドキュメントのルートパスを入力してください。" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "ドキュメントのルートパス" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\nSphinx 出力用のビルドディレクトリを配置する方法は2つあります。\nルートパス内にある \"_build\" ディレクトリを使うか、\nルートパス内に \"source\" と \"build\" ディレクトリを分ける方法です。" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "ソースディレクトリとビルドディレクトリを分ける(y / n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\nプロジェクトのルートディレクトリに 2つ以上のディレクトリが作成されます。\nカスタマイズしたHTMLテンプレート用の\"_templates\"ディレクトリと、カスタマイズしたスタイルシート等を置く\"_static\"ディレクトリがあります。\nこれらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "テンプレートと静的ディレクトリの名前プレフィックス" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\nプロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "プロジェクト名" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "著者名(複数可)" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1553,17 +1442,17 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "\nSphinx には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "プロジェクトのバージョン" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "プロジェクトのリリース" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1572,119 +1461,119 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\nドキュメントを英語以外の言語で書く場合は、\n 言語コードで言語を選択できます。Sphinx は生成したテキストをその言語に翻訳します。\n\nサポートされているコードのリストについては、\nhttp://sphinx-doc.org/config.html#confval-language を参照してください。" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "プロジェクトの言語" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "\n拡張子の名前はソースファイルに使います。\n通常は \".txt\" または \".rst\" です。これらの拡張子を持つファイルのみがドキュメントと見なされます。" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "ソース・ファイルサフィックス" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "\n1つのドキュメントは、\"コンテンツツリー\"の最上位ノードと\n見なされるという点で特別です。つまり、それはドキュメントにおける階層構造のルートである\nということです。通常、これは \"index\" ですが、\n\"index\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "マスター文書の名前(拡張子を除く)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart は既存のファイルを上書きしません。" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "\nMakefile と Windows コマンドファイルは生成することができるので、\n後は実行するだけです。例えば、直接 sphinx-build を実行する代わりに `make html` を\n実行します。" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "Makefile を作成しますか? (y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "Windows コマンドファイルを作成しますか?(y/n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "ファイル %s を作成しています。" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "ファイル %s は既に存在しますのでスキップします。" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "終了:初期ディレクトリ構造が作成されました。" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\nマスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" -msgstr "" +msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder\n" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" -msgstr "" +msgstr "次のように、ドキュメントを構築するには sphinx-build コマンドを使用してください。\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" -msgstr "" +msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。\n" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1692,216 +1581,216 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\nSphinx プロジェクトに必要なファイルを生成します。\n\nsphinx-quickstart は、いくつかの質問であなたの\nプロジェクトを生成するためのディレクトリと、sphinx-build と一緒に使える\nサンプルのMakefileを作成してくれるインタラクティブなツールです。\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "Quiet モード" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "出力ディレクトリ" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "構成オプション" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "_templates などのドットの置き換え" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "プロジェクトの基本オプション" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "プロジェクト名" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "著者名" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "プロジェクトのバージョン" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "プロジェクトのリリース" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "ドキュメント言語" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "ソース・ファイルサフィックス" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "マスタードキュメント名" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "epubを利用する" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "拡張オプション" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "%s 拡張を有効にする" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "任意の拡張を有効にする" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Makefileとbatファイルの生成オプション" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "makefileを作成する" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "makefileを作成しない" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "batファイルを作成する" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "batファイルを作成しない" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "Makefile / make.bat 向けに make-mode を使う" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "Makefile / make.bat 向けに make-mode を使わないでください。" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" -msgstr "" +msgstr "プロジェクトテンプレート" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "テンプレートファイルのテンプレートディレクトリ" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "テンプレート変数の定義" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "無効なテンプレート変数: %s" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "過度なインデント解除が検出されました" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "不正な caption です: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "行番号の指定が範囲外です (1-%d): %r" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "インクルードファイル %r が見つからないか読み込めません" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "エンコーディング %r はインクルードファイル %r の読み込みに適さないようです。:encoding: オプションを追加してみてください" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "この節の作者: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "モジュールの作者: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "コードの作者: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "作者: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "パラメータ" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "戻り値" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "戻り値の型" @@ -1930,12 +1819,12 @@ msgstr "%s (C のデータ型)" msgid "%s (C variable)" msgstr "%s (C の変数)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "の関数" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "のメンバ変数" @@ -1943,7 +1832,7 @@ msgstr "のメンバ変数" msgid "macro" msgstr "のマクロ" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "のデータ型" @@ -1951,297 +1840,262 @@ msgstr "のデータ型" msgid "variable" msgstr "変数" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "バージョン %s で追加" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" -msgstr "バージョン %s で変更" - -#: sphinx/domains/changeset.py:36 -#, python-format -msgid "Deprecated since version %s" -msgstr "バージョン %s で非推奨" - -#: sphinx/domains/cpp.py:4037 -#, python-format -msgid "" -"Duplicate declaration, also defined in '%s'.\n" -"Declaration is '%s'." -msgstr "" - -#: sphinx/domains/cpp.py:6073 -msgid "Template Parameters" -msgstr "テンプレートパラメータ" - -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 -msgid "Throws" -msgstr "例外" - -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ のデータ型)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ のコンセプト)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ のメンバ変数)" +msgstr "バージョン %s で変更" -#: sphinx/domains/cpp.py:6313 +#: sphinx/domains/changeset.py:35 #, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ の関数)" +msgid "Deprecated since version %s" +msgstr "バージョン %s で非推奨" -#: sphinx/domains/cpp.py:6323 +#: sphinx/domains/cpp.py:4297 #, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ のクラス)" +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Declaration is '%s'." +msgstr "'%s' 内で定義されている宣言が重複しています。\n宣言場所は '%s' です。" -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" +#: sphinx/domains/cpp.py:6374 +msgid "Template Parameters" +msgstr "テンプレートパラメータ" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ の列挙型)" +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +msgid "Throws" +msgstr "例外" -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++の enumerator)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "クラス" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" -msgstr "" +msgstr "union" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "コンセプト" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "列挙型" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." -msgstr "" +msgstr "'%s' 内で定義されている宣言が重複しています。\n宣言名は '%s' です。" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (組み込み関数)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s のメソッド)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (クラス)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (グローバル変数または定数)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s の属性)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "引数" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (モジュール)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "メソッド" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "データ" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "の属性" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "モジュール" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "無効な math_eqref_format: %r" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "数式 %s のラベルはすでに %s で使われています" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "キーワード" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "演算子" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "オブジェクト" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "文" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "組み込み関数" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "変数" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "例外" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s モジュール)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (組み込み変数)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s モジュール)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (組み込みクラス)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (%s のクラス)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s のメソッド)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s の静的メソッド)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s の静的メソッド)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s のクラスメソッド)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s のクラスメソッド)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s の属性)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Pythonモジュール索引" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "モジュール" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "非推奨" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "クラスメソッド" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "の静的メソッド" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (非推奨)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (ディレクティブ)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (ロール)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "ディレクティブ" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "ロール" @@ -2250,209 +2104,200 @@ msgstr "ロール" msgid "environment variable; %s" msgstr "環境変数; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "不正なオプションの説明 %r は、\"opt\"、\"-opt args\"、\"--opt args\"、\"/opt args\" または \"+opt args\" のようになります。" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sコマンドラインオプション; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "用語集の項目" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "文法トークン" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "参照ラベル" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "環境変数" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "プログラムオプション" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "document" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "索引" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "モジュール索引" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "検索ページ" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "引用 %s はすでに %s で使われています" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "ラベル %s はすでに %s で使われています" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "引用 [%s] は参照されていません。" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "numfig は無効です。:numref: は無視されます。" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" -msgstr "" +msgstr "%s に番号が割り当てられていません: %s" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "リンクにキャプションがありません: %s" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "無効な numfig_format: %s (%r)" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "無効な numfig_format: %s" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "新しい設定" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "変更された設定" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "変更された拡張" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" -msgstr "" +msgstr "ビルド環境のバージョンが最新ではありません" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "ソースディレクトリが変更されました" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." -msgstr "" - -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" +msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "%s のドキュメントをスキャンできませんでした: %r " -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "ドメイン %r はまだ登録されていません" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "自己参照している toctree が見つかりました。無視します。" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" -msgstr "" +msgstr "ドキュメントはどの toctree にも含まれていません" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%sを参照" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "%sも参照" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "不明なインデックスエントリタイプ %r" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "記号" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" -msgstr "" +msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree に除外したドキュメントへの参照が含まれています %r" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "画像ファイルが読み込めません: %s" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "画像ファイル %s が読み込めません: %s" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" -msgstr "" +msgstr "ダウンロードファイルが読み込めません: %s" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "ファイル %s を作成したものとします。" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2462,421 +2307,469 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +msgstr "\n 内を再帰的に調べてPython のモジュールとパッケージ、\n後は1つのreST ファイルを 内にあるパッケージ毎の automodule ディレクティブに作成します。\n\n は、ファイル、またはディレクトリ、または両方のパターンを\n生成処理から除外することができます。\n\n注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" -msgstr "" +msgstr "ドキュメントへのモジュールパス" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" -msgstr "" +msgstr "すべての生成データを配置するディレクトリ" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "存在するファイルは上書きする" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "ファイルを作成せずにスクリプトを実行する" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "各モジュールのドキュメントをそれぞれのページに配置する" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" -msgstr "" +msgstr "\"_private\" モジュールを含めます。" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "目次のファイル名 (デフォルト: モジュール)" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" -msgstr "" +msgstr "目次ファイルを生成しない" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" -msgstr "" +msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" -msgstr "" +msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" -msgstr "" +msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "ファイルの拡張子 (デフォルト: rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" -msgstr "" +msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" -msgstr "" +msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" -msgstr "" +msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" -msgstr "" +msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" -msgstr "" +msgstr "拡張オプション" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s はディレクトリではありません。" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "invalid regex %r in %s" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." -msgstr "" +msgstr "ソース内のカバレッジのテストが終了したら、%(outdir)spython.txt の結果を確認してください。" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "coverage_c_regexes 内に無効な正規表現 %r があります" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "モジュール %s をインポートできませんでした: %s" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "'%s' オプション内に '+' または '-' が不足しています" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' は正しいオプションではありません" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' は正しい pyversion オプションではありません" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" -msgstr "" +msgstr "無効な TestCode タイプ" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" -msgstr "" +msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "" +msgstr "無効な doctest コードは無視されます: %r" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dotは出力ファイルを生成しませんでした:\n[stderr]\n%r\n[stdout]\n%r" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot はエラー終了しました:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot はファイルを出力しませんでした:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format は %r ではなく 'png' か 'svg' でなければなりません" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "dot コード %r: %s" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[グラフ: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[グラフ]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "convert コマンド %r は実行できません。image_converter の設定を確認してください" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert はエラー終了しました:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" -msgstr "" +msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" -msgstr "" +msgstr "latex の表示 %r: %s" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" -msgstr "" +msgstr "latex のインライン表示 %r: %s" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "この数式へのパーマリンク" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx インベントリは移動しました: %s -> %s" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "%s から intersphinx インベントリをロード中..." + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "intersphinx 識別子 %r は文字列ではありません。無視します" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "intersphinx_mapping [%s] の読み取りに失敗しました。無視します: %r" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[ソース]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "課題" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "TODO エントリーが見つかりました: %s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> は、 %s の %d 行目です)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "元のエントリ" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "モジュールコードをハイライトしています..." + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[ドキュメント]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "モジュールコード" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s のソースコード

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "概要: モジュールコード" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

全モジュールのうち、コードを読めるもの

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "auto%s (%r) の署名が無効です" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "オブジェクト %s に属性 %s がありません" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" -msgstr "" +msgstr "autodoc: ドキュメント化する %r の決定に失敗しました。次の例外が発生しました:\n%s" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " "\"module\" or \"currentmodule\" directive in the document, or giving an " "explicit module name)" -msgstr "" +msgstr "ドキュメントの自動生成 %r のためにどのモジュールをインポートするのか分かりません (ドキュメントに \"module\"または \"currentmodule\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "automodule 名の \"::\" は意味がありません" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" -msgstr "" +msgstr ":members: または __all__ に記載されている属性がありません: モジュール %s、属性 %s" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "ベースクラス: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` のエイリアス" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." -msgstr "" - -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autodoc/__init__.py:1470 #, python-format msgid "Ignoring invalid option in autodoc_default_flags: %r" -msgstr "" +msgstr "autodoc_default_flags の無効なオプションは無視されます: %r" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" +msgstr "toctree は除外したドキュメント %r を参照しています" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "toctree は未知のドキュメント %r を参照しています" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "%s のインポートに失敗しました" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "%sの名前を解析できませんでした " + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "%sオブジェクトをインポートできませんでした " -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." -msgstr "" +msgstr "autosummary は内部的に rst ファイルを生成します。しかしあなたの source_suffix は rst ファイルに含まれていませんでした。スキップします。" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] %s の autosummary を生成中" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] %s に書き込み中" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2889,115 +2782,115 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +msgstr "\nautosummary ディレクティブを使って ReStructuredText を生成します。\n\nsphinx-autogen は sphinx.ext.autosummary.generate のフロントエンドです。\n入力されたファイルを含む autosummary ディレクティブから reStructuredText ファイルを\n生成します。\n\nautosummary ディレクティブのフォーマットは\n``sphinx.ext.autosummary`` に記載されています。Pythonモジュールと :: を使って読むことができます。\n\npydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" -msgstr "" +msgstr "rST ファイルを生成するためのソースファイル" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" -msgstr "" +msgstr "すべての生成データを配置するディレクトリ" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "ファイルのデフォルト拡張子 (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "カスタムテンプレートディレクトリ (デフォルト: %(default)s)" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "インポートしたメンバーのドキュメント (デフォルト: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "キーワード引数" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "サンプル" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "サンプル" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "メモ" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "その他のパラメータ" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "参照" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" -msgstr "" +msgstr "列挙" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "ご用心" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "危険" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "エラー" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "ヒント" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "注釈" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "参考" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "ちなみに" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "前のページからの続き" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "次のページに続く" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "目次" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3009,7 +2902,7 @@ msgstr "検索" msgid "Go" msgstr "検索" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "ソースコードを表示" @@ -3158,13 +3051,13 @@ msgstr "検索" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "検索結果" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3206,36 +3099,36 @@ msgstr "C API に関する変更" msgid "Other changes" msgstr "その他の変更" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "このヘッドラインへのパーマリンク" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "この定義へのパーマリンク" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "検索結果を隠す" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "検索中" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "検索を準備しています..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "検索が完了し、 %s ページ見つけました。" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", in " @@ -3252,223 +3145,223 @@ msgstr "サイドバーをたたむ" msgid "Contents" msgstr "コンテンツ" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "Footnote [%s] は参照されていません。" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "Footnote [#] は参照されていません。" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" -msgstr "" +msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s の参照ターゲットが見つかりません: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "%r の参照ターゲットが見つかりません: %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "リモート画像を取得できませんでした: %s [%d]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "リモート画像を取得できませんでした: %s [%s]" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." -msgstr "" +msgstr "不明な画像フォーマット: %s..." + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "デコードできないソース文字です。\"?\" に置き換えます: %r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "スキップしました" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "失敗しました" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "ディレクティブのクラスを追加した際に、おそらく追加の引数が指定されまえんでした" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "読み取りエラー: %s, %s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "書き込みエラー: %s, %s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "toctree に存在しないファイルへの参照が含まれています %r" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgstr "ディレクティブ式のみ評価中に例外が発生しました: %s" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "Python2 構文の評価のサポートは廃止予定であり、Sphinx 4.0 では削除される予定です。%s を Python3 の構文に変換します。" -#: sphinx/util/rst.py:47 +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" -msgstr "" +msgstr "デフォルトのロール %s が見つかりません" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "%s に numfig_format は定義されていません" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" -msgstr "" +msgstr "いくつかの ID が %s ノードに割り当てられていません" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "このテーブルへのパーマリンク" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "このコードへのパーマリンク" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "この画像へのパーマリンク" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "この目次へのパーマリンク" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" - -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "リリース" +msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgstr "不明なクラス %r の toplevel_sectioning %r" -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." -msgstr "" +msgstr ":maxdepth: が大きすぎるので無視されます。" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "次のページに続く" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "ページ" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" -msgstr "" +msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "注記" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "ディメンション単位 %s が無効です。無視されます。" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" -msgstr "" +msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "不明な設定値 latex_elements[%r] はスキップされました。" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[画像: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[画像]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." -msgstr "" +msgstr "キャプションは図の中にはありません。" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "未実装のノードタイプ: %r" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "不明なノードタイプ: %r" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.js b/sphinx/locale/ko/LC_MESSAGES/sphinx.js index 5ded98f904a..67c55f21876 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ko", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\uc774 \ubb38\uc11c \uc815\ubcf4", "Automatically generated list of changes in version %(version)s": "\ubc84\uc804 %(version)s\uc758 \ubcc0\uacbd \uc0ac\ud56d (\uc774 \ubaa9\ub85d\uc740 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4)", "C API changes": "C API\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\uc0ac\uc774\ub4dc\ubc14 \ub2eb\uae30", "Complete Table of Contents": "\uc885\ud569 \ubaa9\ucc28", "Contents": "\ub0b4\uc6a9", "Copyright": "\uc800\uc791\uad8c", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "\uc0ac\uc774\ub4dc\ubc14 \uc5f4\uae30", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "\uc77c\ubc18 \uc0c9\uc778", "General Index": "\uc804\uccb4 \uc0c9\uc778", "Global Module Index": "\ubaa8\ub4c8 \ucd1d \uc0c9\uc778", "Go": "\ubc14\ub85c \uac00\uae30", "Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Index": "\uc0c9\uc778", "Index – %(key)s": "", "Index pages by letter": "\uc54c\ud30c\ubcb3\ubcc4 \uc0c9\uc778", "Indices and tables:": "\uc0c9\uc778 \ubc0f \ud45c \ubaa9\ub85d:", "Last updated on %(last_updated)s.": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: %(last_updated)s", "Library changes": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Navigation": "\ud0d0\uc0c9", "Next topic": "\ub2e4\uc74c \ud56d\ubaa9", "Other changes": "\ub2e4\ub978 \ubcc0\uacbd \uc0ac\ud56d", "Overview": "\uac1c\uc694", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "\uc774\uc804 \ud56d\ubaa9", "Quick search": "\ube60\ub978 \uac80\uc0c9", "Search": "\uac80\uc0c9", "Search Page": "\uac80\uc0c9 \ud398\uc774\uc9c0", "Search Results": "\uac80\uc0c9 \uacb0\uacfc", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s\uc5d0\uc11c \ucc3e\uae30", "Searching": "", "Show Source": "\uc18c\uc2a4 \ucf54\ub4dc\ub97c \ubcf4\ub824\uba74", "Table of Contents": "", "This Page": "\ud604\uc7ac \ubb38\uc11c", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\ud568\uc218, \ud074\ub798\uc2a4 \ubc0f \uc6a9\uc5b4 \uac1c\uad00", "can be huge": "\ud070 \uacbd\uc6b0\uac00 \uc788\uc73c\ubbc0\ub85c \uc8fc\uc758", "last updated": "", "lists all sections and subsections": "\uc601\uc5ed\ubcc4 \ubaa9\ucc28", "next chapter": "\ub2e4\uc74c \uc7a5", "previous chapter": "\uc774\uc804 \uc7a5", "quick access to all modules": "\ubaa8\ub4e0 \ubaa8\ub4c8 \uc870\uacac\ud45c", "search": "\uac80\uc0c9", "search this documentation": "\ubb38\uc11c \uac80\uc0c9", "the documentation for": ""}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "ko", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \ubb38\uc11c - ", "About these documents": "\uc774 \ubb38\uc11c \uc815\ubcf4", "Automatically generated list of changes in version %(version)s": "\ubc84\uc804 %(version)s\uc758 \ubcc0\uacbd \uc0ac\ud56d (\uc774 \ubaa9\ub85d\uc740 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4)", "C API changes": "C API\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\uc0ac\uc774\ub4dc\ubc14 \ub2eb\uae30", "Complete Table of Contents": "\uc885\ud569 \ubaa9\ucc28", "Contents": "\ub0b4\uc6a9", "Copyright": "\uc800\uc791\uad8c", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s \ubc84\uc804\uc73c\ub85c \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4.", "Expand sidebar": "\uc0ac\uc774\ub4dc\ubc14 \uc5f4\uae30", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\uc5ec\uae30\uc5d0\uc11c \ubb38\uc11c\ub4e4\uc744 \uac80\uc0c9 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \uc0c1\uc790\uc5d0 \uac80\uc0c9 \ub2e8\uc5b4\ub97c \uc785\ub825\ud558\uace0 \"\uac80\uc0c9\"\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.\n\uac80\uc0c9 \uae30\ub2a5\uc740 \uc790\ub3d9\uc73c\ub85c \ubaa8\ub4e0 \ub2e8\uc5b4\ub97c \uac80\uc0c9\ud569\ub2c8\ub2e4. \ub2e8\uc5b4 \uc218\uac00 \uc801\uc740 \ud398\uc774\uc9c0\ub294 \uacb0\uacfc \ubaa9\ub85d\uc5d0 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", "Full index on one page": "\ud55c \ud398\uc774\uc9c0\uc5d0 \uc804\uccb4 \uc0c9\uc778 \ubcf4\uae30", "General Index": "\uc804\uccb4 \uc0c9\uc778", "Global Module Index": "\ubaa8\ub4c8 \ucd1d \uc0c9\uc778", "Go": "\uc774\ub3d9", "Hide Search Matches": "\uac80\uc0c9 \uacb0\uacfc \uc228\uae30\uae30", "Index": "\uc0c9\uc778", "Index – %(key)s": "", "Index pages by letter": "\uc54c\ud30c\ubcb3\ubcc4 \uc0c9\uc778", "Indices and tables:": "\uc0c9\uc778 \ubc0f \ud45c \ubaa9\ub85d:", "Last updated on %(last_updated)s.": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: %(last_updated)s", "Library changes": "\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0 \ub300\ud55c \ubcc0\uacbd", "Navigation": "\ud0d0\uc0c9", "Next topic": "\ub2e4\uc74c \ud56d\ubaa9", "Other changes": "\ub2e4\ub978 \ubcc0\uacbd \uc0ac\ud56d", "Overview": "\uac1c\uc694", "Permalink to this definition": "\uc815\uc758 \uc8fc\uc18c", "Permalink to this headline": "\uc81c\ubaa9 \uc8fc\uc18c", "Please activate JavaScript to enable the search\n functionality.": "\uac80\uc0c9 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 JavaScript\ub97c \ud65c\uc131\ud654\ud558\uc2ed\uc2dc\uc624.", "Preparing search...": "\uac80\uc0c9 \uc900\ube44 \uc911\u2026", "Previous topic": "\uc774\uc804 \ud56d\ubaa9", "Quick search": "\ube60\ub978 \uac80\uc0c9", "Search": "\uac80\uc0c9", "Search Page": "\uac80\uc0c9 \ud398\uc774\uc9c0", "Search Results": "\uac80\uc0c9 \uacb0\uacfc", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "%(docstitle)s\uc5d0\uc11c \ucc3e\uae30", "Searching": "\uac80\uc0c9 \uc911", "Show Source": "\uc18c\uc2a4 \ubcf4\uae30", "Table of Contents": "\ubaa9\ucc28", "This Page": "\ud604\uc7ac \ubb38\uc11c", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\ud568\uc218, \ud074\ub798\uc2a4 \ubc0f \uc6a9\uc5b4 \uac1c\uad00", "can be huge": "\ud070 \uacbd\uc6b0\uac00 \uc788\uc73c\ubbc0\ub85c \uc8fc\uc758", "last updated": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8", "lists all sections and subsections": "\uc601\uc5ed\ubcc4 \ubaa9\ucc28", "next chapter": "\ub2e4\uc74c \uc7a5", "previous chapter": "\uc774\uc804 \uc7a5", "quick access to all modules": "\ubaa8\ub4e0 \ubaa8\ub4c8 \uc870\uacac\ud45c", "search": "\uac80\uc0c9", "search this documentation": "\ubb38\uc11c \uac80\uc0c9", "the documentation for": ""}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 84d433a2285..525097551e5 100644 Binary files a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.po b/sphinx/locale/ko/LC_MESSAGES/sphinx.po index dae960e9de6..6c793d14238 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -1,14 +1,15 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# YT H , 2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Korean (http://www.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" "MIME-Version: 1.0\n" @@ -18,122 +19,110 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "소스 디렉토리를 찾을 수 없습니다 (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "소스 디렉토리와 대상 디렉토리는 같을 수 없습니다" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx 버전 %s 실행 중" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "이 프로젝트는 최소 Sphinx 버전 %s이(가) 필요하므로 현재 버전으로 빌드할 수 없습니다." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "" +msgstr "현재 conf.py 파일에 정의된 'setup'은 호출 가능한 Python 객체가 아닙니다. 호출 가능한 함수가 되도록 정의를 수정하십시오.\n이것은 conf.py가 Sphinx 확장 기능으로 동작하는 데 필요합니다." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "번역을 불러오는 중 [%s]… " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "완료" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" -msgstr "" +msgstr "기본 제공 메시지를 사용할 수 없습니다" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "실패: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" -msgstr "" +msgstr "선택한 빌더가 없으므로, 기본값인 html을 사용합니다" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "성공" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" -msgstr "" +msgstr "완료했으나 문제점 발견" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." -msgstr "" +msgstr "빌드 %s, 경고가 %s 개 발생했습니다." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." -msgstr "" +msgstr "빌드 %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,894 +138,777 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "병렬 %s 처리" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" -msgstr "" +msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgstr "설정 값 %r에 대해 숫자 %r이(가) 유효하지 않으며, 무시합니다" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgstr "지원되지 않는 유형에 대한 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" -msgstr "" +msgstr "재정의 중 알 수 없는 구성 값 %r, 무시합니다" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" -msgstr "" +msgstr "해당 설정값이 없습니다: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" -msgstr "" +msgstr "설정값 %r이(가) 이미 존재합니다" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" -msgstr "" +msgstr "제 %s 절" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" -msgstr "" +msgstr "그림 %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" -msgstr "" +msgstr "표 %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" -msgstr "" +msgstr "예시 %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." -msgstr "" +msgstr "설정 값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 주어졌습니다." -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." -msgstr "" +msgstr "설정 값 `{name}'은(는) `{{current .__name__}' 유형이며, 기본값은 `{default.__name__}'입니다." -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "구성 값 %r이(가) 비 ASCII 문자가 있는 문자열로 설정되었으며, 이로 인해 유니코드 오류가 발생할 수 있습니다. %r와(과) 같은 유니코드 문자열을 사용하십시오." + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r(이)가 없으므로, 무시합니다." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:58 +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" -msgstr "" +msgstr "이벤트 %r이(가) 이미 존재합니다" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" -msgstr "" +msgstr "알 수 없는 이벤트 이름: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." -msgstr "" +msgstr "literal_block을 \"%s\"(으)로 어휘 분석할 수 없습니다. 구문 강조를 건너뜁니다." -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "%r에 대한 source_parser가 이미 등록되었습니다" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" -msgstr "" - -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" +msgstr "%r에 대한 source_input이 이미 등록되었습니다" -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "add_node()에 대한 kwargs는 반드시 (visit, depart)의 함수 튜플이어야 합니다: %r=%r" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r이(가) 이미 등록되었습니다" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" -msgstr "" +msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "확장 %r은(는) 이미 Sphinx에 버전 %s 이후로 병합되었습니다. 이 확장은 무시됩니다." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" -msgstr "" +msgstr "원본 예외:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgstr "파이썬 향상 제안; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgstr "테마 %r에 \"theme\" 설정이 없습니다" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgstr "테마 %r에 \"inherit\" 설정이 없습니다" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " -msgstr "" +msgstr "빌드 중 [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " -msgstr "" +msgstr "출력을 쓰는 중… " -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" -msgstr "" +msgstr "모든 소스 파일" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "" +msgstr "빌드 중 [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " -msgstr "" +msgstr "오래 된 파일을 찾는 중… " -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d 개 찾음" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "찾은 것이 없습니다" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "기본" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "모듈 수준" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." -msgstr "" +msgstr "소스 파일을 복사하는 중…" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " -msgstr "" +msgstr "빌드 중 [%s]: " -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "템플릿을 읽는 중… " -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y년 %m월 %d일" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "이제 html_use_opensearch 설정값은 문자열이어야 합니다" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "전체 색인" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "색인" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "다음" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "이전" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "색인 생성 중…" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" -msgstr "" +msgstr "%s %s 문서" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오." -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "색인" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "출시 버전" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "인코딩 오류:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "자세한 내용은 를 참조하십시오." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1248,255 +1142,249 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\n소스 파일로부터 문서를 생성합니다.\n\nsphinx-build는 SOURCEDIR에 있는 파일로부터 문서를 생성하여 OUTPUTDIR에 저장합니다.\n구성 설정을 위해 SOURCEDIR에서 'conf.py' 파일을 찾습니다.\n'sphinx-quickstart' 도구는 'conf.py'를 포함하여 템플릿 파일을 생성하는 데 사용할 수 있습니다.\n\nsphinx-build는 다양한 형식으로 문서를 생성할 수 있습니다.\n형식은 명령줄에서 빌더 이름을 지정하여 선택하며, 기본값은 HTML입니다.\n빌더는 문서 처리와 관련한 다른 태스크를 수행할 수도 있습니다.\n\n기본적으로 오래된 모든 항목을 빌드합니다.\n개별 파일명을 지정하여 선택한 파일에 대한 출력만 빌드할 수 있습니다.\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" -msgstr "" +msgstr "문서 소스 파일의 경로" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "출력 디렉토리 경로" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +msgstr "다시 빌드 할 특정 파일의 목록. -a가 지정되면 무시합니다" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "일반 옵션" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" -msgstr "" +msgstr "사용할 빌더 (기본값: html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "모든 파일 쓰기 (기본값: 새 파일과 변경된 파일만 쓰기)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" -msgstr "" +msgstr "캐시된 환경 및 doctree 파일 경로 (기본값: OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "가능한 경우 N 개의 프로세스를 사용하여 병렬로 빌드 (특수 값 \"auto\"는 N을 CPU 개수로 설정합니다)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "구성 파일(conf.py)이 있는 경로 (기본값: SOURCEDIR과 동일)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "설정 파일을 전혀 사용하지 않고, -D 옵션들만 사용" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "구성 파일의 설정 무시" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "HTML 템플릿에 값 전달" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "태그를 정의: 태그가 있는 블록\"만\" 포함됨" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "까다로움 모드, 모든 누락된 참조에 대해 경고 발생" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "콘솔 출력 옵션" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "상세도 높임 (반복 가능)" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "경고를 포함하여 아무 출력도 하지 않음" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "컬러 출력 허용 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "주어진 파일에 경고(및 오류)를 기록" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "경고를 오류로 바꿈" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "-W와 함께 사용하여, 경고가 있어도 계속 진행" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "예외 발생 시 전체 추적 표시" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "예외 발생 시 Pdb 실행" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "프로젝트 이름" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "작성자 이름" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "프로젝트 버전" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "프로젝트 출시 버전" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "프로젝트 언어" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1681,216 +1569,216 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\nSphinx 프로젝트에 필요한 파일을 생성합니다.\n\nsphinx-quickstart는 대화형 도구로서, 프로젝트에 대한 몇 가지 질문을 한 다음\n완전한 문서 디렉토리와 (sphinx-build와 함께 사용할 수 있는) 견본 Makefile을 생성합니다.\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "조용한 모드" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "출력 경로" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" -msgstr "" +msgstr "구조 옵션" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "지정된 경우, 소스와 빌드 디렉토리를 구분함" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "프로젝트 기본 옵션" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "프로젝트 이름" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "작성자 이름" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "프로젝트의 버전" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "프로젝트의 출시 버전" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "문서 언어" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "마스터 문서 이름" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" -msgstr "" +msgstr "확장 기능 옵션" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "%s 확장 기능 사용" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "임의의 확장 기능 사용" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "Makefile과 배치 파일 생성" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "makefile 생성" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "makefile을 생성하지 않음" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "배치 파일 생성" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "배치 파일을 생성하지 않음" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" -msgstr "" +msgstr "프로젝트 템플릿" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " -msgstr "" +msgstr "모듈 작성자: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " -msgstr "" +msgstr "코드 작성자: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " -msgstr "" +msgstr "작성자: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" -msgstr "" +msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" -msgstr "매개 변수" +msgstr "매개변수" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" -msgstr "반환" +msgstr "반환값" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "반환 형식" @@ -1919,12 +1807,12 @@ msgstr "%s (C 데이터 형식)" msgid "%s (C variable)" msgstr "%s (C 변수)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "함수" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "멤버 변수" @@ -1932,7 +1820,7 @@ msgstr "멤버 변수" msgid "macro" msgstr "매크로" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "데이터 형식" @@ -1940,297 +1828,262 @@ msgstr "데이터 형식" msgid "variable" msgstr "변수" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "버전 %s에 추가" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" -msgstr "버전 %s으로 변경" +msgstr "버전 %s에서 변경" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" -msgstr "버전 %s 폐지" +msgstr "버전 %s부터 폐지" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" -msgstr "" +msgstr "템플릿 매개변수" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "예외" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ 데이터 형식)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++의 멤버 변수)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ 함수)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ 클래스)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "클래스" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" -msgstr "%s() 내장 함수)" +msgstr "%s() (내장 함수)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 메서드)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (클래스)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (전역 변수 또는 상수)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s의 속성)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "인수" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (모듈)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" -msgstr "메소드" +msgstr "메서드" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "데이터" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "속성" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "모듈" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "키워드" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "연산자" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "객체" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "예외" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "글" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "내장 함수" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "변수" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "예외" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s 모듈)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (내장 변수)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s 모듈)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" -msgstr "%s (내장 변수)" +msgstr "%s (내장 클래스)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" -msgstr "%s (%s 종류)" +msgstr "%s (%s 클래스)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" -msgstr "" +msgstr "%s() (%s.%s의 메서드)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" -msgstr "" +msgstr "%s() (%s.%s의 정적 메서드)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s의 정적 메서드)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" -msgstr "" +msgstr "%s() (%s.%s의 클래스 메서드)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" -msgstr "%s() (%s 클래스 메서드)" +msgstr "%s() (%s의 클래스 메서드)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" -msgstr "" +msgstr "%s (%s.%s의 속성)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python 모듈 목록" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "모듈" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "폐지" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" -msgstr "클래스 메소드" +msgstr "클래스 메서드" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "정적 메서드" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (지시문)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (역할)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "지시자" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "역할" @@ -2239,209 +2092,200 @@ msgstr "역할" msgid "environment variable; %s" msgstr "환경 변수; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s 명령; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" -msgstr "용어의 항목" +msgstr "용어 항목" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "문법 토큰" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "참조 레이블" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "환경 변수" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "프로그램 옵션" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "색인" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "모듈 목록" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "검색 페이지" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "새로운 설정" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "설정이 변경됨" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "확장 기능이 변경됨" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%s 문서" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "%s 참조" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" -msgstr "" +msgstr "기호" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" +msgstr "이 수식에 대한 퍼머링크" + +#: sphinx/ext/intersphinx.py:182 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:217 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[소스]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" -msgstr "과제" +msgstr "할 일" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "TODO 항목을 찾았습니다: %s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" -msgstr "" +msgstr "<<원래 항목>>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "원래 항목" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[문서]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "모듈 코드" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" -msgstr "" +msgstr "

%s의 소스 코드

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" -msgstr "설명: 모듈 코드" +msgstr "개요: 모듈 코드" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "기반 클래스: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,113 +2772,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" -msgstr "" +msgstr "키워드 인수" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "예제" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "예제" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "참고" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "기타 매개변수" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "참조" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "주의" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "조심" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "위험" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "오류" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "힌트" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "중요" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" -msgstr "주석" +msgstr "참고" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "더 보기" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" -msgstr "참고" +msgstr "팁" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "경고" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "이전 페이지에서 계속" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" -msgstr "일반 색인" +msgstr "다음 페이지에 계속" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "목차" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -2996,11 +2888,11 @@ msgstr "검색" #: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16 msgid "Go" -msgstr "바로 가기" +msgstr "이동" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" -msgstr "소스 코드를 보려면" +msgstr "소스 보기" #: sphinx/themes/basic/defindex.html:11 msgid "Overview" @@ -3016,7 +2908,7 @@ msgstr "" #: sphinx/themes/basic/defindex.html:17 msgid "last updated" -msgstr "" +msgstr "최종 업데이트" #: sphinx/themes/basic/defindex.html:20 msgid "Indices and tables:" @@ -3056,7 +2948,7 @@ msgstr "" #: sphinx/themes/basic/genindex-split.html:38 #: sphinx/themes/basic/genindex.html:72 msgid "Full index on one page" -msgstr "일반 색인" +msgstr "한 페이지에 전체 색인 보기" #: sphinx/themes/basic/genindex-split.html:16 msgid "Index pages by letter" @@ -3103,7 +2995,7 @@ msgstr "최종 업데이트: %(last_updated)s" msgid "" "Created using Sphinx " "%(sphinx_version)s." -msgstr "" +msgstr "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." #: sphinx/themes/basic/opensearch.xml:4 #, python-format @@ -3130,7 +3022,7 @@ msgstr "다음 장" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "" +msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오." #: sphinx/themes/basic/search.html:35 msgid "" @@ -3138,7 +3030,7 @@ msgid "" " words into the box below and click \"search\". Note that the search\n" " function will automatically search for all of the words. Pages\n" " containing fewer words won't appear in the result list." -msgstr "" +msgstr "여기에서 문서들을 검색 할 수 있습니다. 아래 상자에 검색 단어를 입력하고 \"검색\"을 클릭하십시오.\n검색 기능은 자동으로 모든 단어를 검색합니다. 단어 수가 적은 페이지는 결과 목록에 표시되지 않습니다." #: sphinx/themes/basic/search.html:42 #: sphinx/themes/basic/searchresults.html:17 @@ -3147,13 +3039,13 @@ msgstr "검색" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "검색 결과" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,38 +3087,38 @@ msgstr "C API에 대한 변경" msgid "Other changes" msgstr "다른 변경 사항" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "제목 주소" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "정의 주소" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "검색 결과 숨기기" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" -msgstr "" +msgstr "검색 중" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." -msgstr "" +msgstr "검색 준비 중…" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " -msgstr "" +msgstr ", 문서 - " #: sphinx/themes/classic/static/sidebar.js_t:83 msgid "Expand sidebar" @@ -3241,223 +3133,223 @@ msgstr "사이드바 닫기" msgid "Contents" msgstr "내용" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "디코드 할 수 없는 원본 문자이며, \"?\"로 대체합니다: %r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "읽기 오류: %s, %s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "쓰기 오류: %s, %s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" -msgstr "" +msgstr "이 표에 대한 퍼머링크" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" -msgstr "" +msgstr "이 코드에 대한 퍼머링크" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" -msgstr "" +msgstr "이 이미지에 대한 퍼머링크" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" -msgstr "" +msgstr "이 목차에 대한 퍼머링크" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "출시" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" -msgstr "참고" +msgstr "각주" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" -msgstr "" +msgstr "[그림: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[그림]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.js b/sphinx/locale/lt/LC_MESSAGES/sphinx.js index c9c9eac12bd..53a05936d3d 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "lt", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Apie \u0161iuos dokumentus", "Automatically generated list of changes in version %(version)s": "Automati\u0161kai sugeneruotas pakeitim\u0173 %(version)s versijoje s\u0105ra\u0161as", "C API changes": "C API pakeitimai", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Pasl\u0117pti \u0161onin\u0119 juost\u0105", "Complete Table of Contents": "Pilnas Turinys", "Contents": "Turinys", "Copyright": "Autoriaus teis\u0117s", "Created using Sphinx %(sphinx_version)s.": "Sukurta naudojant Sphinx %(sphinx_version)s.", "Expand sidebar": "I\u0161pl\u0117sti \u0161onin\u0119 juost\u0105", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u010cia j\u016bs galite ie\u0161koti \u0161iuose dokumentuose. \u012eveskite savo paie\u0161kos\n \u017eod\u017eius \u012f lauk\u0105 apa\u010dioje ir paspauskite \"ie\u0161koti\". Pasteb\u0117sime, kad paie\u0161kos\n funkcija automati\u0161kai ie\u0161kos vis\u0173 \u017eod\u017ei\u0173. Puslapiai,\n kuriuose yra ma\u017eiau \u017eod\u017ei\u0173 nepasirodys tarp paie\u0161kos rezultat\u0173.", "Full index on one page": "Pilnas indeksas viename puslapyje", "General Index": "Bendras indeksas", "Global Module Index": "Globalus Modulio Indeksas", "Go": "Pirmyn", "Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Index": "Indeksas", "Index – %(key)s": "Indeksas – %(key)s", "Index pages by letter": "Indekso puslapiai pagal raid\u0119", "Indices and tables:": "Indeksai ir lentel\u0117s:", "Last updated on %(last_updated)s.": "Paskutinis atnaujinimas %(last_updated)s.", "Library changes": "Bibliotekos pakeitimai", "Navigation": "Navigacija", "Next topic": "Kita tema", "Other changes": "Kiti pakeitimai", "Overview": "Ap\u017evalga", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119", "Please activate JavaScript to enable the search\n functionality.": "Pra\u0161ome aktyvuoti JavaScript, kad veikt\u0173 paie\u0161kos\n funkcionalumas.", "Preparing search...": "", "Previous topic": "Praeita tema", "Quick search": "Greitoji paie\u0161ka", "Search": "Paie\u0161ka", "Search Page": "Paie\u0161kos puslapis", "Search Results": "Paie\u0161kos rezultatai", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Ie\u0161koti tarp %(docstitle)s", "Searching": "", "Show Source": "Rodyti pirmin\u012f kod\u0105", "Table of Contents": "", "This Page": "\u0160is puslapis", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visos funkcijos, klas\u0117s ir terminai", "can be huge": "gali b\u016bti didelis", "last updated": "", "lists all sections and subsections": "sura\u0161yti visus skyrius ir poskyrius", "next chapter": "kita dalis", "previous chapter": "praeita dalis", "quick access to all modules": "greitas vis\u0173 moduli\u0173 pasiekimas", "search": "ie\u0161koti", "search this documentation": "ie\u0161koti \u0161iame dokumente", "the documentation for": ""}, "plural_expr": "(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3)"}); +Documentation.addTranslations({"locale": "lt", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Apie \u0161iuos dokumentus", "Automatically generated list of changes in version %(version)s": "Automati\u0161kai sugeneruotas pakeitim\u0173 %(version)s versijoje s\u0105ra\u0161as", "C API changes": "C API pakeitimai", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Pasl\u0117pti \u0161onin\u0119 juost\u0105", "Complete Table of Contents": "Pilnas Turinys", "Contents": "Turinys", "Copyright": "Autoriaus teis\u0117s", "Created using Sphinx %(sphinx_version)s.": "Sukurta naudojant Sphinx %(sphinx_version)s.", "Expand sidebar": "I\u0161pl\u0117sti \u0161onin\u0119 juost\u0105", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u010cia j\u016bs galite ie\u0161koti \u0161iuose dokumentuose. \u012eveskite savo paie\u0161kos\n \u017eod\u017eius \u012f lauk\u0105 apa\u010dioje ir paspauskite \"ie\u0161koti\". Pasteb\u0117sime, kad paie\u0161kos\n funkcija automati\u0161kai ie\u0161kos vis\u0173 \u017eod\u017ei\u0173. Puslapiai,\n kuriuose yra ma\u017eiau \u017eod\u017ei\u0173 nepasirodys tarp paie\u0161kos rezultat\u0173.", "Full index on one page": "Pilnas indeksas viename puslapyje", "General Index": "Bendras indeksas", "Global Module Index": "Globalus Modulio Indeksas", "Go": "Pirmyn", "Hide Search Matches": "Pasl\u0117pti paie\u0161kos rezultatus", "Index": "Indeksas", "Index – %(key)s": "Indeksas – %(key)s", "Index pages by letter": "Indekso puslapiai pagal raid\u0119", "Indices and tables:": "Indeksai ir lentel\u0117s:", "Last updated on %(last_updated)s.": "Paskutinis atnaujinimas %(last_updated)s.", "Library changes": "Bibliotekos pakeitimai", "Navigation": "Navigacija", "Next topic": "Kita tema", "Other changes": "Kiti pakeitimai", "Overview": "Ap\u017evalga", "Permalink to this definition": "Nuoroda \u012f \u0161\u012f apibr\u0117\u017eim\u0105", "Permalink to this headline": "Nuoroda \u012f \u0161i\u0105 antra\u0161t\u0119", "Please activate JavaScript to enable the search\n functionality.": "Pra\u0161ome aktyvuoti JavaScript, kad veikt\u0173 paie\u0161kos\n funkcionalumas.", "Preparing search...": "", "Previous topic": "Praeita tema", "Quick search": "Greitoji paie\u0161ka", "Search": "Paie\u0161ka", "Search Page": "Paie\u0161kos puslapis", "Search Results": "Paie\u0161kos rezultatai", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Ie\u0161koti tarp %(docstitle)s", "Searching": "", "Show Source": "Rodyti pirmin\u012f kod\u0105", "Table of Contents": "", "This Page": "\u0160is puslapis", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visos funkcijos, klas\u0117s ir terminai", "can be huge": "gali b\u016bti didelis", "last updated": "", "lists all sections and subsections": "sura\u0161yti visus skyrius ir poskyrius", "next chapter": "kita dalis", "previous chapter": "praeita dalis", "quick access to all modules": "greitas vis\u0173 moduli\u0173 pasiekimas", "search": "ie\u0161koti", "search this documentation": "ie\u0161koti \u0161iame dokumente", "the documentation for": ""}, "plural_expr": "(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3)"}); \ No newline at end of file diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index bb09b0e5434..e75d4129acb 100644 Binary files a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.po b/sphinx/locale/lt/LC_MESSAGES/sphinx.po index a2401dbc109..b991d5a4cac 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Lithuanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Įtaisytieji" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulio lygis" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y-%m-%d" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Bendras indeksas" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indeksas" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "kitas" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "praeitas" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (kuris yra " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indeksas" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Leidimas" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Skyriaus autorius: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modulio autorius: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kodo autorius: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autorius: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrai" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Grąžinamos reikšmės" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Grąžinamos reikšmės tipas" @@ -1920,12 +1807,12 @@ msgstr "%s (C tipas)" msgid "%s (C variable)" msgstr "%s (C kintamasis)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "narys" @@ -1933,7 +1820,7 @@ msgstr "narys" msgid "macro" msgstr "makrokomanda" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipas" @@ -1941,297 +1828,262 @@ msgstr "tipas" msgid "variable" msgstr "kintamasis" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nauja %s versijoje" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Pakeista %s versijoje" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Nebepalaikoma nuo %s versijos" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Išmeta" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tipas)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ narys)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funkcija)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasė" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (itaisytoji funkcija)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodas)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasė)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globalus kintamasis arba konstanta)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributas)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumentais" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metodas" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "duomenys" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribudas" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modulis" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "bazinis žodis" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operatorius" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objektas" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "išimtis" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "sakinis" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "įtaisytoji funkcija" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Kintamieji" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Sukelia" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (modulyje %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (įtaisytasis kintamasis)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (modulje %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (įtaisytoji klasė)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasė iš %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodas)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statinis metodas)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statinis metodas)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klasės metodas)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klasės metodas)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributas)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduliai" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Atmestas" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klasės metodas" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statinis metodas" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (atmestas)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktyva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rolė)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktyva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rolė" @@ -2240,209 +2092,200 @@ msgstr "rolė" msgid "environment variable; %s" msgstr "aplinkos kintamasis; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skomandinės eilutės parinktis; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "aiškinamasis terminas" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "gramatinė leksema" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "nuorodos požymis" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "aplinkos kintamasis" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programos parinktis" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indeksas" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulio indeksas" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Paieškos puslapis" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[šaltinis]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Padaryti" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "originalus įrašas" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentai]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modulio kodas" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Kodas %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Apžvalga: modulio kodas" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Visi moduliai turintys kodą

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` alternatyvus vardas" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Dėmesio" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Atsargiai" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Pavojinga" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Klaida" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Patarimas" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Svarbu" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Pastaba" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Taip pat žiūrėkite" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Patarimas" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Įspėjimas" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "tęsinys iš praeito puslapio" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Tęsinys kitame puslapyje" @@ -2999,7 +2890,7 @@ msgstr "Paieška" msgid "Go" msgstr "Pirmyn" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Rodyti pirminį kodą" @@ -3148,13 +3039,13 @@ msgstr "ieškoti" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Paieškos rezultatai" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "C API pakeitimai" msgid "Other changes" msgstr "Kiti pakeitimai" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Nuoroda į šią antraštę" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Nuoroda į šį apibrėžimą" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Paslėpti paieškos rezultatus" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "Paslėpti šoninę juostą" msgid "Contents" msgstr "Turinys" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Leidimas" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Išnašos" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[paveiksliukas]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.js b/sphinx/locale/lv/LC_MESSAGES/sphinx.js index d8a16c96b4b..17a0bc34db3 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "lv", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Par \u0161iem dokumentiem", "Automatically generated list of changes in version %(version)s": "Autom\u0101tiski sagatavots izmai\u0146u saraksts versijai %(version)s", "C API changes": "Izmai\u0146as iek\u0161 C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sav\u0113rst s\u0101njoslu", "Complete Table of Contents": "Pilns saturs", "Contents": "Saturs", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sagatavots izmantojot Sphinx %(sphinx_version)s.", "Expand sidebar": "Izplest s\u0101njoslu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0160eit J\u016bs varat mekl\u0113t \u0161ajos dokumentos. Nor\u0101diet mekl\u0113jamus v\u0101rdus\n ievada lauka un uzklik\u0161\u0137iniet pogu \"mekl\u0113t\". L\u016bdzu iev\u0113rojiet,\n ka mekl\u0113\u0161anas programma atrad\u012bs tikai tos dokumentus, kuros ir\n visi ievad\u012btie v\u0101rdi. Dokumenti, kuros ir tikai da\u013ca no ievad\u012btiem\n v\u0101rdiem, netiks atlas\u012bti.", "Full index on one page": "Pilns indekss vien\u0101 lappus\u0113", "General Index": "Visp\u0101r\u0113js indekss", "Global Module Index": "Visp\u0101r\u0113js modu\u013cu indekss", "Go": "Izpild\u012bt", "Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Index": "Indekss", "Index – %(key)s": "Indekss – %(key)s", "Index pages by letter": "Lappu\u0161u indekss p\u0113c burtiem", "Indices and tables:": "Indeksi un tabulas:", "Last updated on %(last_updated)s.": "P\u0113d\u0113jas izmai\u0146as %(last_updated)s.", "Library changes": "Bibliot\u0113kas izmai\u0146as", "Navigation": "Navig\u0101cija", "Next topic": "n\u0101ko\u0161a t\u0113ma", "Other changes": "Citas izmai\u0146as", "Overview": "Apskats", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu", "Please activate JavaScript to enable the search\n functionality.": "Lai iesp\u0113jotu mekl\u0113\u0161anu, l\u016bdzu aktiviz\u0113t JavaScript.", "Preparing search...": "", "Previous topic": "iepriek\u0161\u0113ja t\u0113ma", "Quick search": "\u0100tra mekl\u0113\u0161ana", "Search": "Mekl\u0113t", "Search Page": "Atlases lapa", "Search Results": "Atlases rezult\u0101ti", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Mekl\u0113t iek\u0161 %(docstitle)s", "Searching": "", "Show Source": "R\u0101d\u012bt izejas tekstu", "Table of Contents": "", "This Page": "\u0160\u012b lappuse", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visas funkcijas, klases un termini", "can be huge": "var b\u016bt milz\u012bgs", "last updated": "", "lists all sections and subsections": "r\u0101da visas sekcijas un apak\u0161sekcijas", "next chapter": "n\u0101ko\u0161a sada\u013ca", "previous chapter": "iepriek\u0161\u0113ja sada\u013ca", "quick access to all modules": "\u0101tra piek\u013cuve visiem moduliem", "search": "mekl\u0113t", "search this documentation": "mekl\u0113t \u0161aj\u0101 dokument\u0101cij\u0101", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)"}); +Documentation.addTranslations({"locale": "lv", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Par \u0161iem dokumentiem", "Automatically generated list of changes in version %(version)s": "Autom\u0101tiski sagatavots izmai\u0146u saraksts versijai %(version)s", "C API changes": "Izmai\u0146as iek\u0161 C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Sav\u0113rst s\u0101njoslu", "Complete Table of Contents": "Pilns saturs", "Contents": "Saturs", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sagatavots izmantojot Sphinx %(sphinx_version)s.", "Expand sidebar": "Izplest s\u0101njoslu", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0160eit J\u016bs varat mekl\u0113t \u0161ajos dokumentos. Nor\u0101diet mekl\u0113jamus v\u0101rdus\n ievada lauka un uzklik\u0161\u0137iniet pogu \"mekl\u0113t\". L\u016bdzu iev\u0113rojiet,\n ka mekl\u0113\u0161anas programma atrad\u012bs tikai tos dokumentus, kuros ir\n visi ievad\u012btie v\u0101rdi. Dokumenti, kuros ir tikai da\u013ca no ievad\u012btiem\n v\u0101rdiem, netiks atlas\u012bti.", "Full index on one page": "Pilns indekss vien\u0101 lappus\u0113", "General Index": "Visp\u0101r\u0113js indekss", "Global Module Index": "Visp\u0101r\u0113js modu\u013cu indekss", "Go": "Izpild\u012bt", "Hide Search Matches": "Pasl\u0113pt atlases v\u0101rdus", "Index": "Indekss", "Index – %(key)s": "Indekss – %(key)s", "Index pages by letter": "Lappu\u0161u indekss p\u0113c burtiem", "Indices and tables:": "Indeksi un tabulas:", "Last updated on %(last_updated)s.": "P\u0113d\u0113jas izmai\u0146as %(last_updated)s.", "Library changes": "Bibliot\u0113kas izmai\u0146as", "Navigation": "Navig\u0101cija", "Next topic": "n\u0101ko\u0161a t\u0113ma", "Other changes": "Citas izmai\u0146as", "Overview": "Apskats", "Permalink to this definition": "Past\u0101v\u012bga nor\u0101de uz \u0161o defin\u012bciju", "Permalink to this headline": "Past\u0101v\u012bga nor\u0101de \u0161o virsrakstu", "Please activate JavaScript to enable the search\n functionality.": "Lai iesp\u0113jotu mekl\u0113\u0161anu, l\u016bdzu aktiviz\u0113t JavaScript.", "Preparing search...": "", "Previous topic": "iepriek\u0161\u0113ja t\u0113ma", "Quick search": "\u0100tra mekl\u0113\u0161ana", "Search": "Mekl\u0113t", "Search Page": "Atlases lapa", "Search Results": "Atlases rezult\u0101ti", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "Mekl\u0113t iek\u0161 %(docstitle)s", "Searching": "", "Show Source": "R\u0101d\u012bt izejas tekstu", "Table of Contents": "", "This Page": "\u0160\u012b lappuse", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "visas funkcijas, klases un termini", "can be huge": "var b\u016bt milz\u012bgs", "last updated": "", "lists all sections and subsections": "r\u0101da visas sekcijas un apak\u0161sekcijas", "next chapter": "n\u0101ko\u0161a sada\u013ca", "previous chapter": "iepriek\u0161\u0113ja sada\u013ca", "quick access to all modules": "\u0101tra piek\u013cuve visiem moduliem", "search": "mekl\u0113t", "search this documentation": "mekl\u0113t \u0161aj\u0101 dokument\u0101cij\u0101", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index 8ef4a6b7418..e67e38c531f 100644 Binary files a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.po b/sphinx/locale/lv/LC_MESSAGES/sphinx.po index 76b25f322f8..1b1b36ed071 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Latvian (http://www.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Iebūvētie" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Moduļu līmenis" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d.%m.%Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Vispārējs indekss" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indekss" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "nākošais" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "iepriekšējs" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (iekš " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indekss" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Izlaidums" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Sekcijas autors: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Moduļa autors: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Koda autors: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autors: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Atgriež" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Atgriežamais tips" @@ -1919,12 +1806,12 @@ msgstr "%s (C tips)" msgid "%s (C variable)" msgstr "%s (C mainīgais)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "loceklis" @@ -1932,7 +1819,7 @@ msgstr "loceklis" msgid "macro" msgstr "makross" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tips" @@ -1940,297 +1827,262 @@ msgstr "tips" msgid "variable" msgstr "mainīgais" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Jauns versijā %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Mainīts versijā %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Neieteicams no versijas %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Izmet" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tips)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ loceklis)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funkcija)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ klase)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klase" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (iebūvēta funkcija)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metods)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globālais mainīgais vai konstanta)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atributs)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenti" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modulis)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metods" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dati" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributs" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modulis" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "atslēgas vārds" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operators" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekts" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "izņēmums" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "priekšraksts" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "iebūvēta funkcija" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Mainīgie" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Ceļ" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (moduļī %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (iebūvētais mainīgais)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (moduļī %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (iebūvēta klase)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klase iekš %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metods)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statiskais metods)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statiskais metods)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klases metods)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klases metods)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atributs)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduļi" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Nav ieteicams" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klases metods" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statiskais metods" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktīva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktīva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "role" @@ -2239,209 +2091,200 @@ msgstr "role" msgid "environment variable; %s" msgstr "apkārtnes mainīgais; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skomandrindas opcija; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "glosārija termins" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "gramatiskais marķieris" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "atsauces virsraksts" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "apkārtnes mainīgais" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programmas opcija" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indekss" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Moduļu indekss" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Atlases lapa" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[kods]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Jāizdara" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "sākotnējs ieraksts" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumenti]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Moduļa teksts" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s izejas teksts

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Apskats: moduļa teksts" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Visi moduļi, kuriem ir izejas teksti

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "aizstājvārds klasei :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Uzmanību" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Uzmanies" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Bīstami" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Kļūda" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Mājiens" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Svarīgi" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Piezīme" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Skat.arī" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Padoms" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Brīdinājums" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "turpinājums no iepriekšējās lappuses" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Turpnājums nākošā lappusē" @@ -2998,7 +2889,7 @@ msgstr "Meklēt" msgid "Go" msgstr "Izpildīt" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Rādīt izejas tekstu" @@ -3147,13 +3038,13 @@ msgstr "meklēt" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Atlases rezultāti" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "Izmaiņas iekš C API" msgid "Other changes" msgstr "Citas izmaiņas" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Pastāvīga norāde šo virsrakstu" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Pastāvīga norāde uz šo definīciju" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Paslēpt atlases vārdus" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "Savērst sānjoslu" msgid "Contents" msgstr "Saturs" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Izlaidums" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Vēres" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[attēls: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[attēls]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.js b/sphinx/locale/mk/LC_MESSAGES/sphinx.js index a4587d1774d..2e115094fba 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "mk", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "\u0413\u043b\u0430\u0432\u043d\u0430 \u0441\u043e\u0434\u0440\u0436\u0438\u043d\u0430", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n % 10 == 1 && n % 100 != 11) ? 0 : 1"}); +Documentation.addTranslations({"locale": "mk", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "\u0413\u043b\u0430\u0432\u043d\u0430 \u0441\u043e\u0434\u0440\u0436\u0438\u043d\u0430", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n % 10 == 1 && n % 100 != 11) ? 0 : 1"}); \ No newline at end of file diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index 4dc52f8a005..8b18fee52cd 100644 Binary files a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.po b/sphinx/locale/mk/LC_MESSAGES/sphinx.po index d5a24382306..53be3cf2320 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Macedonian (http://www.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Предлог за подобрување на Python; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Вградени" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Ниво на модул" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Главна содржина" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "содржина" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "следна" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "претходна" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s документација" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (во " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Автор на секцијата:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Автор на модул:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Автор на код:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Враќа" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Повратен тип" @@ -1920,12 +1807,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C променлива)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "функција" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "член" @@ -1933,7 +1820,7 @@ msgstr "член" msgid "macro" msgstr "макро" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "тип" @@ -1941,297 +1828,262 @@ msgstr "тип" msgid "variable" msgstr "променлива" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Фрла" -#: sphinx/domains/cpp.py:6283 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ тип)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ член)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ функција)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ класа)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "класа" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вградена функција)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (класа)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "погледни %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "погледни %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Симболи" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3148,13 +3039,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js index 6cc22ee741b..303364e9254 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "nb_NO", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk generert liste over endringer i versjon %(version)s", "C API changes": "Endringer i C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Skjul sidepanelet", "Complete Table of Contents": "Komplett Innholdsfortegnelse", "Contents": "Innhold", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Lagd med Sphinx %(sphinx_version)s.", "Expand sidebar": "Utvid sidepanelet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "her kan du s\u00f8ke blant disse dokumentene. Angi s\u00f8keord nedfor og klikk \"s\u00f8k\".\n S\u00f8ket m\u00e5 treffe p\u00e5 samtlige s\u00f8keord.", "Full index on one page": "Hele innholdsfortegnelsen p\u00e5 en side", "General Index": "Hovedindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "Skjul s\u00f8keresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Innholdsfortegnelse per bokstav", "Indices and tables:": "Index og tabeller", "Last updated on %(last_updated)s.": "Sist oppdatert %(last_updated)s.", "Library changes": "Endringer i biblioteket", "Navigation": "Navigering", "Next topic": "Neste emne", "Other changes": "Andre endringer", "Overview": "Oversikt", "Permalink to this definition": "Permalink til denne definisjonen", "Permalink to this headline": "Permalink til denne oversikten", "Please activate JavaScript to enable the search\n functionality.": "Vennligst aktiver JavaScript for \u00e5 aktivere s\u00f8k.", "Preparing search...": "", "Previous topic": "Forrige tittel", "Quick search": "Hurtigs\u00f8k", "Search": "S\u00f8k", "Search Page": "S\u00f8keside", "Search Results": "S\u00f8keresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f8k blant %(docstitle)s", "Searching": "", "Show Source": "Vis kildekode", "Table of Contents": "", "This Page": "Denne siden", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funksjoner, klasser, vilk\u00e5r", "can be huge": "kan bli stor", "last updated": "", "lists all sections and subsections": "liste over alle paragrafer og underparagrafer", "next chapter": "neste kapittel", "previous chapter": "Forrige kapittel", "quick access to all modules": "snarvei til alle moduler", "search": "s\u00f8k", "search this documentation": "s\u00f8k i dette dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "nb_NO", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Om disse dokumenter", "Automatically generated list of changes in version %(version)s": "Automatisk generert liste over endringer i versjon %(version)s", "C API changes": "Endringer i C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Skjul sidepanelet", "Complete Table of Contents": "Komplett Innholdsfortegnelse", "Contents": "Innhold", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Lagd med Sphinx %(sphinx_version)s.", "Expand sidebar": "Utvid sidepanelet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "her kan du s\u00f8ke blant disse dokumentene. Angi s\u00f8keord nedfor og klikk \"s\u00f8k\".\n S\u00f8ket m\u00e5 treffe p\u00e5 samtlige s\u00f8keord.", "Full index on one page": "Hele innholdsfortegnelsen p\u00e5 en side", "General Index": "Hovedindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "Skjul s\u00f8keresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Innholdsfortegnelse per bokstav", "Indices and tables:": "Index og tabeller", "Last updated on %(last_updated)s.": "Sist oppdatert %(last_updated)s.", "Library changes": "Endringer i biblioteket", "Navigation": "Navigering", "Next topic": "Neste emne", "Other changes": "Andre endringer", "Overview": "Oversikt", "Permalink to this definition": "Permalink til denne definisjonen", "Permalink to this headline": "Permalink til denne oversikten", "Please activate JavaScript to enable the search\n functionality.": "Vennligst aktiver JavaScript for \u00e5 aktivere s\u00f8k.", "Preparing search...": "", "Previous topic": "Forrige tittel", "Quick search": "Hurtigs\u00f8k", "Search": "S\u00f8k", "Search Page": "S\u00f8keside", "Search Results": "S\u00f8keresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f8k blant %(docstitle)s", "Searching": "", "Show Source": "Vis kildekode", "Table of Contents": "", "This Page": "Denne siden", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funksjoner, klasser, vilk\u00e5r", "can be huge": "kan bli stor", "last updated": "", "lists all sections and subsections": "liste over alle paragrafer og underparagrafer", "next chapter": "neste kapittel", "previous chapter": "Forrige kapittel", "quick access to all modules": "snarvei til alle moduler", "search": "s\u00f8k", "search this documentation": "s\u00f8k i dette dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index da5567ec6fe..4bddd7b2fa7 100644 Binary files a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po index 104940268f3..72b85b36559 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Innebygde" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Hovedindex" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "neste" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "forrige" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Utgivelse" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Seksjon forfatter: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modul forfattar: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kildekode forfatter: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Forfatter: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametere" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnere" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Retur type" @@ -1919,12 +1806,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funksjon" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "medlem" @@ -1932,7 +1819,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "type" @@ -1940,297 +1827,262 @@ msgstr "type" msgid "variable" msgstr "variabel" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nytt i version %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Endret i version %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Foreldet siden version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Kaster" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ type)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ medlem)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funksjon)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ klasse)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (innebygd funksjon)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metode)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metode" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attributt" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "nøkkelord" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "untak" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "uttrykk" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "innebygde funksjoner" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Hever" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (innebygd variabel)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (innebygd klasse)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse i %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metode)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metode)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metode)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassemetode)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemetode)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attributt)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Foreldet" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klassemetode" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statisk metode" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (foreldet)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rolle)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rolle" @@ -2239,209 +2091,200 @@ msgstr "rolle" msgid "environment variable; %s" msgstr "miljøvariabel; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skommandolinje valg; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "ordliste" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammatikk token" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referanse-etikett" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "miljøvariabel" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programvalg" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Søkeside" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "se også %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[kilde]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "opprinnelig oppføring" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentasjon]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modul kildekode" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Kildekode for %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Oversikt: modulkildekode" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Alla moduler hvor kildekode finnes

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias for :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Obs" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Advarsel" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Fare" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Feil" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Viktig" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Obs" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Se også" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Advarsel" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "fortsettelse fra forrige side" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Fortsetter på neste side" @@ -2998,7 +2889,7 @@ msgstr "Søk" msgid "Go" msgstr "Gå" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Vis kildekode" @@ -3147,13 +3038,13 @@ msgstr "søk" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Søkeresultat" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "Endringer i C API" msgid "Other changes" msgstr "Andre endringer" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Permalink til denne oversikten" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Permalink til denne definisjonen" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Skjul søkeresultat" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "Skjul sidepanelet" msgid "Contents" msgstr "Innhold" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Utgivelse" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[bilde]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.js b/sphinx/locale/ne/LC_MESSAGES/sphinx.js index 80bf5a6c6fb..1aef0b4896b 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ne", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u092f\u0940 \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941\u0915\u094b \u092c\u093e\u0930\u0947\u092e\u093e", "Automatically generated list of changes in version %(version)s": "\u092d\u0930\u094d\u0938\u0928 %(version)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915 \u0939\u0930\u0941 \u0906\u092b\u0948 \u091c\u0947\u0928\u0947\u0930\u0947\u091f \u092d\u090f ", "C API changes": "C API \u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0938\u093e\u0928\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Complete Table of Contents": "\u092a\u0941\u0930\u093e \u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Copyright": "\u0915\u092a\u093f\u0930\u093e\u0907\u091f ", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0920\u0941\u0932\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u092f\u0939\u093e\u0901\u092c\u093e\u091f \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u0921\u094d\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u0928\u0938\u0915\u094d\u0928\u0941 \u0939\u0941\u0928\u094d\u091b \u0964 \u0916\u094b\u091c\u094d\u0928 \u0936\u092c\u094d\u0926\u0939\u0930\u0941\n\u0924\u0932\u0915\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u0932\u0947\u0916\u094d\u200d\u0928\u0941\u0939\u094b\u0938 \u0930 \"\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\"\u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\n\u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0932\u0947 \u0906\u092b\u0948 \u0938\u092c\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u091b \u0964 \n\u0925\u094b\u0930\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u092d\u090f\u0915\u094b \u092a\u093e\u0928\u093e\u0939\u0930\u0941 \u0928\u0924\u093f\u091c\u093e\u092e\u093e \u0926\u0947\u0916\u093f\u0928\u094d\u0928 \u0964 ", "Full index on one page": "\u092a\u0941\u0930\u093e \u0905\u0928\u0941\u0938\u0941\u091a\u0940 \u090f\u0915\u0948 \u092a\u093e\u0928\u093e\u092e\u093e", "General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Global Module Index": "\u0917\u094d\u0932\u094b\u092c\u0932 \u092e\u0921\u0941\u0932 \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Go": "\u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "Hide Search Matches": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e\u0939\u0930\u0941 \u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Index": "\u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0905\u0928\u0941\u0938\u093e\u0930 \u0905\u0928\u0941\u0938\u0941\u091a\u0940\u0915\u093e \u092a\u093e\u0928\u093e", "Indices and tables:": "\u0907\u0928\u094d\u0921\u0940\u0938\u0940\u0938\u094d\u0938 \u0930 \u0924\u0932\u093f\u0915\u093e", "Last updated on %(last_updated)s.": "\u092f\u094b \u092d\u0928\u094d\u0926\u093e \u0905\u0917\u093e\u0921\u0940 %(last_updated)s \u092e\u093e \u0905\u092a\u0921\u0947\u091f \u092d\u090f\u0915\u094b", "Library changes": "\u0932\u093e\u0908\u092c\u094d\u0930\u0947\u0930\u0940\u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941", "Navigation": "\u0928\u0947\u092d\u093f\u0917\u0947\u0938\u0928 ", "Next topic": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f", "Other changes": "\u0905\u0930\u0941 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Overview": "\u092a\u0941\u0928\u0930\u093e\u0935\u0932\u094b\u0915\u0928 ", "Permalink to this definition": "\u092f\u094b \u0905\u0930\u094d\u0925\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915", "Permalink to this headline": "\u092f\u094b \u0936\u093f\u0930\u094d\u0937\u0915\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915 \u0964 ", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u0915\u093e\u0930\u094d\u092f \u0906\u0917\u093e\u0921\u0940 \u092c\u0922\u093e\u0909\u0928\u0915\u094b \u0932\u093e\u0917\u093f \u091c\u093e\u092d\u093e\u0938\u094d\u0915\u0943\u092a\u094d\u091f \u091a\u0932\u093e\u0908\u0926\u093f\u0928\u0941\u0939\u094b\u0938 ", "Preparing search...": "", "Previous topic": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f ", "Quick search": "\u091b\u093f\u091f\u094d\u091f\u094b \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d ", "Search Page": "\u092a\u093e\u0928\u093e\u092e\u093e \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search Results": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d ", "Table of Contents": "", "This Page": "\u092f\u094b \u092a\u093e\u0928\u093e", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0938\u092c\u0948 \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0938\u094d, \u0915\u0915\u094d\u0937\u093e\u0939\u0930\u0942 \u0930 \u091f\u0930\u094d\u092e\u0938\u094d", "can be huge": "\u0927\u0947\u0930\u0948 \u0920\u0941\u0932\u094b \u0939\u0941\u0928 \u0938\u0915\u094d\u091b", "last updated": "", "lists all sections and subsections": "\u0938\u092c\u0948 \u0938\u0947\u0915\u094d\u0938\u0928 \u0930 \u0938\u0935\u0938\u0947\u0915\u094d\u0938\u0928 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "next chapter": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "previous chapter": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "quick access to all modules": "\u0938\u092c\u0948 \u092e\u094b\u0926\u0941\u0932\u0947\u0938\u092e\u093e \u091b\u093f\u091f\u0948 \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "search this documentation": "\u092f\u094b \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "ne", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u092f\u0940 \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941\u0915\u094b \u092c\u093e\u0930\u0947\u092e\u093e", "Automatically generated list of changes in version %(version)s": "\u092d\u0930\u094d\u0938\u0928 %(version)s \u092e\u093e \u092d\u090f\u0915\u093e \u092b\u0930\u0915 \u0939\u0930\u0941 \u0906\u092b\u0948 \u091c\u0947\u0928\u0947\u0930\u0947\u091f \u092d\u090f ", "C API changes": "C API \u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0938\u093e\u0928\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Complete Table of Contents": "\u092a\u0941\u0930\u093e \u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Contents": "\u0935\u093f\u0937\u092f\u0938\u0942\u091a\u0940", "Copyright": "\u0915\u092a\u093f\u0930\u093e\u0907\u091f ", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "\u0938\u093e\u0907\u0921\u092c\u0930 \u0920\u0941\u0932\u094b \u092c\u0928\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u092f\u0939\u093e\u0901\u092c\u093e\u091f \u0924\u092a\u093e\u0908\u0902\u0932\u0947 \u092f\u0940 \u0921\u094d\u0915\u0941\u092e\u0947\u0928\u094d\u091f\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u0928\u0938\u0915\u094d\u0928\u0941 \u0939\u0941\u0928\u094d\u091b \u0964 \u0916\u094b\u091c\u094d\u0928 \u0936\u092c\u094d\u0926\u0939\u0930\u0941\n\u0924\u0932\u0915\u094b \u092c\u0915\u094d\u0938\u092e\u093e \u0932\u0947\u0916\u094d\u200d\u0928\u0941\u0939\u094b\u0938 \u0930 \"\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\"\u0925\u093f\u091a\u094d\u0928\u0941\u0939\u094b\u0938 \u0964 \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d\n\u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0932\u0947 \u0906\u092b\u0948 \u0938\u092c\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u0916\u094b\u091c\u094d\u091b \u0964 \n\u0925\u094b\u0930\u0948 \u0936\u092c\u094d\u0926\u0939\u0930\u0941 \u092d\u090f\u0915\u094b \u092a\u093e\u0928\u093e\u0939\u0930\u0941 \u0928\u0924\u093f\u091c\u093e\u092e\u093e \u0926\u0947\u0916\u093f\u0928\u094d\u0928 \u0964 ", "Full index on one page": "\u092a\u0941\u0930\u093e \u0905\u0928\u0941\u0938\u0941\u091a\u0940 \u090f\u0915\u0948 \u092a\u093e\u0928\u093e\u092e\u093e", "General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Global Module Index": "\u0917\u094d\u0932\u094b\u092c\u0932 \u092e\u0921\u0941\u0932 \u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Go": "\u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "Hide Search Matches": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e\u0939\u0930\u0941 \u0932\u0941\u0915\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "Index": "\u0905\u0928\u0941\u0938\u0941\u091a\u0940", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0905\u0928\u0941\u0938\u093e\u0930 \u0905\u0928\u0941\u0938\u0941\u091a\u0940\u0915\u093e \u092a\u093e\u0928\u093e", "Indices and tables:": "\u0907\u0928\u094d\u0921\u0940\u0938\u0940\u0938\u094d\u0938 \u0930 \u0924\u0932\u093f\u0915\u093e", "Last updated on %(last_updated)s.": "\u092f\u094b \u092d\u0928\u094d\u0926\u093e \u0905\u0917\u093e\u0921\u0940 %(last_updated)s \u092e\u093e \u0905\u092a\u0921\u0947\u091f \u092d\u090f\u0915\u094b", "Library changes": "\u0932\u093e\u0908\u092c\u094d\u0930\u0947\u0930\u0940\u0915\u093e \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941", "Navigation": "\u0928\u0947\u092d\u093f\u0917\u0947\u0938\u0928 ", "Next topic": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f", "Other changes": "\u0905\u0930\u0941 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u0939\u0930\u0941 ", "Overview": "\u092a\u0941\u0928\u0930\u093e\u0935\u0932\u094b\u0915\u0928 ", "Permalink to this definition": "\u092f\u094b \u0905\u0930\u094d\u0925\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915", "Permalink to this headline": "\u092f\u094b \u0936\u093f\u0930\u094d\u0937\u0915\u0915\u094b \u0932\u093e\u0917\u093f \u092a\u0930\u094d\u092e\u093e\u0932\u093f\u0928\u094d\u0915 \u0964 ", "Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c\u094d\u0928\u0947 \u0915\u093e\u0930\u094d\u092f \u0906\u0917\u093e\u0921\u0940 \u092c\u0922\u093e\u0909\u0928\u0915\u094b \u0932\u093e\u0917\u093f \u091c\u093e\u092d\u093e\u0938\u094d\u0915\u0943\u092a\u094d\u091f \u091a\u0932\u093e\u0908\u0926\u093f\u0928\u0941\u0939\u094b\u0938 ", "Preparing search...": "", "Previous topic": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0935\u093f\u0937\u092f ", "Quick search": "\u091b\u093f\u091f\u094d\u091f\u094b \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d ", "Search Page": "\u092a\u093e\u0928\u093e\u092e\u093e \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search Results": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d ", "Table of Contents": "", "This Page": "\u092f\u094b \u092a\u093e\u0928\u093e", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0938\u092c\u0948 \u092b\u0928\u094d\u0915\u094d\u0938\u0928\u0938\u094d, \u0915\u0915\u094d\u0937\u093e\u0939\u0930\u0942 \u0930 \u091f\u0930\u094d\u092e\u0938\u094d", "can be huge": "\u0927\u0947\u0930\u0948 \u0920\u0941\u0932\u094b \u0939\u0941\u0928 \u0938\u0915\u094d\u091b", "last updated": "", "lists all sections and subsections": "\u0938\u092c\u0948 \u0938\u0947\u0915\u094d\u0938\u0928 \u0930 \u0938\u0935\u0938\u0947\u0915\u094d\u0938\u0928 \u0926\u0947\u0916\u093e\u0909\u0928\u0941\u0939\u094b\u0938\u094d", "next chapter": "\u092a\u091b\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "previous chapter": "\u0905\u0918\u093f\u0932\u094d\u0932\u094b \u0916\u0928\u094d\u0921", "quick access to all modules": "\u0938\u092c\u0948 \u092e\u094b\u0926\u0941\u0932\u0947\u0938\u092e\u093e \u091b\u093f\u091f\u0948 \u091c\u093e\u0928\u0941\u0939\u094b\u0938\u094d", "search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "search this documentation": "\u092f\u094b \u0921\u0915\u0941\u092e\u0947\u0928\u094d\u091f \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index 330f22bd504..eba9d6566ed 100644 Binary files a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.po b/sphinx/locale/ne/LC_MESSAGES/sphinx.po index f58b1e7ae70..a365b0ef7d7 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Nepali (http://www.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "बिइल्टिन्स" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "मडुलको तह" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "सामान्य अनुसुची" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "अनुसुची" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "पछिल्लो" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "अघिल्लो" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(in" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "अनुसुची" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "रीलीज" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "सेक्सनको लेखक" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "मडुलको लेखक" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Codeको लेखक " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "लेखक" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1921,12 +1808,12 @@ msgstr "%s (C किसिम)" msgid "%s (C variable)" msgstr "%s (C चल)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "फन्क्सन" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "सदस्य" @@ -1934,7 +1821,7 @@ msgstr "सदस्य" msgid "macro" msgstr "बृहत" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "किसिम" @@ -1942,297 +1829,262 @@ msgstr "किसिम" msgid "variable" msgstr "चल" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "भर्सन %s मा नयाँ" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "भर्सन %s मा बदलिएको" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Deprecated since version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Throws" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ किसिम)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ सदस्य)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++कार्य)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ कक्षा)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "कक्षा" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (built-in function)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s विधी)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (कक्षा)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variable or constant)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribute)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Arguments" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (मडुल)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "विधी" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribute" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "मडुल" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "मुख्य शब्द" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "सन्चालक" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "object" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "अपबाद" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "भनाई" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "built-in फन्क्सन" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "चलहरू" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Raises" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in मडुल %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (built-in चल)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (in मडुल %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (built-in कक्षा)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (कक्षा in %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s विधी)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s static विधी)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s static विधी)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s कक्षा विधी)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s कक्षा विधी)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribute)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python Module Index" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Deprecated" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "कक्षा विधी" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "static विधी" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "(deprecated)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (निर्देशिक)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (भूमिका)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "निर्देशिक" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "भूमिका" @@ -2241,209 +2093,200 @@ msgstr "भूमिका" msgid "environment variable; %s" msgstr "environment variable; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%scommand line option; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "शब्द-अर्थमा भएको" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammar token" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "सन्दर्व सामग्री" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "environment variable" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "कार्यक्रमका बिकल्प" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "अनुसुची" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "मडुल अनुसुची" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "पानामा खोज्नुहोस्" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%s हेर्नुहोस्" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "%s पनि हेर्नुहोस् " -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[स्रोत]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "मौलिक इन्ट्री" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Module code" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Source code for %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "पुनरावलोकन: module code" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

All modules for which code is available

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias of :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "ध्यानाकर्षण" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "होसियार " -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "खतरा" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "गलत" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "सङ्केत" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "जरुरी" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "टिप्पणी" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "पनि हेर्नुहोस" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "साबधान" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "अघिल्लो पानासँग जोडीएको" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "अर्को पानासँग जोडीएको" @@ -3000,7 +2891,7 @@ msgstr "खोज्नुहोस् " msgid "Go" msgstr "जानुहोस्" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "स्रोत देखाउनुहोस् " @@ -3149,13 +3040,13 @@ msgstr "खोज्नुहोस्" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "खोजेको नतिजा" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "C API का परिवर्तनहरु " msgid "Other changes" msgstr "अरु परिवर्तनहरु " -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "यो शिर्षकको लागि पर्मालिन्क । " -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "यो अर्थको लागि पर्मालिन्क" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3243,76 +3134,89 @@ msgstr "साइडबर सानो बनाउनुहोस्" msgid "Contents" msgstr "विषयसूची" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "रीलीज" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "फूट्नोट्स" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[चित्र]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.js b/sphinx/locale/nl/LC_MESSAGES/sphinx.js index cd078a32315..8776758ebf9 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "nl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in", "About these documents": "Over deze documenten", "Automatically generated list of changes in version %(version)s": "Automatisch gegenereerde lijst van veranderingen in versie %(version)s", "C API changes": "Veranderingen in de C-API", "Changes in Version %(version)s — %(docstitle)s": "Wijzigingen in Versie %(version)s — %(docstitle)s", "Collapse sidebar": "Zijpaneel inklappen", "Complete Table of Contents": "Volledige inhoudsopgave", "Contents": "Inhoudsopgave", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Aangemaakt met Sphinx %(sphinx_version)s.", "Expand sidebar": "Zijpaneel uitklappen", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen.", "Full index on one page": "Volledige index op \u00e9\u00e9n pagina", "General Index": "Algemene index", "Global Module Index": "Globale Module-index", "Go": "Zoek", "Hide Search Matches": "Zoekresultaten verbergen", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index pagineerd per letter", "Indices and tables:": "Indices en tabellen:", "Last updated on %(last_updated)s.": "Laatste aanpassing op %(last_updated)s.", "Library changes": "Veranderingen in de bibliotheek", "Navigation": "Navigatie", "Next topic": "Volgend onderwerp", "Other changes": "Andere veranderingen", "Overview": "Overzicht", "Permalink to this definition": "Permalink naar deze definitie", "Permalink to this headline": "Permalink naar deze titel", "Please activate JavaScript to enable the search\n functionality.": "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen.", "Preparing search...": "Zoeken aan het voorbereiden...", "Previous topic": "Vorig onderwerp", "Quick search": "Snel zoeken", "Search": "Zoeken", "Search Page": "Zoekpagina", "Search Results": "Zoekresultaten", "Search finished, found %s page(s) matching the search query.": "Zoekopdracht voltooid, %s pagaina(s) gevonden die overeenkomen met de zoekterm.", "Search within %(docstitle)s": "Zoeken in %(docstitle)s", "Searching": "Bezig met zoeken", "Show Source": "Broncode weergeven", "Table of Contents": "", "This Page": "Deze pagina", "Welcome! This is": "Welkom! Dit is", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Uw zoekopdracht leverde geen resultaten op. Zorg ervoor dat alle woorden juist zijn gespeld en dat u voldoende categorie\u00ebn hebt geselecteerd.", "all functions, classes, terms": "alle functies, klasses en begrippen", "can be huge": "kan heel groot zijn", "last updated": "laatst bijgewerkt", "lists all sections and subsections": "geeft alle secties en subsecties weer", "next chapter": "volgend hoofdstuk", "previous chapter": "vorig hoofdstuk", "quick access to all modules": "sneltoegang naar alle modules", "search": "zoeken", "search this documentation": "zoeken in deze documentatie", "the documentation for": "de documentatie voor"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "nl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", in", "About these documents": "Over deze documenten", "Automatically generated list of changes in version %(version)s": "Automatisch gegenereerde lijst van veranderingen in versie %(version)s", "C API changes": "Veranderingen in de C-API", "Changes in Version %(version)s — %(docstitle)s": "Wijzigingen in Versie %(version)s — %(docstitle)s", "Collapse sidebar": "Zijpaneel inklappen", "Complete Table of Contents": "Volledige inhoudsopgave", "Contents": "Inhoudsopgave", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Aangemaakt met Sphinx %(sphinx_version)s.", "Expand sidebar": "Zijpaneel uitklappen", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Hier kan u de documenten doorzoeken. Geef enkele trefwoorden\n in het veld hieronder en klik \"zoeken\". Merk op dat de zoekfunctie\n steeds naar alle woorden zoekt. Pagina's die minder woorden bevatten\n zullen niet tussen de resultaten verschijnen.", "Full index on one page": "Volledige index op \u00e9\u00e9n pagina", "General Index": "Algemene index", "Global Module Index": "Globale Module-index", "Go": "Zoek", "Hide Search Matches": "Zoekresultaten verbergen", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Index pagineerd per letter", "Indices and tables:": "Indices en tabellen:", "Last updated on %(last_updated)s.": "Laatste aanpassing op %(last_updated)s.", "Library changes": "Veranderingen in de bibliotheek", "Navigation": "Navigatie", "Next topic": "Volgend onderwerp", "Other changes": "Andere veranderingen", "Overview": "Overzicht", "Permalink to this definition": "Permalink naar deze definitie", "Permalink to this headline": "Permalink naar deze titel", "Please activate JavaScript to enable the search\n functionality.": "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen.", "Preparing search...": "Zoeken aan het voorbereiden...", "Previous topic": "Vorig onderwerp", "Quick search": "Snel zoeken", "Search": "Zoeken", "Search Page": "Zoekpagina", "Search Results": "Zoekresultaten", "Search finished, found %s page(s) matching the search query.": "Zoekopdracht voltooid, %s pagaina(s) gevonden die overeenkomen met de zoekterm.", "Search within %(docstitle)s": "Zoeken in %(docstitle)s", "Searching": "Bezig met zoeken", "Show Source": "Broncode weergeven", "Table of Contents": "", "This Page": "Deze pagina", "Welcome! This is": "Welkom! Dit is", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Uw zoekopdracht leverde geen resultaten op. Zorg ervoor dat alle woorden juist zijn gespeld en dat u voldoende categorie\u00ebn hebt geselecteerd.", "all functions, classes, terms": "alle functies, klasses en begrippen", "can be huge": "kan heel groot zijn", "last updated": "laatst bijgewerkt", "lists all sections and subsections": "geeft alle secties en subsecties weer", "next chapter": "volgend hoofdstuk", "previous chapter": "vorig hoofdstuk", "quick access to all modules": "sneltoegang naar alle modules", "search": "zoeken", "search this documentation": "zoeken in deze documentatie", "the documentation for": "de documentatie voor"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index eca0c432088..f2fab5a9f83 100644 Binary files a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.po b/sphinx/locale/nl/LC_MESSAGES/sphinx.po index aa68fc8dddb..e0dd23c89b7 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -1,20 +1,21 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: -# Bram Geron , 2017 +# Bram Geron, 2017 # brechtm, 2016 # brechtm, 2018 # FIRST AUTHOR , 2008 +# Gert van Dijk , 2019 # Jesse Tan, 2017 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Takeshi KOMIYA \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-20 10:06+0000\n" +"Last-Translator: Gert van Dijk \n" "Language-Team: Dutch (http://www.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,24 +24,24 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "configuratiemap bevat geen conf.py bestand (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Kan bronmap niet vinden (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Bron- en doelmap kunnen niet identiek zijn" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Sphinx v%s start op" #: sphinx/application.py:214 #, python-format @@ -50,95 +51,83 @@ msgid "" msgstr "Dit project vereist tenminste Sphinx v%s, en kan daarom niet worden gebouwd met deze versie." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" +msgstr "aanmaken doelmap" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "'setup' gedefinieerd in conf.py is geen Python callable. Pas a.u.b. de definitie aan zodat het een oproepbare functie wordt. Dit is nodig voor conf.py om zich als een Sphinx extensie te gedragen." +msgstr "'setup' gedefinieerd in conf.py is niet aanroepbaar (geen Python-callable). Pas a.u.b. de definitie aan zodat het een oproepbare functie wordt. Dit is nodig voor conf.py om zich als een Sphinx extensie te gedragen." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r onbekend, wordt genegeerd." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "laden van vertalingen [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "klaar" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "opgeslagen omgeving wordt geladen..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "mislukt: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Geen bouwer geselecteerd, dus de standaardbouwer wordt gebruikt: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "gelukt" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "afgerond met problemen" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "bouwen %s, %s waarschuwing." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "bouwen %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "tijdens gereedmaken extensie %s: node-klasse %r is reeds geregistreerd, haar visitors zullen worden overschreven" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "tijdens gereedmaken extensie %s: directive %r is al geregistreerd en zal worden overschreven" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "tijdens gereedmaken extensie %s: rol %r is reeds geregistreerd en zal worden overschreven" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,7 +135,7 @@ msgid "" "explicit" msgstr "de %s extensie geeft niet aan of deze veilig is voor parallel lezen, er wordt aangenomen dat dit niet zo is - vraag de auteur van de extensie om dit te controleren en expliciet te maken" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -154,894 +143,777 @@ msgid "" "explicit" msgstr "de %s extensie geeft niet aan of deze veilig is voor parallel schrijven, er wordt aangenomen dat dit niet zo is - vraag de auteur van de extensie om dit te controleren en expliciet te maken" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "seriële verwerking van %s" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "kan dictionary-instelling %r niet overschrijven in configuratie, wordt genegeerd (gebruik %r om individuele elementen te overschrijven)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "kan instelling %r niet overschrijven met zo'n waarde van een niet-ondersteund type; wordt genegeerd" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Ongeldige configuratiewaarde: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Configuratiewaarde %r was reeds aangevoerd" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "Een fout heeft zich voorgedaan in uw configuratiebestand:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Sectie %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabel %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Codefragment %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "De waarde voor configuratievariabele %r is een tekenreeks met karakters buiten de ASCII-set. Dit kan leiden tot problemen met de Unicode tekencodering. Maak alstublieft gebruik van Unicode-tekenreeksen, bijvoorbeeld: %r." + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r onbekend, wordt genegeerd." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." msgstr "" -#: sphinx/events.py:58 +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Gebeurtenis %r bestaat reeds" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Onbekende gebeurtenisnaam: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Dit project vereist extensie %s met versie %s of hoger, en kan daarom niet met de geladen versie (%s) worden gebouwd" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Bouwer %r bestaat reeds (in module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Bouwernaam %s is niet geregistreerd" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "domein %s was reeds geregistreerd" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "domein %s nog niet geregistreerd" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser voor %r is reeds geregistreerd" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" -msgstr "Broncode-parservoor %s is niet geregistreerd" +msgstr "Broncode-parser voor %s is niet geregistreerd" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "source_input voor %r is reeds geregistreerd" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" -msgstr "source_input voor %s is niet geregistreerd" - -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "extensie %r is reeds in Sphinx ingevoegd sinds Sphinx-versie %s; deze extensie wordt genegeerd." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Oorspronkelijke exceptie:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Kon extensie %s niet importeren" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "extensie %r heeft geen setup() functie; weet u zeker dat het een Sphinx-extensiemodule is?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "Dit project gebruikt extensie %s, maar die extensie heeft Sphinx-versie v%s of hoger nodig; het project kan daarom niet worden gebouwd met deze versie." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "de setup() functie van extensie %r retourneerde een niet-ondersteund object; dit moet None of een metadata dictionary zijn" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "thema %r heeft geen \"theme\" instelling" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "thema %r heeft geen \"inherit\" instelling" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "thema met naam %r niet gevonden, geërfd door %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "instelling %s.%s komt niet voor in de doorzochte thema configuraties" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "Thema-extensie %r gedraagt zich niet correct." - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "bestand %r in thema pad is geen geldige zipfile of bevat geen thema" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme is sinds versie 1.4.0 niet langer een harde afhankelijkheid. Installeer het handmatig. (pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "thema met naam %r niet gevonden (ontbrekende theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "bestand %r zoals gegeven op de opdrachtregel is niet aanwezig in de bronmap, wordt genegeerd" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Builtins" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Moduleniveau" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "de waarde voor de configuratievariabele html_use_opensearch moet een tekenreeks zijn" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Algemene index" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "volgende" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "vorige" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s documentatie" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1055,188 +927,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (in " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Release" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1255,253 +1149,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" -msgstr "" +msgstr "pad naar doelmap" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1509,11 +1397,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1521,25 +1409,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "Naam van het project" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "Auteur(s)" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1549,15 +1437,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "Versie van het project" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "Release van het project" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1568,22 +1456,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1592,36 +1480,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "Fout: hoofddocumentbestandsnaam %s is reeds aanwezig op het aangewezen pad." -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1629,56 +1517,56 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\nU kunt nu uw hoofddocument %s gaan vullen en andere bronbestanden\nvoor documentatie aanmaken." -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1688,214 +1576,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "release van project" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "documenttaal" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "bestandsextensie van bronbestanden" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "bestandsnaam van hoofddocument" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "sjabloonmap voor sjabloonbestanden" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "Overmatige negative inspringing gevonden" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Ongeldig onderschrift: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Include bestand %r is niet gevonden of het lezen is mislukt" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "Encodering %r gebruikt voor het lezen van include-bestand %r lijkt verkeerd, probeer een :encoding: optie te specificeren" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "Object met naam %r is niet gevonden in include bestand %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "\"lineno-match\" kan niet gebruikt worden met een disjuncte set \"lines\"" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Auteur van deze sectie: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Auteur van deze module: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Auteur van deze broncode:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Auteur: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parameters" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returns" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Return type" @@ -1924,12 +1812,12 @@ msgstr "%s (C-type)" msgid "%s (C variable)" msgstr "%s (C-variabele)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "functie" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "member" @@ -1937,7 +1825,7 @@ msgstr "member" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "type" @@ -1945,297 +1833,262 @@ msgstr "type" msgid "variable" msgstr "variabele" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nieuw in versie %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Veranderd in versie %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Verouderd sinds versie %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Sjabloonparameters" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Werpt" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++-type)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ concept)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++-member)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++-functie)" - -#: sphinx/domains/cpp.py:6323 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ class)" -msgstr "%s (C++-klasse)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerator)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasse" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (ingebouwde functie)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s methode)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasse)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globale variabele of constante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribuut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenten" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "methode" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribuut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "module" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "duplicaatlabel van formule %s, andere in %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "trefwoord" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "object" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "exceptie" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "statement" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "ingebouwde functie" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabelen" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Veroorzaakt" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (in module %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (geïntegreerde variabele)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (in module %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (geïntegreerde klasse)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasse in %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (methode van %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statische methode van %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statische methode van %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassemethode)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassemethode)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (attribuut van %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python-moduleïndex" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modules" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Verouderd" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klassemethode" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statische methode" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (verouderd)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directive" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rol" @@ -2244,209 +2097,200 @@ msgstr "rol" msgid "environment variable; %s" msgstr "omgevingsvariabele; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopdrachtregel-optie; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "woordenlijstterm" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammaticatoken" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "verwijzingslabel" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "omgevingsvariabele" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programmaoptie" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "document" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Module-index" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Zoekpagina" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "onderschrift ontbreekt voor link: %s" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "bronmap is gewijzigd" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "zie %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "zie %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symbolen" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2458,352 +2302,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "bestandsextensie (standaardwaarde: rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s is geen map." -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "ontbrekende '+' of '-' in optie '%s'." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' is geen geldige optie." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' is geen geldige pyversion optie" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Extern Graphviz bestand %r niet gevonden of het lezen is mislukt" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "dot commando %r kan niet worden uitgevoerd (vereist voor graphviz output), controleer de instelling graphviz_dot" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot is gestopt met een foutmelding:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot heeft geen output bestand gegenereerd:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format moet 'png' of 'svg' zijn, maar is %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graaf: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graaf]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "convert commando %r kan niet worden uitgevoerd.controleer de instelling image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert is gestopt met een foutmelding:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink naar deze formule" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(in %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "(in %s)" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[broncode]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Te doen" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(Het <> bevindt zich in %s, regel %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "originele item" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documentatie]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modulebroncode" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Broncode voor %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Overzicht: module broncode" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2811,66 +2684,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Basisklassen: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias voor :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2885,106 +2777,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Sleutelwoordargumenten" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "Verwijzingen" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Let op" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Pas op" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Gevaar" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Fout" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Hint" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Belangrijk" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Notitie" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Zie ook" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Waarschuwing" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "Vervolgd van vorige pagina" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Vervolgd op volgende pagina" @@ -3003,7 +2895,7 @@ msgstr "Zoeken" msgid "Go" msgstr "Zoek" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Broncode weergeven" @@ -3152,13 +3044,13 @@ msgstr "zoeken" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Zoekresultaten" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3200,36 +3092,36 @@ msgstr "Veranderingen in de C-API" msgid "Other changes" msgstr "Andere veranderingen" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Permalink naar deze titel" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Permalink naar deze definitie" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Zoekresultaten verbergen" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Bezig met zoeken" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Zoeken aan het voorbereiden..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Zoekopdracht voltooid, %s pagaina(s) gevonden die overeenkomen met de zoekterm." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", in" @@ -3246,76 +3138,89 @@ msgstr "Zijpaneel inklappen" msgid "Contents" msgstr "Inhoudsopgave" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "meer dan één doel gevonden voor 'any' kruisverwijzing %r: is mogelijk %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s verwijzingsdoel niet gevonden: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "%r verwijzingsdoel niet gevonden: %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "bij het toevoegen van een directive klasse, mogen geen extra argumenten worden meegegeven" @@ -3329,140 +3234,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Permalink naar deze tabel" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Permalink naar deze broncode" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Permallink naar deze afbeelding" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Permalink naar deze toctree" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Release" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "Vervolgt op volgende pagina" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "pagina" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Voetnoten" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Onbekende configuratiesleutel: latex_elements[%r] wordt genegeerd" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[afbeelding: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[afbeelding]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." -msgstr "" +msgstr "onderschrift niet binnen figuur." -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.js b/sphinx/locale/pl/LC_MESSAGES/sphinx.js index 34c3e6ea9b0..b3747887671 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", w ", "About these documents": "O tych dokumentach", "Automatically generated list of changes in version %(version)s": "Automatycznie wygenerowana lista zmian w wersji %(version)s", "C API changes": "Zmiany w C API", "Changes in Version %(version)s — %(docstitle)s": "Zmiany w wersji %(version)s — %(docstitle)s", "Collapse sidebar": "Zwi\u0144 pasek boczny", "Complete Table of Contents": "Kompletny spis tre\u015bci", "Contents": "Tre\u015b\u0107", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Utworzone przy pomocy Sphinx'a %(sphinx_version)s.", "Expand sidebar": "Rozwi\u0144 pasek boczny", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "St\u0105d mo\u017cesz przeszuka\u0107 dokumentacj\u0119. Wprowad\u017a szukane\n s\u0142owa w poni\u017cszym okienku i kliknij \"Szukaj\". Zwr\u00f3\u0107 uwag\u0119, \u017ce\n funkcja szukaj\u0105ca b\u0119dzie automatycznie szuka\u0142a wszystkich s\u0142\u00f3w. Strony\n nie zawieraj\u0105ce wszystkich wpisanych s\u0142\u00f3w nie znajd\u0105 si\u0119 na wynikowej li\u015bcie.", "Full index on one page": "Ca\u0142y indeks na jednej stronie", "General Index": "Indeks og\u00f3lny", "Global Module Index": "Globalny indeks modu\u0142\u00f3w", "Go": "Szukaj", "Hide Search Matches": "Ukryj wyniki wyszukiwania", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Strony indeksu alfabetycznie", "Indices and tables:": "Indeksy i tablice:", "Last updated on %(last_updated)s.": "Ostatnia modyfikacja %(last_updated)s.", "Library changes": "Zmiany w bibliotekach", "Navigation": "Nawigacja", "Next topic": "Nast\u0119pny temat", "Other changes": "Inne zmiany", "Overview": "Przegl\u0105d", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "Please activate JavaScript to enable the search\n functionality.": "Aby umo\u017cliwi\u0107 wyszukiwanie, prosz\u0119 w\u0142\u0105czy\u0107 JavaScript.", "Preparing search...": "Inicjalizacja wyszukiwania...", "Previous topic": "Poprzedni temat", "Quick search": "Szybkie wyszukiwanie", "Search": "Szukaj", "Search Page": "Wyszukiwanie", "Search Results": "Wyniki wyszukiwania", "Search finished, found %s page(s) matching the search query.": "Wyszukiwanie zako\u0144czone. Liczba znalezionych stron pasuj\u0105cych do zapytania: %s.", "Search within %(docstitle)s": "Szukaj po\u015br\u00f3d %(docstitle)s", "Searching": "Wyszukiwanie", "Show Source": "Poka\u017c \u017ar\u00f3d\u0142o", "Table of Contents": "", "This Page": "Ta strona", "Welcome! This is": "Witaj! To jest", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Twoje wyszukiwanie nie da\u0142o \u017cadnych wynik\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 wpisane prawid\u0142owo i \u017ce wybra\u0142e\u015b dostateczn\u0105 ilo\u015b\u0107 kategorii.", "all functions, classes, terms": "wszystkie funkcje, klasy, terminy", "can be huge": "mo\u017ce by\u0107 ogromny", "last updated": "ostatnio aktualizowana", "lists all sections and subsections": "wszystkie rozdzia\u0142y i podrozdzia\u0142y", "next chapter": "nast\u0119pny rozdzia\u0142", "previous chapter": "poprzedni rozdzia\u0142", "quick access to all modules": "szybki dost\u0119p do wszystkich modu\u0142\u00f3w", "search": "szukaj", "search this documentation": "przeszukaj t\u0119 dokumentacj\u0119", "the documentation for": "dokumentacja do"}, "plural_expr": "(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3)"}); +Documentation.addTranslations({"locale": "pl", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", w ", "About these documents": "O tych dokumentach", "Automatically generated list of changes in version %(version)s": "Automatycznie wygenerowana lista zmian w wersji %(version)s", "C API changes": "Zmiany w C API", "Changes in Version %(version)s — %(docstitle)s": "Zmiany w wersji %(version)s — %(docstitle)s", "Collapse sidebar": "Zwi\u0144 pasek boczny", "Complete Table of Contents": "Kompletny spis tre\u015bci", "Contents": "Tre\u015b\u0107", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Utworzone przy pomocy Sphinx'a %(sphinx_version)s.", "Expand sidebar": "Rozwi\u0144 pasek boczny", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "St\u0105d mo\u017cesz przeszuka\u0107 dokumentacj\u0119. Wprowad\u017a szukane\n s\u0142owa w poni\u017cszym okienku i kliknij \"Szukaj\". Zwr\u00f3\u0107 uwag\u0119, \u017ce\n funkcja szukaj\u0105ca b\u0119dzie automatycznie szuka\u0142a wszystkich s\u0142\u00f3w. Strony\n nie zawieraj\u0105ce wszystkich wpisanych s\u0142\u00f3w nie znajd\u0105 si\u0119 na wynikowej li\u015bcie.", "Full index on one page": "Ca\u0142y indeks na jednej stronie", "General Index": "Indeks og\u00f3lny", "Global Module Index": "Globalny indeks modu\u0142\u00f3w", "Go": "Szukaj", "Hide Search Matches": "Ukryj wyniki wyszukiwania", "Index": "Indeks", "Index – %(key)s": "Indeks – %(key)s", "Index pages by letter": "Strony indeksu alfabetycznie", "Indices and tables:": "Indeksy i tablice:", "Last updated on %(last_updated)s.": "Ostatnia modyfikacja %(last_updated)s.", "Library changes": "Zmiany w bibliotekach", "Navigation": "Nawigacja", "Next topic": "Nast\u0119pny temat", "Other changes": "Inne zmiany", "Overview": "Przegl\u0105d", "Permalink to this definition": "Sta\u0142y odno\u015bnik do tej definicji", "Permalink to this headline": "Sta\u0142y odno\u015bnik do tego nag\u0142\u00f3wka", "Please activate JavaScript to enable the search\n functionality.": "Aby umo\u017cliwi\u0107 wyszukiwanie, prosz\u0119 w\u0142\u0105czy\u0107 JavaScript.", "Preparing search...": "Inicjalizacja wyszukiwania...", "Previous topic": "Poprzedni temat", "Quick search": "Szybkie wyszukiwanie", "Search": "Szukaj", "Search Page": "Wyszukiwanie", "Search Results": "Wyniki wyszukiwania", "Search finished, found %s page(s) matching the search query.": "Wyszukiwanie zako\u0144czone. Liczba znalezionych stron pasuj\u0105cych do zapytania: %s.", "Search within %(docstitle)s": "Szukaj po\u015br\u00f3d %(docstitle)s", "Searching": "Wyszukiwanie", "Show Source": "Poka\u017c \u017ar\u00f3d\u0142o", "Table of Contents": "Spis tre\u015bci", "This Page": "Ta strona", "Welcome! This is": "Witaj! To jest", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Twoje wyszukiwanie nie da\u0142o \u017cadnych wynik\u00f3w. Upewnij si\u0119, \u017ce wszystkie s\u0142owa s\u0105 wpisane prawid\u0142owo i \u017ce wybra\u0142e\u015b dostateczn\u0105 ilo\u015b\u0107 kategorii.", "all functions, classes, terms": "wszystkie funkcje, klasy, terminy", "can be huge": "mo\u017ce by\u0107 ogromny", "last updated": "ostatnio aktualizowana", "lists all sections and subsections": "wszystkie rozdzia\u0142y i podrozdzia\u0142y", "next chapter": "nast\u0119pny rozdzia\u0142", "previous chapter": "poprzedni rozdzia\u0142", "quick access to all modules": "szybki dost\u0119p do wszystkich modu\u0142\u00f3w", "search": "szukaj", "search this documentation": "przeszukaj t\u0119 dokumentacj\u0119", "the documentation for": "dokumentacja do"}, "plural_expr": "(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3)"}); \ No newline at end of file diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index 318e569b582..a829c3dc9e5 100644 Binary files a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.po b/sphinx/locale/pl/LC_MESSAGES/sphinx.po index 1577af1eb3b..2665e142c8a 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -1,19 +1,19 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # m_aciek , 2017-2018 # Michael Gielda , 2014 # Takeshi KOMIYA , 2018 -# Tawez, 2013-2018 +# Tawez, 2013-2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-22 21:48+0000\n" -"Last-Translator: m_aciek \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Polish (http://www.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,21 +22,21 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nie odnaleziono katalogu źródłowego (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Katalog źródłowy i katalog docelowy nie mogą być identyczne" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "Uruchamianie Sphinksa v%s" @@ -49,95 +49,83 @@ msgid "" msgstr "Ten projekt potrzebuje Sphinksa w wersji co najmniej %s, dlatego nie może zostać zbudowany z tą wersją." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "tworzenie katalogu wyjścia..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' podany w conf.py nie jest wywoływalny. Prosimy zmienić jego definicję tak, aby była wywoływalną funkcją. Jest to potrzebne w conf.py, aby zachowywało się jak rozszerzenie Sphinksa." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Nie odnaleziono primary_domain %r, zignorowano." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "ładowanie tłumaczeń [%s]..." -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "gotowe" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "niedostępne dla wbudowanych wiadomości" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "ładowanie zapakowanego środowiska..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "nie powiodło się: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Nie wybrano buildera, używamy domyślnego: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "udało się" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "zakończono z problemami" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "build %s, %s ostrzeżenie." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "build %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "podczas ustawiania rozszerzenia %s: klasa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "podczas uruchamiania rozszerzenia %s: dyrektywa %r jest już zarejestrowana, zostanie nadpisana" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "podczas uruchamiania rozszerzenia %s: rola %r jest już zarejestrowana, zostanie nadpisana" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +133,7 @@ msgid "" "explicit" msgstr "rozszerzenie %s nie deklaruje, czy jest bezpieczne do czytania współbieżnego, zakładamy że nie jest – prosimy zapytać autora rozszerzenie o sprawdzenie i zadeklarowania tego wprost" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +141,54 @@ msgid "" "explicit" msgstr "rozszerzenie %s nie deklaruje, czy jest bezpieczne do pisania współbieżnego, zakładamy że nie jest – prosimy zapytać autora rozszerzenia o sprawdzenie i zadeklarowanie tego wprost" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "nie można nadpisać słownikowego ustawienia konfiguracji %r, ignorowanie (użyj %r, by ustawić poszczególne elementy)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Nie ma takiej wartości konfiguracyjnej: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Wartość konfiguracji %r już podana" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "W twoim piku konfiguracyjnym jest błąd składniowy: %s" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "\nCzy zmieniłeś składnię z 2.x na 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Plik konfiguracyjny (albo jeden z modułów przez niego zaimportowanych) wywołał sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,836 +196,725 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." -msgstr "Wartość konfiguracyjna `source_suffix' powinna być ciągiem znaków, listą ciągów znaków lub słownikiem. A podano `%r'." +msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Rozdział %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Rys. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabela %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Listing %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "Wartość konfiguracyjna `{name}` musi być jednym z {candidates}, a podany jest `{current}`." -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Nie odnaleziono primary_domain %r, zignorowano." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Zdarzenie %r już obecne" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Nieznana nazwa zdarzenia: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Ten projekt potrzebuje rozszerzenia %s co najmniej w wersji %s, dlatego nie może zostać zbudowany z załadowaną wersją (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa buildera %s nie ma atrybutu \"name\"" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r już istnieje (w module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder o nazwie %s jest niezarejestrowany lub dostępny przez punkt wejścia" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder o nazwie %s jest niezarejestrowany" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "domena %s jest już zarejestrowana" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nie została jeszcze zarejestrowana" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "%r object_type jest już zarejestrowany" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r crossref_type jest już zarejestrowany" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r jest już zarejestrowany" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser dla %r jest już zarejestrowany" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "Parser źródeł dla %s jest nie zarejestrowany" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "source_input dla %r jest już zarejestrowany" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" -msgstr "source_input dla %s jest nie zarejestrowany" - -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r już zarejestrowany" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "rozszerzenie %r zostało już włączone do Sphinx'a, począwszy od wersji %s; to rozszerzenie jest zignorowane." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Pierwotny wyjątek:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Nie można zaimportować rozszerzenia %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "rozszerzenie %r nie zawiera funkcji setup(); czy to na pewno moduł rozszerzenia Sphinx?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "Rozszerzenie %s używane przez ten projekt potrzebuje Sphinksa w wersji co najmniej %s; dlatego nie może zostać zbudowane z tą wersją." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "rozszerzenie %r zwróciło nie wspierany obiekt ze swojej funkcji setup(); powinno zwrócić None lub słownik metadanych" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "motyw %r nie ma ustawienia \"theme\"" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "motyw %r nie ma ustawienia \"inherit\"" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "nie znaleziono motywu o nazwie %r, z którego dziedziczy %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "ustawienie %s.%s nie występuje w żadnej z przeszukiwanych konfiguracji motywów" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "Rozszerzenie %r motywu nie odpowiedziało poprawnie." - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "plik %r na ścieżce motywu nie jest poprawnym plikiem zip lub nie zawiera motywu" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme nie jest już twardą zależnością od wersji 1.4.0. Prosimy zainstalować je ręcznie. (pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nie znaleziono motywu o nazwie %r (brak theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "budowanie [mo]:" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "pisanie wyjścia..." -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "wszystkie z %d plików po" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "wsztstkie pliki źródłowe" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgstr "plik %r podany w wierszu poleceń nie znajduje się w katalogu źródłowym, ignoruję" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" -msgstr "" +msgstr "plik %r podany w wierszu poleceń nie istnieje, ignoruję" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" -msgstr "" +msgstr "%d plików źródłowych podano w wierszu poleceń" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "budowanie [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "znaleziono %d" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" -msgstr "" +msgstr "nic nie znaleziono" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 -#, python-format -msgid "docnames to write: %s" -msgstr "" - -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " -msgstr "przygotowywanie dokumentów..." - -#: sphinx/builders/__init__.py:639 -msgid "waiting for workers..." +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:423 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/_epub_base.py:437 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 +msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." -msgstr "pisanie pliku %s..." - -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "kopiowanie zlokalizowanych plików..." - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "zapisywanie Info.plist... " - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "kopiowanie ikony..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "kopiowanie obrazków..." -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "budowanie strony dostępu..." - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "pomijanie" - -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "Command not found: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "" +msgid "writing %s file..." +msgstr "pisanie pliku %s..." -#: sphinx/builders/changes.py:43 +#: sphinx/builders/_epub_base.py:566 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "nieznany mimetype dla %s, ignoruję" + +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." msgstr "brak zmian w wersji %s." -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Wbudowane" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Poziom modułu" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "kopiowanie plików źródłowych..." -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "Plik ePub znajduje się w %(outdir)s." -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" -msgstr "" +msgstr "nieprawidłowy css_file: %r, zignorowano" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " -msgstr "" +msgstr "wczytywanie szablonów... " -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgstr "Strony HTML są w %(outdir)s." -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" -msgstr "" +msgstr "wartość konfiguracyjna html_use_opensearch musi być teraz ciągiem" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Indeks ogólny" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "indeks" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "dalej" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "wstecz" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." -msgstr "" +msgstr "generowanie indeksów..." -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." -msgstr "" - -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" +msgstr "zapisywanie dodatkowych stron..." -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " -msgstr "" +msgstr "kopiowanie plików do pobrania..." -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " -msgstr "" +msgstr "kopiowanie plików statycznych..." -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" -msgstr "" +msgstr "plik favicon %r nie istnieje" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" -msgstr "" +msgstr "nie można skopiować pliku statycznego %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " -msgstr "" +msgstr "kopiowanie dodatkowych plików..." -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" -msgstr "" +msgstr "nie można skopiować dodatkowego pliku %r" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" -msgstr "" +msgstr "Wystąpił błąd podczas renderowania strony %s.\nPowód: %r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" -msgstr "" +msgstr "błąd zapisu pliku %s: %s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" -msgstr "" +msgstr "nieprawidłowy js_file: %r, zignorowano" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." -msgstr "" +msgstr "Podano nieznany math_renderer %r." -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s - dokumentacja" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" -msgstr "" +msgstr "Nie znaleziono kotwicy '%s'" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" -msgstr "" +msgstr "zepsuty odnośnik: %s (%s)" #: sphinx/builders/manpage.py:43 #, python-format @@ -1054,188 +925,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Strona HTML jest w %(outdir)s." + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgstr "Pliki Texinfo znajdują się w %(outdir)s." -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgstr "nie znaleziono wartości konfiguracyjnej \"texinfo_documents\"; żadne dokumenty nie zostaną zapisane" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (w " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." -msgstr "" +msgstr "Pliki tekstowe są w %(outdir)s." -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." -msgstr "" +msgstr "Pliki XML znajdują się w %(outdir)s." -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgstr "Pliki pseudo-XML są w %(outdir)s." -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgstr "Pliki LaTeX znajdują się w %(outdir)s." -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +msgstr "nie znaleziono wartości konfiguracyjnej \"latex_documents\"; żadne dokumenty nie zostaną zapisane" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Indeks" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Wydanie" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" -msgstr "" +msgstr "Błąd kodowania:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" -msgstr "" +msgstr "Błąd rekursji:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" -msgstr "" +msgstr "Wystąpił wyjątek:" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "Raport o błędzie można zgłosić pod adresem . Dzięki!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." -msgstr "" +msgstr "Aby uzyskać więcej informacji, odwiedź ." -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1254,253 +1147,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" -msgstr "" +msgstr "ogólne opcje" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "zapisz wszystkie pliki (domyślnie: zapisz tylko nowe i zmienione pliki)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "zastąp ustawienie w pliku konfiguracyjnym" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "przekaż wartość do szablonów HTML" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "zwiększ szczegółowość (może być powtórzone)" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "zamień ostrzeżenia na błędy" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "nie można znaleźć plików %r" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "Argument opcji -D musi mieć postać nazwa=wartość" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "Argument opcji -A musi mieć postać nazwa=wartość" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "warunkowe włączenie treści na podstawie wartości konfiguracyjnych" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "Wprowadź poprawną nazwę ścieżki." -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "Wprowadź \"y\" lub \"n\"." -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "Podaj rozszerzenie pliku, na przykład '.rst' lub '.txt'." -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Witamy w narzędziu quickstart Sphinksa %s." -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "\nWprowadź, prosimy, wartości dla następujących ustawień (po prostu\nnaciskaj Enter, aby zaakceptować domyślną wartość, jeśli jest podana\nw nawiasie)." -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "\nWybrana ścieżka root: %s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "\nWprowadź ścieżkę root dla dokumentacji." -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "Ścieżka root dla dokumentacji" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Błąd: znaleziono istniejący conf.py na wskazanej ścieżce root." -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart nie nadpisze istniejących projektów Sphinx." -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Wprowadź, prosimy, nową ścieżkę root (lub tylko Enter, aby wyjść)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1508,11 +1395,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "\nMasz dwie możliwości umieszczenia katalogu build na wyjście Sphinksa.\nMożesz użyć katalogu „_build” na ścieżce root lub rozdzielić\nkatalogi „source” i „build” na ścieżce root." -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "Rozdziel katalogi source i build (y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1520,25 +1407,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "\nWewnątrz katalogu root zostaną stworzone jeszcze dwa katalogi; „_templates”\nna własne szablony HTML oraz „_static” na własne arkusze stylów i inne statyczne\npliki. Możesz wprowadzić inny prefiks (taki jak „.”), aby zastąpić znak podkreślenia." -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "Prefiks nazw dla katalogów templates i static" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "\nNazwa projektu będzie używana w kilku miejscach w zbudowanej dokumentacji." -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "Nazwa projektu" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "Nazwisko autora" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1435,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "Wersja projektu" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "Wydanie projektu" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1567,22 +1454,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "\nJeśli dokumenty mają być pisane w języku innym niż angielski,\nmożesz tutaj wybrać język przez jego kod. Sphinx następnie\nprzetłumaczy tekst, który generuje, na ten język.\n\nListę wspieranych kodów znajdziesz na\nhttp://sphinx-doc.org/config.html#confval-language." -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "Język projektu" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "\nSufiks nazwy pliku dla plików źródłowych. Powszechnie to „.txt” lub „.rst”. Tylko pliki z tym sufiksem są brane za dokumenty." -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "Sufiks pliku źródłowego" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1591,36 +1478,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart nie nadpisze istniejącego pliku." -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "Wskaż, które z następujących rozszerzeń Sphinx powinny być włączone:" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1628,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "Stworzyć Makefile? (y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "Tworzenie pliku %s." -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "Plik %s już istnieje, pomijam." -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "Zakończono: Utworzono początkową strukturę katalogów." -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1658,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1687,214 +1574,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "tryb cichy" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" -msgstr "" +msgstr "Podstawowe opcje projektu" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "nazwa projektu" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "nazwiska autorów" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "wersja projektu" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "język dokumentu" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "rozszerzenie pliku źródłowego" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "nazwa głównego dokumentu" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" -msgstr "" +msgstr "Opcje rozszerzeń" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "włącz rozszerzenie %s" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "utwórz plik makefile" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "nie twórz pliku makefile" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "twórz plik wsadowy" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "nie twórz pliku wsadowego" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "Wykryto nadużycie" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Nieprawidłowy podpis: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Nie można użyć jednocześnie opcji \"%s\" i \"%s\"" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Plik include %r nie znaleziony lub nie powiódł się jego odczyt" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "Kodowanie %r użyte do odczytu pliku include %r wydaje się być złe, spróbuj dając opcję :encoding:" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "Nie znaleziono obiektu o nazwie %r w pliku include %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "Nie można użyć „lineno-match” z rozłącznym zbiorem „lines”" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Specyfikacja linii %r: nie wyciągnięto żadnych linii z pliku include %r" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor rozdziału: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor modułu: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor kodu: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametry" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Zwraca" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Typ zwracany" @@ -1923,12 +1810,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (zmienna C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcja" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "pole" @@ -1936,7 +1823,7 @@ msgstr "pole" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "typ" @@ -1944,297 +1831,262 @@ msgstr "typ" msgid "variable" msgstr "zmienna" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nowe w wersji %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Zmienione w wersji %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Niezalecane od wersji %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parametry szablonu" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Wyrzuca" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (typ C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (koncepcja C++)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (pole C++)" - -#: sphinx/domains/cpp.py:6313 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ function)" -msgstr "%s (funkcja C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (klasa C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enum C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumerator C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klasa" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" -msgstr "" +msgstr "unia" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "koncepcja" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funkcja wbudowana)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klasa)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (zmienna globalna lub stała)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atrybut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (moduł)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metoda" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dane" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atrybut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "moduł" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "Nieprawidłowy math_eqref_format: %r" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "słowo kluczowe" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "obiekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "wyjątek" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "instrukcja" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "funkcja wbudowana" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Zmienne" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Wyrzuca" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (w module %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (zmienna wbudowana)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (w module %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (klasa wbudowana)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klasa w module %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s metoda statyczna)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s metoda statyczna)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s metoda klasy)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s metoda klasy)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atrybut %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Indeks modułów Pythona" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduły" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Niezalecane" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "metoda klasy" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statyczna metoda" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (niezalecane)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (dyrektywa)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "dyrektywa" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rola" @@ -2243,209 +2095,200 @@ msgstr "rola" msgid "environment variable; %s" msgstr "zmienna środowiskowa; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopcja linii komend; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termin glosariusza" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "symbol gramatyki" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "etykieta odsyłacza" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "zmienna środowiskowa" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opcja programu" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Indeks" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Indeks modułów" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Wyszukiwanie" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "Cytat [%s] nie ma odniesienia." -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "nowa konfiguracja" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "konfiguracja zmieniona" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "rozszerzenie zmienione" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "katalog źródłowy został zmieniony" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "Domena %r nie jest zarejestrowana" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "zobacz %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "zobacz także %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symbole" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2300,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "maksymalna głębokość submodułów wyświetlanych w spisie treści (domyślnie: 4)" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "nadpisz istniejące pliki" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "wykonaj skrypt bez tworzenia plików" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 -msgid "don't create a table of contents file" +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:341 +msgid "don't create a table of contents file" +msgstr "nie twórz pliku spisu treści" + +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "rozszerzenie pliku (domyślnie: rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s nie jest katalogiem." -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "nieprawidłowe wyrażenie regularne %r w %s" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "moduł %s nie mógł zostać zaimportowany: %s" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "brak '+' lub '-' w opcji '%s'." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nie jest prawidłową opcją." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' nie jest prawidłową opcją pyversion." -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "dyrektywa Graphviz nie może mieć jednocześnie argumentów content i filename" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Nie znaleziono zewnętrznego pliku Graphviz %r lub jego odczyt się nie powiódł" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorujemy dyrektywę „graphviz” bez treści." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "komenda dot %r nie może zostać uruchomiona (potrzebna do wyjścia graphviz), sprawdź ustawienia graphviz_dot" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot zakończył się z błędem:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot nie wyprodukował pliku wyjścia:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musi mieć wartość „png” lub „svg” a ma %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[wykres: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[wykres]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "komenda konwersji %r nie może zostać uruchomiona. sprawdź ustawienie image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert zakończył się z błędem:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Stały odnośnik do tego równania" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(w %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr " (w %s)" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[źródło]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> znajduje się w pliku %s, w linii %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "oryginalny wpis" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumentacja]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Kod modułu" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Kod źródłowy modułu %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Przeglądanie: kod modułu" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Wszystkie moduły, dla których jest dostępny kod

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "brakujący atrybut %s w obiekcie %s" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2682,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Klasy bazowe: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias klasy :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,113 +2775,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "domyślny sufiks dla plików (domyślnie: %(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argumenty Nazwane" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "Przykład" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "Przykłady" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "Uwagi" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "Pozostałe parametry" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Uwaga" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Ostrzeżenie" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Niebezpieczeństwo" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Błąd" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Podpowiedź" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Ważne" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Informacja" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Zobacz także" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Wskazówka" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Ostrzeżenie" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "kontynuacja poprzedniej strony" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Kontynuacja na następnej stronie" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Spis treści" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3002,7 +2893,7 @@ msgstr "Szukaj" msgid "Go" msgstr "Szukaj" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Pokaż źródło" @@ -3151,13 +3042,13 @@ msgstr "szukaj" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Wyniki wyszukiwania" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3090,36 @@ msgstr "Zmiany w C API" msgid "Other changes" msgstr "Inne zmiany" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Stały odnośnik do tego nagłówka" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Stały odnośnik do tej definicji" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Wyszukiwanie" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Inicjalizacja wyszukiwania..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", w " @@ -3245,223 +3136,223 @@ msgstr "Zwiń pasek boczny" msgid "Contents" msgstr "Treść" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "znaleziono więcej niż jeden cel dla cross-referencji „any” %r: może być %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "nie znaleziono celu referencji %s:%s: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "nie znaleziono celu referencji %r: %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." +msgstr "Nieznany format obrazka: %s..." + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "nie można podawać dodatkowych argumentów dodając klasy dyrektyw" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "błąd odczytu: %s, %s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "błąd zapisu: %s, %s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Stały odnośnik do tej tabeli" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Stały odnośnik do tego bloku kodu" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Stały odnośnik do tego obrazu" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Stały odnośnik do tego spisu treści" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Wydanie" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "ciąg dalszy na następnej stronie" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "strona" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Przypisy" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "%s" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Nieznany klucz konfiguracyjny: latex_elements[%r] jest ignorowany." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[obraz: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[obraz]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.js b/sphinx/locale/pt/LC_MESSAGES/sphinx.js index c98cc7bfdf4..ae1e3c2535a 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pt", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "pt", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index 9dd8cf7b138..e859615441c 100644 Binary files a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.po b/sphinx/locale/pt/LC_MESSAGES/sphinx.po index 52be73d220c..9a91c68caa9 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: FULL NAME \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Portuguese (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,21 +18,21 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1919,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1827,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2091,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2889,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3147,13 +3038,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js index 19eb83174d0..21d4cebf840 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pt_BR", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", em ", "About these documents": "Sobre esses documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es na vers\u00e3o %(version)s, gerada automaticamente", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "Modifica\u00e7\u00f5es na vers\u00e3o %(version)s — %(docstitle)s", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela Completa dos Conte\u00fados", "Contents": "Conte\u00fados", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado usando Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Aqui pode-se fazer buscas nesses documentos. Preencha sua \npalavras de busca na caixa abaixo e clicar em \"Buscar\". Notar que a busca\nir\u00e1 procurar automaticamente por todas as palavras. P\u00e1ginas \ncontendo menos palavras n\u00e3o ir\u00e3o aparecer na lista de resultados.", "Full index on one page": "\u00cdndice completo em p\u00e1gina \u00fanica", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Busca", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "P\u00e1ginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e Tabelas:", "Last updated on %(last_updated)s.": "\u00daltima atualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca.", "Preparing search...": "Preparando a busca...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Busca r\u00e1pida", "Search": "Buscar", "Search Page": "P\u00e1gina de Busca", "Search Results": "Resultados da Busca", "Search finished, found %s page(s) matching the search query.": "Busca conclu\u00edda. %s p\u00e1gina(s) que atendem a consulta.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "Buscando", "Show Source": "Exibir Fonte", "Table of Contents": "", "This Page": "Essa P\u00e1gina", "Welcome! This is": "Bem Vindo! \u00c9 isso a\u00ed.", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sua busca n\u00e3o encontrou nenhum documento. Por favor, confirme se todas as palavras est\u00e3o grafadas corretamente e se voc\u00ea selecionou categorias suficientes.", "all functions, classes, terms": "todas fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima atualiza\u00e7\u00e3o", "lists all sections and subsections": "Listar todas se\u00e7\u00f5es e subse\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido para todos os m\u00f3dulos", "search": "buscar", "search this documentation": "Buscar nessa documenta\u00e7\u00e3o", "the documentation for": "documenta\u00e7\u00e3o para"}, "plural_expr": "(n > 1)"}); +Documentation.addTranslations({"locale": "pt_BR", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", em ", "About these documents": "Sobre esses documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es na vers\u00e3o %(version)s, gerada automaticamente", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "Modifica\u00e7\u00f5es na vers\u00e3o %(version)s — %(docstitle)s", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela Completa dos Conte\u00fados", "Contents": "Conte\u00fados", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado usando Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Aqui pode-se fazer buscas nesses documentos. Preencha sua \npalavras de busca na caixa abaixo e clicar em \"Buscar\". Notar que a busca\nir\u00e1 procurar automaticamente por todas as palavras. P\u00e1ginas \ncontendo menos palavras n\u00e3o ir\u00e3o aparecer na lista de resultados.", "Full index on one page": "\u00cdndice completo em p\u00e1gina \u00fanica", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Busca", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "P\u00e1ginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e Tabelas:", "Last updated on %(last_updated)s.": "\u00daltima atualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca.", "Preparing search...": "Preparando a busca...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Busca r\u00e1pida", "Search": "Buscar", "Search Page": "P\u00e1gina de Busca", "Search Results": "Resultados da Busca", "Search finished, found %s page(s) matching the search query.": "Busca conclu\u00edda. %s p\u00e1gina(s) que atendem a consulta.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "Buscando", "Show Source": "Exibir Fonte", "Table of Contents": "", "This Page": "Essa P\u00e1gina", "Welcome! This is": "Bem Vindo! \u00c9 isso a\u00ed.", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sua busca n\u00e3o encontrou nenhum documento. Por favor, confirme se todas as palavras est\u00e3o grafadas corretamente e se voc\u00ea selecionou categorias suficientes.", "all functions, classes, terms": "todas fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima atualiza\u00e7\u00e3o", "lists all sections and subsections": "Listar todas se\u00e7\u00f5es e subse\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido para todos os m\u00f3dulos", "search": "buscar", "search this documentation": "Buscar nessa documenta\u00e7\u00e3o", "the documentation for": "documenta\u00e7\u00e3o para"}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 776d095c121..89ba5bcf1b4 100644 Binary files a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po index 43617999746..ddd09f66f71 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -1,9 +1,9 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: -# Claudio Rogerio , 2016 +# Claudio Rogerio, 2016 # FIRST AUTHOR , 2008 # gilberto dos santos alves , 2015-2016 # Takeshi KOMIYA , 2016 @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Takayuki SHIMIZUKAWA \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,21 +22,21 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -49,95 +49,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -145,7 +133,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -153,60 +141,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -214,833 +196,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Seção %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabela %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Listagem %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propostas Estendidas Python; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Internos" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nível do Módulo" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "próximo" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "anterior" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "documentação %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1054,188 +925,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Índice" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Release" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1254,253 +1147,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1508,11 +1395,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1520,25 +1407,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1548,15 +1435,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1567,22 +1454,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1591,36 +1478,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1628,29 +1515,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1658,26 +1545,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1687,214 +1574,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "Opção Estrutura" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "Opções básicas do Projeto" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "Opções Extensão" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" -msgstr "" +msgstr "Projeto Modelo" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Legenda inválida: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor da seção: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor do módulo: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor do código: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorna" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo de retorno" @@ -1923,12 +1810,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "função" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membro" @@ -1936,7 +1823,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipo" @@ -1944,297 +1831,262 @@ msgstr "tipo" msgid "variable" msgstr "variável" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Novo na versão %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Alterado na versão %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parâmetros do Modelo" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Lança" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipo C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (conceito C++)" - -#: sphinx/domains/cpp.py:6303 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ member)" -msgstr "%s (membro C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (função C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (classe C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerador)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "conceito" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerador" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumentos" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dado" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "Rótulo de equação %s, duplicado outra instância em %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "palavra-chave" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operador" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objeto" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "exceção" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "comando" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "função interna" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (diretiva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (papel)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "diretiva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "papel" @@ -2243,209 +2095,200 @@ msgstr "papel" msgid "environment variable; %s" msgstr "váriavel de ambiente; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s opção de linha de comando; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "Glossário de Termos" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "termo gramatical" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "marca referencial" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "váriavel de ambiente" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opção do programa" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Índice" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Índice do Módulo" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Busca" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "veja %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "veja também %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Símbolos" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2457,352 +2300,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[gráfico]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Permalink para essa equação" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[código fonte]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Por fazer" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(A <> está localizada na %s, linha %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Código do módulo" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Código fonte para %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Visão geral: código do módulo" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Todos os módulos onde este código está disponível

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2810,66 +2682,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Base: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "apelido de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2884,106 +2775,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Chaves e Argumentos " -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "Exemplo" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "Exemplos" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Ver também" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Continuação na próxima página" @@ -3002,7 +2893,7 @@ msgstr "Buscar" msgid "Go" msgstr "Ir" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Exibir Fonte" @@ -3151,13 +3042,13 @@ msgstr "buscar" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Resultados da Busca" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3199,36 +3090,36 @@ msgstr "Alterações na API C" msgid "Other changes" msgstr "Outras alterações" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link permanente para este título" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Esconder Resultados da Busca" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Buscando" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Preparando a busca..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", em " @@ -3245,76 +3136,89 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdos" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3328,140 +3232,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Link Permanente para essa tabela" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Link Permanente para esse código" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Link Permanente para essa imagem" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Link permanente para esse \"toctree\"" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Release" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "página" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Chave configuração desconhecida: latex_elements[%r] será ignorado." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[imagem]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js index 60577445dd0..c8d86f3f0ff 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "pt_PT", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", em", "About these documents": "Sobre estes documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es gerada automaticamente na vers\u00e3o %(version)s", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela de Conte\u00fados Completa", "Contents": "Conte\u00fado", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado utilizando Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a fun\u00e7\u00e3o de pesquisa ir\u00e1 procurar automaticamente\npor todas as palavras. P\u00e1ginas que contenham menos palavras\nn\u00e3o ir\u00e3o aparecer na lista de resultados.", "Full index on one page": "\u00cdndice completo numa p\u00e1gina", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "Paginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e tabelas:", "Last updated on %(last_updated)s.": "\u00daltima actualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa.", "Preparing search...": "A preparar a pesquisa...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Pesquisa r\u00e1pida", "Search": "Pesquisar", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que combinam com a consulta feita.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "A Pesquisar", "Show Source": "Exibir Fonte", "Table of Contents": "", "This Page": "Esta P\u00e1gina", "Welcome! This is": "Bem Vindo(a)! Esta \u00e9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o escritas corretamente e que selecionou categorias suficientes.", "all functions, classes, terms": "todas as fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima actualiza\u00e7\u00e3o", "lists all sections and subsections": "Listar todas as sec\u00e7\u00f5es e subsec\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido a todos os m\u00f3dulos", "search": "pesquisar", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "the documentation for": "a documenta\u00e7\u00e3o de"}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "pt_PT", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", em", "About these documents": "Sobre estes documentos", "Automatically generated list of changes in version %(version)s": "Lista de altera\u00e7\u00f5es gerada automaticamente na vers\u00e3o %(version)s", "C API changes": "Altera\u00e7\u00f5es na API C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Recolher painel lateral", "Complete Table of Contents": "Tabela de Conte\u00fados Completa", "Contents": "Conte\u00fado", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Criado utilizando Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandir painel lateral", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "A partir daqui pode pesquisar estes documentos. Preencha as\npalavras de pesquisa na caixa abaixo e clique em \"pesquisar\".\nNote que a fun\u00e7\u00e3o de pesquisa ir\u00e1 procurar automaticamente\npor todas as palavras. P\u00e1ginas que contenham menos palavras\nn\u00e3o ir\u00e3o aparecer na lista de resultados.", "Full index on one page": "\u00cdndice completo numa p\u00e1gina", "General Index": "\u00cdndice Geral", "Global Module Index": "\u00cdndice Global de M\u00f3dulos", "Go": "Ir", "Hide Search Matches": "Esconder Resultados da Pesquisa", "Index": "\u00cdndice", "Index – %(key)s": "\u00cdndice – %(key)s", "Index pages by letter": "Paginas de \u00edndice por letra", "Indices and tables:": "\u00cdndices e tabelas:", "Last updated on %(last_updated)s.": "\u00daltima actualiza\u00e7\u00e3o em %(last_updated)s.", "Library changes": "Altera\u00e7\u00f5es na biblioteca", "Navigation": "Navega\u00e7\u00e3o", "Next topic": "Pr\u00f3ximo t\u00f3pico", "Other changes": "Outras altera\u00e7\u00f5es", "Overview": "Vis\u00e3o geral", "Permalink to this definition": "Link permanente para esta defini\u00e7\u00e3o", "Permalink to this headline": "Link permanente para este t\u00edtulo", "Please activate JavaScript to enable the search\n functionality.": "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa.", "Preparing search...": "A preparar a pesquisa...", "Previous topic": "T\u00f3pico anterior", "Quick search": "Pesquisa r\u00e1pida", "Search": "Pesquisar", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa", "Search finished, found %s page(s) matching the search query.": "Pesquisa conclu\u00edda, foram encontrada(s) %s p\u00e1gina(s) que combinam com a consulta feita.", "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "A Pesquisar", "Show Source": "Exibir Fonte", "Table of Contents": "", "This Page": "Esta P\u00e1gina", "Welcome! This is": "Bem Vindo(a)! Esta \u00e9", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A sua pesquisa n\u00e3o encontrou nenhum documento. Por favor, confirme que todas as palavras est\u00e3o escritas corretamente e que selecionou categorias suficientes.", "all functions, classes, terms": "todas as fun\u00e7\u00f5es, classes, termos", "can be huge": "pode ser enorme", "last updated": "\u00faltima actualiza\u00e7\u00e3o", "lists all sections and subsections": "Listar todas as sec\u00e7\u00f5es e subsec\u00e7\u00f5es", "next chapter": "pr\u00f3ximo cap\u00edtulo", "previous chapter": "cap\u00edtulo anterior", "quick access to all modules": "acesso r\u00e1pido a todos os m\u00f3dulos", "search": "pesquisar", "search this documentation": "Pesquisar esta documenta\u00e7\u00e3o", "the documentation for": "a documenta\u00e7\u00e3o de"}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 3d81c66a366..9d84e63230d 100644 Binary files a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo and b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po index dbc2cc2b8c8..e13c4c750a8 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Internos" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Módulos" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Índice Geral" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "índice" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "próximo" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "anterior" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Documentação %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (em " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Índice" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Versão" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor da secção: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor do módulo: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor do código: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parâmetros" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Retorno" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipo de retorno" @@ -1921,12 +1808,12 @@ msgstr "%s (tipo C)" msgid "%s (C variable)" msgstr "%s (variável C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "função" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membro" @@ -1934,7 +1821,7 @@ msgstr "membro" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipo" @@ -1942,297 +1829,262 @@ msgstr "tipo" msgid "variable" msgstr "variável" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Novo na versão %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Alterado na versão %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Obsoleto desde a versão %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Gera" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tipo C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (membro C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (função C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (classe C++)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "classe" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (função interna)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (método %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variável global ou constante)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atributo %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Parâmetros" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (módulo)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "método" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dados" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atributo" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "módulo" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "palavra-chave" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operador" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objecto" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "excepção" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "comando" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "função interna" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variáveis" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Levanta" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (no módulo %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (método %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (método estático %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (método de classe %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributo %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Índice de Módulos do Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "módulos" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Obsoleto" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "método de classe" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "método estático" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (obsoleto)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directiva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (papel)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directiva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "papel" @@ -2241,209 +2093,200 @@ msgstr "papel" msgid "environment variable; %s" msgstr "variável de ambiente; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopção de linha de comando; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "Termo de glossário" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "token de gramática" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "rótulo de referência" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variável de ambiente" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opção de programa" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Índice" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Índice de Módulos" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Página de Pesquisa" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "ver %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "ver também %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Símbolos" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[gráfico: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[gráfico]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(em %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[código fonte]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Por fazer" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "entrada original" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documentos]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Código do módulo" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Código fonte de %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Visão geral: código do módulo" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Todos os módulos onde este código está disponível

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "pseudónimo de :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Atenção" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Cuidado" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Perigo" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Erro" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Dica" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Importante" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Nota" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Veja também" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Dica" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Aviso" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "continuação da página anterior" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Continuação na próxima página" @@ -3000,7 +2891,7 @@ msgstr "Pesquisar" msgid "Go" msgstr "Ir" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Exibir Fonte" @@ -3149,13 +3040,13 @@ msgstr "pesquisar" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Resultados da Pesquisa" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "Alterações na API C" msgid "Other changes" msgstr "Outras alterações" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link permanente para este título" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link permanente para esta definição" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "A Pesquisar" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "A preparar a pesquisa..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Pesquisa concluída, foram encontrada(s) %s página(s) que combinam com a consulta feita." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", em" @@ -3243,76 +3134,89 @@ msgstr "Recolher painel lateral" msgid "Contents" msgstr "Conteúdo" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Versão" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Notas de rodapé" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[imagem: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[imagem]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.js b/sphinx/locale/ro/LC_MESSAGES/sphinx.js index dcc6ba2911f..be90919e3e6 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ro", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u00een", "About these documents": "Despre aceste documente", "Automatically generated list of changes in version %(version)s": "Lista de schimb\u0103ri generat\u0103 automat pentru versiunea %(version)s", "C API changes": "Schimb\u0103ri \u00een API C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Ascundere bar\u0103 lateral\u0103", "Complete Table of Contents": "Cuprinsul Complet", "Contents": "Cuprins", "Copyright": "Drepturi de autor", "Created using Sphinx %(sphinx_version)s.": "Generat cu Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandare bar\u0103 lateral\u0103", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Aici po\u021bi c\u0103uta aceste documente. Completeaz\u0103 cuvintele\n\u00een c\u0103su\u021ba de mai jos \u0219i apas\u0103 \"caut\u0103\". Func\u021bia de c\u0103utare\nva c\u0103uta automat dup\u0103 toate cuvintele. Paginile\ncare con\u021bin mai pu\u021bine cuvinte nu vor ap\u0103rea \u00een lista de rezultate.", "Full index on one page": "Index complet", "General Index": "Index General", "Global Module Index": "Index Module Globale", "Go": "Caut\u0103", "Hide Search Matches": "Ascunde Rezultatele C\u0103ut\u0103rii", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexeaz\u0103 paginile dupa liter\u0103", "Indices and tables:": "Indici \u0219i tabele:", "Last updated on %(last_updated)s.": "Ultima actualizare la %(last_updated)s.", "Library changes": "Schimb\u0103ri \u00een bibliotec\u0103", "Navigation": "Navigare", "Next topic": "Subiectul urm\u0103tor", "Other changes": "Alte schimb\u0103ri", "Overview": "Prezentare general\u0103", "Permalink to this definition": "Link permanent la aceast\u0103 defini\u021bie", "Permalink to this headline": "Link permanent la acest titlu", "Please activate JavaScript to enable the search\n functionality.": "Activeaz\u0103 JavaScript pentru a permite\nfunc\u021bia de c\u0103utare.", "Preparing search...": "Se preg\u0103te\u0219te c\u0103utarea...", "Previous topic": "Subiectul precedent", "Quick search": "C\u0103utare rapid\u0103", "Search": "C\u0103utare", "Search Page": "Pagin\u0103 de C\u0103utare", "Search Results": "Rezultatele C\u0103ut\u0103rii", "Search finished, found %s page(s) matching the search query.": "C\u0103utare finalizat\u0103, au fost g\u0103site %s pagini care au corespuns c\u0103ut\u0103rii.", "Search within %(docstitle)s": "Caut\u0103 \u00een %(docstitle)s", "Searching": "C\u0103utare", "Show Source": "Vezi Sursa", "Table of Contents": "", "This Page": "Aceast\u0103 Pagin\u0103", "Welcome! This is": "Bine ai venit! Acesta este", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "C\u0103utarea nu a identificat nici un document. Te rog s\u0103 te asiguri c\u0103 toate cuvintele sunt scrise corect \u0219i c\u0103 ai selectat suficiente categorii.", "all functions, classes, terms": "toate func\u021biile, clasele, termenii", "can be huge": "poate fi extrem de mare", "last updated": "ultima actualizare", "lists all sections and subsections": "lista tuturor sec\u021biunilor si a subsec\u021biunilor", "next chapter": "capitolul urm\u0103tor", "previous chapter": "capitolul precedent", "quick access to all modules": "acces rapid la toate modulele", "search": "c\u0103utare", "search this documentation": "caut\u0103 \u00een aceast\u0103 documenta\u021bie", "the documentation for": "documenta\u021bia pentru"}, "plural_expr": "(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))"}); +Documentation.addTranslations({"locale": "ro", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u00een", "About these documents": "Despre aceste documente", "Automatically generated list of changes in version %(version)s": "Lista de schimb\u0103ri generat\u0103 automat pentru versiunea %(version)s", "C API changes": "Schimb\u0103ri \u00een API C", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Ascundere bar\u0103 lateral\u0103", "Complete Table of Contents": "Cuprinsul Complet", "Contents": "Cuprins", "Copyright": "Drepturi de autor", "Created using Sphinx %(sphinx_version)s.": "Generat cu Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandare bar\u0103 lateral\u0103", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Aici po\u021bi c\u0103uta aceste documente. Completeaz\u0103 cuvintele\n\u00een c\u0103su\u021ba de mai jos \u0219i apas\u0103 \"caut\u0103\". Func\u021bia de c\u0103utare\nva c\u0103uta automat dup\u0103 toate cuvintele. Paginile\ncare con\u021bin mai pu\u021bine cuvinte nu vor ap\u0103rea \u00een lista de rezultate.", "Full index on one page": "Index complet", "General Index": "Index General", "Global Module Index": "Index Module Globale", "Go": "Caut\u0103", "Hide Search Matches": "Ascunde Rezultatele C\u0103ut\u0103rii", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexeaz\u0103 paginile dupa liter\u0103", "Indices and tables:": "Indici \u0219i tabele:", "Last updated on %(last_updated)s.": "Ultima actualizare la %(last_updated)s.", "Library changes": "Schimb\u0103ri \u00een bibliotec\u0103", "Navigation": "Navigare", "Next topic": "Subiectul urm\u0103tor", "Other changes": "Alte schimb\u0103ri", "Overview": "Prezentare general\u0103", "Permalink to this definition": "Link permanent la aceast\u0103 defini\u021bie", "Permalink to this headline": "Link permanent la acest titlu", "Please activate JavaScript to enable the search\n functionality.": "Activeaz\u0103 JavaScript pentru a permite\nfunc\u021bia de c\u0103utare.", "Preparing search...": "Se preg\u0103te\u0219te c\u0103utarea...", "Previous topic": "Subiectul precedent", "Quick search": "C\u0103utare rapid\u0103", "Search": "C\u0103utare", "Search Page": "Pagin\u0103 de C\u0103utare", "Search Results": "Rezultatele C\u0103ut\u0103rii", "Search finished, found %s page(s) matching the search query.": "C\u0103utare finalizat\u0103, au fost g\u0103site %s pagini care au corespuns c\u0103ut\u0103rii.", "Search within %(docstitle)s": "Caut\u0103 \u00een %(docstitle)s", "Searching": "C\u0103utare", "Show Source": "Vezi Sursa", "Table of Contents": "", "This Page": "Aceast\u0103 Pagin\u0103", "Welcome! This is": "Bine ai venit! Acesta este", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "C\u0103utarea nu a identificat nici un document. Te rog s\u0103 te asiguri c\u0103 toate cuvintele sunt scrise corect \u0219i c\u0103 ai selectat suficiente categorii.", "all functions, classes, terms": "toate func\u021biile, clasele, termenii", "can be huge": "poate fi extrem de mare", "last updated": "ultima actualizare", "lists all sections and subsections": "lista tuturor sec\u021biunilor si a subsec\u021biunilor", "next chapter": "capitolul urm\u0103tor", "previous chapter": "capitolul precedent", "quick access to all modules": "acces rapid la toate modulele", "search": "c\u0103utare", "search this documentation": "caut\u0103 \u00een aceast\u0103 documenta\u021bie", "the documentation for": "documenta\u021bia pentru"}, "plural_expr": "(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))"}); \ No newline at end of file diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index 151bd216c7b..5703f62c393 100644 Binary files a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.po b/sphinx/locale/ro/LC_MESSAGES/sphinx.po index 3b465a51c2e..3ee6958af3b 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Romanian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "Proiectul necesită minim Sphinx v%s și de aceea nu poate fi construit cu această versiune." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "eșuat: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "a reușit" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "a fost finalizat cu probleme" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Fig. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabelul %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Cod %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propuneri de Îmbunătățire Python; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Integrate" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nivelul modul" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Index General" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "următor" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "precedent" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s documentație" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(în" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Versiune" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autorul secțiunii:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autorul modulului:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autorul codului:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrii" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Întoarce" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Tipul întors" @@ -1921,12 +1808,12 @@ msgstr "%s (tip C)" msgid "%s (C variable)" msgstr "%s (variabilă C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funcție" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "membru" @@ -1934,7 +1821,7 @@ msgstr "membru" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tip" @@ -1942,297 +1829,262 @@ msgstr "tip" msgid "variable" msgstr "variabilă" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nou în versiunea %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Schimbat în versiunea %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Învechit începând cu versiunea %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Generează" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (tip C++)" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (membru C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (funcție C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (clasă C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enumerator C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumerator C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "clasă" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enumerator" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funcție integrată)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (metoda %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (clasă)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variabilă globală sau constantă)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumente" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metodă" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "cuvânt cheie" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "obiect" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "excepție" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "declarație" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "funcție integrată" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabile" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Generează" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (în modulul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (variabilă integrată)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (în modulul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (clasă integrată)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (clasa în %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metoda %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (metoda statică %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metoda statică %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (metoda clasei %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metoda clasei %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atributul %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Indexul de Module Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "module" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Învechit" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "metoda clasei" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "metodă statică" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "(învechit)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directivă)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directivă" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rol" @@ -2241,209 +2093,200 @@ msgstr "rol" msgid "environment variable; %s" msgstr "variabilă de mediu; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sopțiune în linia de comandă; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termen de glosar" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "element de gramatică" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "etichetă de referință" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "variabilă de mediu" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "opțiune a programului" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Index al modulelor" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Pagină de Căutare" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "vezi %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "vezi și %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simboluri" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[grafic: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[grafic]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(în %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[sursă]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "De făcut" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "înregistrarea inițială" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[documentație]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Codul modulului" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Codul sursă pentru %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Prezentare generală: codul modulului" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Toate modulele pentru care este disponibil codul sursă

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias pentru :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Atenție" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Avertisment" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Pericol" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Eroare" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Sugestie" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Important" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Notă" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Vezi și" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Sfat" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Atenționare" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "continuare din pagina precedentă" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Se continuă pe pagina următoare" @@ -3000,7 +2891,7 @@ msgstr "Căutare" msgid "Go" msgstr "Caută" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Vezi Sursa" @@ -3149,13 +3040,13 @@ msgstr "căutare" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Rezultatele Căutării" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "Schimbări în API C" msgid "Other changes" msgstr "Alte schimbări" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Link permanent la acest titlu" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Link permanent la această definiție" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Ascunde Rezultatele Căutării" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Căutare" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Se pregătește căutarea..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Căutare finalizată, au fost găsite %s pagini care au corespuns căutării." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", în" @@ -3243,76 +3134,89 @@ msgstr "Ascundere bară laterală" msgid "Contents" msgstr "Cuprins" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Link permanent la acest tabel" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Link permanent la acest cod" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Link permanent la această imagine" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Link permanent la acest cuprins" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Versiune" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Note de subsol" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[figura: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[figură]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.js b/sphinx/locale/ru/LC_MESSAGES/sphinx.js index b72ebd31608..a86aa29ff57 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ru", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", \u0432", "About these documents": "\u041e\u0431 \u044d\u0442\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0445", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s", "C API changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 API C", "Changes in Version %(version)s — %(docstitle)s": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s — %(docstitle)s", "Collapse sidebar": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "Complete Table of Contents": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Sphinx %(sphinx_version)s.", "Expand sidebar": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c \u044d\u0442\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0438\u0441\u043a\u0430\u0442\u044c\u00bb. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0431\u0443\u0434\u0443\u0442 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0435\u0441\u0442\u044c \u0432\u0441\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0433\u0434\u0435 \u0435\u0441\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u044c \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432, \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442.", "Full index on one page": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435", "General Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Global Module Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "Go": "\u0418\u0441\u043a\u0430\u0442\u044c", "Hide Search Matches": "\u0421\u043d\u044f\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Index – %(key)s": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c – %(key)s", "Index pages by letter": "\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0431\u0443\u043a\u0432\u0430\u043c \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0430", "Indices and tables:": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438:", "Last updated on %(last_updated)s.": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e: %(last_updated)s.", "Library changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", "Navigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f", "Next topic": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Other changes": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Overview": "\u041e\u0431\u0437\u043e\u0440", "Permalink to this definition": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Permalink to this headline": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 JavaScript \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", "Preparing search...": "\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430\u2026", "Previous topic": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Quick search": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a", "Search": "\u041f\u043e\u0438\u0441\u043a", "Search Page": "\u041f\u043e\u0438\u0441\u043a", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "Search finished, found %s page(s) matching the search query.": "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e %s \u0441\u0442\u0440\u0430\u043d\u0438\u0446, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", "Search within %(docstitle)s": "\u041f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u00ab%(docstitle)s\u00bb", "Searching": "\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a", "Show Source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "Table of Contents": "", "This Page": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "Welcome! This is": "\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c! \u042d\u0442\u043e", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u043e\u0438\u0441\u043a\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0431\u0435\u0437 \u043e\u0448\u0438\u0431\u043e\u043a, \u0438 \u0447\u0442\u043e \u0432\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439.", "all functions, classes, terms": "\u0432\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043b\u0430\u0441\u0441\u044b, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b", "can be huge": "\u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u043c", "last updated": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", "lists all sections and subsections": "\u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432", "next chapter": "\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "previous chapter": "\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "quick access to all modules": "\u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "search": "\u0438\u0441\u043a\u0430\u0442\u044c", "search this documentation": "\u043f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438", "the documentation for": "\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f"}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)"}); +Documentation.addTranslations({"locale": "ru", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", \u0432", "About these documents": "\u041e\u0431 \u044d\u0442\u0438\u0445 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0445", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s", "C API changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 API C", "Changes in Version %(version)s — %(docstitle)s": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0432\u0435\u0440\u0441\u0438\u0438 %(version)s — %(docstitle)s", "Collapse sidebar": "\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "Complete Table of Contents": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Sphinx %(sphinx_version)s.", "Expand sidebar": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0434\u0435\u0441\u044c \u043c\u043e\u0436\u043d\u043e \u0434\u0435\u043b\u0430\u0442\u044c \u043f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c \u0440\u0430\u0437\u0434\u0435\u043b\u0430\u043c \u044d\u0442\u043e\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438. \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u0432 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0435 \u043f\u043e\u043b\u0435 \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u00ab\u0438\u0441\u043a\u0430\u0442\u044c\u00bb. \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435: \u0431\u0443\u0434\u0443\u0442 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u0435 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0432 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0435\u0441\u0442\u044c \u0432\u0441\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0435 \u0441\u043b\u043e\u0432\u0430. \u0421\u0442\u0440\u0430\u043d\u0438\u0446\u044b, \u0433\u0434\u0435 \u0435\u0441\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0430\u0441\u0442\u044c \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432, \u043e\u0442\u043e\u0431\u0440\u0430\u043d\u044b \u043d\u0435 \u0431\u0443\u0434\u0443\u0442.", "Full index on one page": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435", "General Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Global Module Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "Go": "\u0418\u0441\u043a\u0430\u0442\u044c", "Hide Search Matches": "\u0421\u043d\u044f\u0442\u044c \u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", "Index – %(key)s": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c – %(key)s", "Index pages by letter": "\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438 \u043f\u043e \u0431\u0443\u043a\u0432\u0430\u043c \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u0430", "Indices and tables:": "\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u0438 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u0438:", "Last updated on %(last_updated)s.": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u043e: %(last_updated)s.", "Library changes": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435", "Navigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f", "Next topic": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Other changes": "\u0414\u0440\u0443\u0433\u0438\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f", "Overview": "\u041e\u0431\u0437\u043e\u0440", "Permalink to this definition": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435", "Permalink to this headline": "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u043e\u0442 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435 JavaScript \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435.", "Preparing search...": "\u041f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0430 \u043f\u043e\u0438\u0441\u043a\u0430\u2026", "Previous topic": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u0434\u0435\u043b", "Quick search": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a", "Search": "\u041f\u043e\u0438\u0441\u043a", "Search Page": "\u041f\u043e\u0438\u0441\u043a", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", "Search finished, found %s page(s) matching the search query.": "\u041f\u043e\u0438\u0441\u043a \u0437\u0430\u0432\u0435\u0440\u0448\u0451\u043d, \u043d\u0430\u0439\u0434\u0435\u043d\u043e %s \u0441\u0442\u0440\u0430\u043d\u0438\u0446, \u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0438\u0445 \u0437\u0430\u043f\u0440\u043e\u0441\u0443.", "Search within %(docstitle)s": "\u041f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u00ab%(docstitle)s\u00bb", "Searching": "\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a", "Show Source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "Table of Contents": "\u041e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "This Page": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", "Welcome! This is": "\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c! \u042d\u0442\u043e", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u041f\u043e \u0432\u0430\u0448\u0435\u043c\u0443 \u043f\u043e\u0438\u0441\u043a\u0443 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043d\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435, \u0447\u0442\u043e \u0432\u0441\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u044b \u0431\u0435\u0437 \u043e\u0448\u0438\u0431\u043e\u043a, \u0438 \u0447\u0442\u043e \u0432\u044b \u0432\u044b\u0431\u0440\u0430\u043b\u0438 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439.", "all functions, classes, terms": "\u0432\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438, \u043a\u043b\u0430\u0441\u0441\u044b, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b", "can be huge": "\u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0447\u0435\u043d\u044c \u0431\u043e\u043b\u044c\u0448\u0438\u043c", "last updated": "\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435", "lists all sections and subsections": "\u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432", "next chapter": "\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "previous chapter": "\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0430\u044f \u0433\u043b\u0430\u0432\u0430", "quick access to all modules": "\u0441\u0432\u043e\u0434\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0432\u0441\u0435\u0445 \u043c\u043e\u0434\u0443\u043b\u0435\u0439", "search": "\u0438\u0441\u043a\u0430\u0442\u044c", "search this documentation": "\u043f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438", "the documentation for": "\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f"}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3)"}); \ No newline at end of file diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 35b2d911cfe..04c451f2fb1 100644 Binary files a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.po b/sphinx/locale/ru/LC_MESSAGES/sphinx.po index be37762278e..c95739dce37 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -1,10 +1,11 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Alex Salikov , 2019 # Dmitry Shachnev , 2013 -# ferm32 , 2014,2016 +# ferm32 , 2014,2016,2019 # FIRST AUTHOR , 2013 # Konstantin Molchanov , 2016 # PyHedgehog , 2015,2017 @@ -12,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Russian (http://www.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" "MIME-Version: 1.0\n" @@ -23,21 +24,21 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "в конфигурационной папке нет файла conf.py file (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -50,95 +51,83 @@ msgid "" msgstr "Проект требует версию Sphinx не ниже v%s и не может быть построен текущей версией." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "готово" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "загрузка настроек" +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "ошибка: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Сборщик не указан, по умолчанию используется html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "успешно" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "с ошибками" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "сборка завершена %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -146,7 +135,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -154,894 +143,777 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Отсутствует ключ конфигурации %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Ключ конфигурации %r уже существует" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" "\n" "%s" -msgstr "" +msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Раздел %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Рис. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Таблица %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Список %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Событие %r уже существует" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Неизвестное событие: %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Сборщик %r уже существует (в модуле %s)." -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Сборщик %s не зарегистрирован." -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 +#: sphinx/registry.py:363 #, python-format -msgid "source_input for %s not registered" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:362 -#, python-format -msgid "Translatoro for %r already exists" -msgstr "" - -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Изначальное исключение:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Не могу загрузить модуль расширения %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Предложения об улучшениях Python; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "" +msgid "cannot read image file %r: copying it instead" +msgstr "Не получается считать файл изображение %r: скопируйте его" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "Не получается скопировать файл изображения %r: %s" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "Не получается записать файл изображения %r: %s" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" -msgstr "" +msgid "writing %s file..." +msgstr "записывается %s файл..." -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Встроенные функции" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Модуль" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Алфавитный указатель" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "указатель" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "вперёд" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "назад" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" -msgstr "Документация %s %s" +msgstr "документация %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1055,188 +927,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Алфавитный указатель" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Выпуск" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1255,253 +1149,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "Не получается найти файлы %r" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "Невозможно совмещать ключ -a и названия файлов" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "Не получается открыть файл с предупреждениями %r:%s " -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1509,11 +1397,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1521,25 +1409,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1549,15 +1437,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "Версия проекта" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "Релиз проекта" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1568,22 +1456,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "Язык проекта" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1592,36 +1480,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1629,29 +1517,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "Создание файла %s." -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "Файл %s уже существует, пропускаем." -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1659,26 +1547,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1688,214 +1576,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "имя проекта" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "имена авторов" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "версия проекта" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "релиз проекта" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "язык проекта" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "использовать epub" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Некорректная подпись: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Автор раздела: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Автор модуля: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Автор кода:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметры" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Результат" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Тип результата" @@ -1924,12 +1812,12 @@ msgstr "%s (тип C)" msgid "%s (C variable)" msgstr "%s (переменная C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "функция" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "поле" @@ -1937,7 +1825,7 @@ msgstr "поле" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "тип" @@ -1945,297 +1833,262 @@ msgstr "тип" msgid "variable" msgstr "переменная" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Добавлено в версии %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Изменено в версии %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Не рекомендуется, начиная с версии %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Параметры шаблона" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Бросает исключение" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (тип C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (концепт C++)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (поле C++)" - -#: sphinx/domains/cpp.py:6313 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ function)" -msgstr "%s (функция C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (класс C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (перечисляемый тип C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (функция-перечислитель C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "класс" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "концепт" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "перечисляемый тип" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "перечислитель" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (встроенная функция)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (метод %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (класс)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (глобальная переменная или константа)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Аргументы" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "метод" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "данные" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "модуль" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "повторяющаяся метка уравнения %s, также используется в %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "ключевое слово" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "оператор" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "объект" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "исключение" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "команда" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "базовая функция" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Переменные" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Исключение" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модуле %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (встроенная переменная)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (в модуле %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (встроенный класс)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (класс в %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (метод %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (статический метод %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (статический метод %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (метод класса %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (метод класса %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (атрибут %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Содержание модулей Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "модули" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Не рекомендуется" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "метод класса" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "статический метод" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "(использование не рекомендуется)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (директива)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (роль)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "директива" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "роль" @@ -2244,209 +2097,200 @@ msgstr "роль" msgid "environment variable; %s" msgstr "переменная окружения; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "Опция командной строки %s; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "элемент словаря" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "токен грамматики" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "текст ссылки" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "переменная окружения" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "опция программы" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" -msgstr "" +msgstr "документ" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Алфавитный указатель" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Состав модуля" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Поиск" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "новая конфигурация" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "конфигурация изменена" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "см. %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "также см. %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Символы" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2458,352 +2302,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[иллюстрация: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[иллюстрация]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Ссылка на это уравнение" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(в %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[исходный код]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "План" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<<исходная запись>>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<<Исходная запись>> находится в %s, строка %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "исходный элемент" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[документация]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Код модуля" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Исходный код %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Обзор: исходный код модуля" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Все модули, в которых есть код

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2811,66 +2684,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr " Базовые классы: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "псевдоним класса :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2885,113 +2777,113 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Именованные аргументы" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "Пример" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" -msgstr "" +msgstr "Примеры" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "Заметки" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "Другие параметры" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "Предупрждения" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Внимание" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Осторожно" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Опасно" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Ошибка" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Подсказка" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Важно" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Примечание" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "См.также" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Совет" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Предупреждение" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "продолжение с предыдущей страницы" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Продолжается на следующей странице" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "Оглавление" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3003,7 +2895,7 @@ msgstr "Поиск" msgid "Go" msgstr "Искать" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Исходный текст" @@ -3152,13 +3044,13 @@ msgstr "искать" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Результаты поиска" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3200,36 +3092,36 @@ msgstr "Изменения в API C" msgid "Other changes" msgstr "Другие изменения" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Ссылка на этот заголовок" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Ссылка на это определение" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Снять выделение" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Идёт поиск" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Подготовка поиска…" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Поиск завершён, найдено %s страниц, удовлетворяющих запросу." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", в" @@ -3246,76 +3138,89 @@ msgstr "Свернуть боковую панель" msgid "Contents" msgstr "Содержание" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3329,140 +3234,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Постоянная ссылка на таблицу" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Постоянная ссылка на код" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Постоянная ссылка на рисунок" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Постоянная ссылка на оглавление" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Выпуск" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "страница" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Сноски" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Неизвестный ключ конфигурации: latex_elements[%r] игнорируется." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[рисунок: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[рисунок]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.js b/sphinx/locale/si/LC_MESSAGES/sphinx.js index 45a6c894ab0..f2367cf3f9e 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "si", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u0db8\u0dd9\u0db8 \u0dbd\u0dda\u0d9b\u0dab \u0d9c\u0dd0\u0db1", "Automatically generated list of changes in version %(version)s": "", "C API changes": "C API \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab \u0db4\u0da7\u0dd4\u0db1", "Contents": "\u0d85\u0db1\u0dca\u0dad\u0dbb\u0dca\u0d9c\u0dad\u0dba", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "\u0dba\u0db1\u0dca\u0db1", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "\u0db4\u0dd4\u0dc3\u0dca\u0dad\u0d9a\u0dcf\u0dbd \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Navigation": "\u0d9c\u0db8\u0db1\u0dca \u0d9a\u0dd2\u0dbb\u0dd3\u0db8", "Next topic": "\u0d8a\u0dc5\u0d9f \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Other changes": "\u0dc0\u0dd9\u0db1\u0dad\u0dca \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca \u0d9a\u0dbb\u0db8\u0dd2\u0db1\u0dca....", "Previous topic": "\u0db4\u0dd9\u0dbb \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Quick search": "\u0d89\u0d9a\u0dca\u0db8\u0db1\u0dca \u0dc3\u0dd9\u0dc0\u0dd4\u0db8", "Search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "Search Page": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Search Results": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dca\u200d\u0dbb\u0dad\u0dd2\u0db5\u0dbd", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "\u0dc3\u0ddc\u0dba\u0db8\u0dd2\u0db1\u0dca...", "Show Source": "\u0db8\u0dd6\u0dbd\u0dba \u0db4\u0dd9\u0db1\u0dca\u0dc0\u0db1\u0dca\u0db1", "Table of Contents": "", "This Page": "\u0db8\u0dd9\u0db8 \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "\u0dc0\u0dd2\u0dc1\u0dcf\u0dbd \u0dc0\u0dd2\u0dba \u0dc4\u0dd0\u0d9a", "last updated": "\u0d85\u0dc0\u0dc3\u0db1\u0dca\u0dc0\u0dbb\u0da7 \u0dba\u0dcf\u0dc0\u0dad\u0dca\u0d9a\u0dcf\u0dbd \u0d9a\u0dbd", "lists all sections and subsections": "", "next chapter": "\u0d8a\u0dc5\u0d9f \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "previous chapter": "\u0db4\u0dd9\u0dbb \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "quick access to all modules": "", "search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "si", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u0db8\u0dd9\u0db8 \u0dbd\u0dda\u0d9b\u0dab \u0d9c\u0dd0\u0db1", "Automatically generated list of changes in version %(version)s": "", "C API changes": "C API \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u0dc3\u0db8\u0dca\u0db4\u0dd6\u0dbb\u0dca\u0dab \u0db4\u0da7\u0dd4\u0db1", "Contents": "\u0d85\u0db1\u0dca\u0dad\u0dbb\u0dca\u0d9c\u0dad\u0dba", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "\u0dba\u0db1\u0dca\u0db1", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "\u0db4\u0dd4\u0dc3\u0dca\u0dad\u0d9a\u0dcf\u0dbd \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Navigation": "\u0d9c\u0db8\u0db1\u0dca \u0d9a\u0dd2\u0dbb\u0dd3\u0db8", "Next topic": "\u0d8a\u0dc5\u0d9f \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Other changes": "\u0dc0\u0dd9\u0db1\u0dad\u0dca \u0dc0\u0dd9\u0db1\u0dc3\u0dca\u0d9a\u0db8\u0dca", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8 \u0dc3\u0dd6\u0daf\u0dcf\u0db1\u0db8\u0dca \u0d9a\u0dbb\u0db8\u0dd2\u0db1\u0dca....", "Previous topic": "\u0db4\u0dd9\u0dbb \u0db8\u0dcf\u0dad\u0dd8\u0d9a\u0dcf\u0dc0", "Quick search": "\u0d89\u0d9a\u0dca\u0db8\u0db1\u0dca \u0dc3\u0dd9\u0dc0\u0dd4\u0db8", "Search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "Search Page": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Search Results": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dca\u200d\u0dbb\u0dad\u0dd2\u0db5\u0dbd", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "\u0dc3\u0ddc\u0dba\u0db8\u0dd2\u0db1\u0dca...", "Show Source": "\u0db8\u0dd6\u0dbd\u0dba \u0db4\u0dd9\u0db1\u0dca\u0dc0\u0db1\u0dca\u0db1", "Table of Contents": "", "This Page": "\u0db8\u0dd9\u0db8 \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "\u0dc0\u0dd2\u0dc1\u0dcf\u0dbd \u0dc0\u0dd2\u0dba \u0dc4\u0dd0\u0d9a", "last updated": "\u0d85\u0dc0\u0dc3\u0db1\u0dca\u0dc0\u0dbb\u0da7 \u0dba\u0dcf\u0dc0\u0dad\u0dca\u0d9a\u0dcf\u0dbd \u0d9a\u0dbd", "lists all sections and subsections": "", "next chapter": "\u0d8a\u0dc5\u0d9f \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "previous chapter": "\u0db4\u0dd9\u0dbb \u0db4\u0dbb\u0dd2\u0da0\u0dca\u0da1\u0dda\u0daf\u0dba", "quick access to all modules": "", "search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index c2a7b0076ad..c88111a0532 100644 Binary files a/sphinx/locale/si/LC_MESSAGES/sphinx.mo and b/sphinx/locale/si/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.po b/sphinx/locale/si/LC_MESSAGES/sphinx.po index 3f6dbfaa54d..cdb5b2ac2fa 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Sinhala (http://www.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "ඊළඟ" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "පෙර" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s ලේඛණය" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "නිකුත් කිරීම" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "කේත ලේඛක:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "ලේඛක:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "පරාමිතීන්" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1920,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "ක්‍රියාව" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "සාමාජික" @@ -1933,7 +1820,7 @@ msgstr "සාමාජික" msgid "macro" msgstr "මැක්‍රෝ" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "වර්ගය" @@ -1941,297 +1828,262 @@ msgstr "වර්ගය" msgid "variable" msgstr "විචල්‍යය" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "%s වෙළුමේ අලුත්" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "%s වෙළුමේ වෙනස් කල" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "දත්ත" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "වස්තුව" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "විචල්‍ය" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "සෙවුම් පිටුව" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "%s බලන්න" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "%s ද බලන්න" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "සංකේත" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graph: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graph]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(%s හි%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "කිරීමට තිබෙන" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "දෝෂය" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "හැඟවීම" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "සටහන" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "මෙයද බලන්න" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "අනතුරු ඇඟවීම" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "සොයන්න" msgid "Go" msgstr "යන්න" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "මූලය පෙන්වන්න" @@ -3148,13 +3039,13 @@ msgstr "සොයන්න" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "සෙවුම් ප්‍රතිඵල" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "C API වෙනස්කම්" msgid "Other changes" msgstr "වෙනත් වෙනස්කම්" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "සොයමින්..." -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "සෙවුම සූදානම් කරමින්...." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "අන්තර්ගතය" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "නිකුත් කිරීම" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[image: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[image]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.js b/sphinx/locale/sk/LC_MESSAGES/sphinx.js index d64fd2fc2a2..f481c1bc7d9 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sk", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", v ", "About these documents": "O dokument\u00e1cii", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd zoznam zmien vo verzii %(version)s", "C API changes": "Zmeny API C", "Changes in Version %(version)s — %(docstitle)s": "Zmeny vo verzii %(version)s — %(docstitle)s", "Collapse sidebar": "Zbali\u0165 bo\u010dn\u00fd panel", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Autorsk\u00e9 pr\u00e1vo", "Created using Sphinx %(sphinx_version)s.": "Vytvoren\u00e9 pomocou Sphinx %(sphinx_version)s.", "Expand sidebar": "Rozbali\u0165 bo\u010dn\u00fd panel", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tu m\u00f4\u017eete h\u013eada\u0165 v tejto dokument\u00e1cii. Zadajte h\u013eadan\u00e9 slov\u00e1\ndo pol\u00ed\u010dka ni\u017e\u0161ie a kliknite na \"h\u013eada\u0165\". Pam\u00e4tajte, \u017ee funkcia\nh\u013eadania bude automaticky h\u013eada\u0165 v\u0161etky slov\u00e1. Strany, ktor\u00e9\nobsahuj\u00fa len niektor\u00e9 zo slov, nebud\u00fa v zozname v\u00fdsledkov.", "Full index on one page": "Cel\u00fd index na jednej strane", "General Index": "V\u0161eobecn\u00fd index", "Global Module Index": "Celkov\u00fd index modulov", "Go": "OK", "Hide Search Matches": "Skry\u0165 v\u00fdsledky h\u013eadania", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexov\u00e9 str\u00e1nky po p\u00edsmen\u00e1ch", "Indices and tables:": "Indexy a tabu\u013eky", "Last updated on %(last_updated)s.": "Naposledy aktualizovan\u00e9 %(last_updated)s.", "Library changes": "Zmeny kni\u017enice", "Navigation": "Navig\u00e1cia", "Next topic": "\u010eal\u0161ia t\u00e9ma", "Other changes": "Ostatn\u00e9 zmeny", "Overview": "Preh\u013ead", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pros\u00edm, na zapnutie funkcie h\u013eadania,aktivujte\nJavaScript .", "Preparing search...": "Pr\u00edprava h\u013eadania...", "Previous topic": "Predo\u0161l\u00e1 t\u00e9ma", "Quick search": "R\u00fdchle h\u013eadanie", "Search": "H\u013eada\u0165", "Search Page": "Str\u00e1nka h\u013eadania", "Search Results": "V\u00fdsledky h\u013eadania", "Search finished, found %s page(s) matching the search query.": "H\u013eadanie dokon\u010den\u00e9, n\u00e1jden\u00e9 %s strana(y), ktor\u00e9 vyhovuj\u00fa h\u013eadan\u00e9mu v\u00fdrazu.", "Search within %(docstitle)s": "H\u013eada\u0165 v %(docstitle)s", "Searching": "H\u013eadanie", "Show Source": "Zobrazi\u0165 zdroj", "Table of Contents": "", "This Page": "T\u00e1to str\u00e1nka", "Welcome! This is": "Vitajte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "V\u00e1\u0161mu h\u013eadaniu nezodpoved\u00e1 \u017eiadny dokument. Pros\u00edm, skontrolujte, \u017ee v\u0161etky zadan\u00e9 slov\u00e1 s\u00fa spr\u00e1vne nap\u00edsan\u00e9 a \u017ee ste zvolili vhodn\u00e9 kateg\u00f3rie.", "all functions, classes, terms": "v\u0161etky funkcie, triedy, term\u00edny", "can be huge": "m\u00f4\u017ee by\u0165 rozsiahle", "last updated": "posledn\u00e1 aktualiz\u00e1cia", "lists all sections and subsections": "zoznam v\u0161etk\u00fdch sekci\u00ed a podsekci\u00ed", "next chapter": "\u010fal\u0161ia kapitola", "previous chapter": "predo\u0161l\u00e1 kapitola", "quick access to all modules": "r\u00fdchly pr\u00edstup ku v\u0161etk\u00fdm modulom", "search": "h\u013eada\u0165", "search this documentation": "h\u013eada\u0165 v tejto dokument\u00e1cii", "the documentation for": "dokument\u00e1cia"}, "plural_expr": "(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3)"}); +Documentation.addTranslations({"locale": "sk", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", "© Copyright %(copyright)s.": "© Copyright %(copyright)s.", ", in ": ", v ", "About these documents": "O dokument\u00e1cii", "Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd zoznam zmien vo verzii %(version)s", "C API changes": "Zmeny API C", "Changes in Version %(version)s — %(docstitle)s": "Zmeny vo verzii %(version)s — %(docstitle)s", "Collapse sidebar": "Zbali\u0165 bo\u010dn\u00fd panel", "Complete Table of Contents": "Celkov\u00fd obsah", "Contents": "Obsah", "Copyright": "Autorsk\u00e9 pr\u00e1vo", "Created using Sphinx %(sphinx_version)s.": "Vytvoren\u00e9 pomocou Sphinx %(sphinx_version)s.", "Expand sidebar": "Rozbali\u0165 bo\u010dn\u00fd panel", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tu m\u00f4\u017eete h\u013eada\u0165 v tejto dokument\u00e1cii. Zadajte h\u013eadan\u00e9 slov\u00e1\ndo pol\u00ed\u010dka ni\u017e\u0161ie a kliknite na \"h\u013eada\u0165\". Pam\u00e4tajte, \u017ee funkcia\nh\u013eadania bude automaticky h\u013eada\u0165 v\u0161etky slov\u00e1. Strany, ktor\u00e9\nobsahuj\u00fa len niektor\u00e9 zo slov, nebud\u00fa v zozname v\u00fdsledkov.", "Full index on one page": "Cel\u00fd index na jednej strane", "General Index": "V\u0161eobecn\u00fd index", "Global Module Index": "Celkov\u00fd index modulov", "Go": "OK", "Hide Search Matches": "Skry\u0165 v\u00fdsledky h\u013eadania", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexov\u00e9 str\u00e1nky po p\u00edsmen\u00e1ch", "Indices and tables:": "Indexy a tabu\u013eky", "Last updated on %(last_updated)s.": "Naposledy aktualizovan\u00e9 %(last_updated)s.", "Library changes": "Zmeny kni\u017enice", "Navigation": "Navig\u00e1cia", "Next topic": "\u010eal\u0161ia t\u00e9ma", "Other changes": "Ostatn\u00e9 zmeny", "Overview": "Preh\u013ead", "Permalink to this definition": "Trval\u00fd odkaz na t\u00fato defin\u00edciu", "Permalink to this headline": "Trval\u00fd odkaz na tento nadpis", "Please activate JavaScript to enable the search\n functionality.": "Pros\u00edm, na zapnutie funkcie h\u013eadania,aktivujte\nJavaScript .", "Preparing search...": "Pr\u00edprava h\u013eadania...", "Previous topic": "Predo\u0161l\u00e1 t\u00e9ma", "Quick search": "R\u00fdchle h\u013eadanie", "Search": "H\u013eada\u0165", "Search Page": "Str\u00e1nka h\u013eadania", "Search Results": "V\u00fdsledky h\u013eadania", "Search finished, found %s page(s) matching the search query.": "H\u013eadanie dokon\u010den\u00e9, n\u00e1jden\u00e9 %s strana(y), ktor\u00e9 vyhovuj\u00fa h\u013eadan\u00e9mu v\u00fdrazu.", "Search within %(docstitle)s": "H\u013eada\u0165 v %(docstitle)s", "Searching": "H\u013eadanie", "Show Source": "Zobrazi\u0165 zdroj", "Table of Contents": "", "This Page": "T\u00e1to str\u00e1nka", "Welcome! This is": "Vitajte! Toto je", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "V\u00e1\u0161mu h\u013eadaniu nezodpoved\u00e1 \u017eiadny dokument. Pros\u00edm, skontrolujte, \u017ee v\u0161etky zadan\u00e9 slov\u00e1 s\u00fa spr\u00e1vne nap\u00edsan\u00e9 a \u017ee ste zvolili vhodn\u00e9 kateg\u00f3rie.", "all functions, classes, terms": "v\u0161etky funkcie, triedy, term\u00edny", "can be huge": "m\u00f4\u017ee by\u0165 rozsiahle", "last updated": "posledn\u00e1 aktualiz\u00e1cia", "lists all sections and subsections": "zoznam v\u0161etk\u00fdch sekci\u00ed a podsekci\u00ed", "next chapter": "\u010fal\u0161ia kapitola", "previous chapter": "predo\u0161l\u00e1 kapitola", "quick access to all modules": "r\u00fdchly pr\u00edstup ku v\u0161etk\u00fdm modulom", "search": "h\u013eada\u0165", "search this documentation": "h\u013eada\u0165 v tejto dokument\u00e1cii", "the documentation for": "dokument\u00e1cia"}, "plural_expr": "(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3)"}); \ No newline at end of file diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 6a44b68c821..9a8a8c54698 100644 Binary files a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.po b/sphinx/locale/sk/LC_MESSAGES/sphinx.po index db64f0cc519..a381c9496f7 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-09 14:36+0000\n" -"Last-Translator: Slavko \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Slovak (http://www.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,21 +21,21 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "konfiguračný priečinok neobsahuje súbor conf.py (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nemožno nájsť zdrojový priečinok (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "Zdrojový a cieľový priečinok nemôžu byť rovnaké" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "Spúšťanie Sphinx v%s" @@ -48,95 +48,83 @@ msgid "" msgstr "Tento projekt vyžaduje aspoň Sphinx v%s a preto s touto verziou nemôže byť zostavený." #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "vytváranie výstupného priečinka…" +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' definovaný v conf.py nie je funkciou. Prosím, upravte jeho definíciu tak, aby to bola funkcia. Je to potrebné, aby sa conf.py mohol správať ako rozšírenie Sphinx." -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nenájdená, ignorované." - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "hotovo" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "načítanie uloženého prostredia..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "zlyhalo: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "Nebol zvolený builder, bude použitý predvolený: html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "úspešné" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "dokončené sproblémami" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "zostavenie %s, %s upozornenie." -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "zostavenie %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "počas nastavovania rozšírenia %s: trieda uzla %r už je zaregistrovaná, jej funkcie visitor* budú prepísané" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "počas nastavovania rozšírenia %s: direktíva %r už je registrovaná, bude prepísaná" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "počas nastavovania rozšírenia %s: rola %r už je registrovaná, bude prepísaná" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -144,7 +132,7 @@ msgid "" "explicit" msgstr "rozšírenie %s nedeklaruje, či je bezpečné pri paralelnom čítaní, predpokladá sa, že nie - prosím, požiadajte autora aby to skontroloval a explicitne to nastavil" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -152,60 +140,54 @@ msgid "" "explicit" msgstr "rozšírenie %s nedeklaruje, či je bezpečné pri paralelnom čítaní, predpokladáme, že nie je – prosím, požiadajte autora aby to skontroloval a explicitne to nastavil" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "nemožno prepísať slovník nastavenia %r, ignorované (použite %r na nastavenie jednotlivých prvkov)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "nemožno prepísať konfiguračné nastavenie %r s nepodporovaným typom, ignorované" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "Neznáma konfiguračná hodnota: %s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "Konfiguračná hodnota %r už existuje" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "V konfiguračnom súbore je syntaktická chyba: %s" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "\nZmenili ste syntax z 2.x na 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "Konfiguračný súbor (alebo jeden z modulov, ktoré importuje) volal sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -213,833 +195,722 @@ msgid "" "%s" msgstr "V konfiguračnom súbore je programová chyba:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "Sekcia %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Obr. %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tabuľka %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Výpis %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nenájdená, ignorované." + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "Udalosť %r už existuje" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "Neznáme meno udalosti %s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "Tento projekt vyžaduje rozšírenie %s s verziou minimálne %s, a teda ho nemožno zostaviť s načítanou verziou (%s)." -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Trieda builder %s nemá atribút „name”" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r už existuje (v module %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder s menom %s nie je registrovaný ani dostupný cez vstupný bod" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "Builder s menom %s nie je registrovaný" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "doména %s už je zaregistrovaná" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "doména %s ešte nie je zaregistrovaná" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pre %r už je registrovaný" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "Analyzátor pre %s nie je registrovaný" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "source_input pre %r už je registrované" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "source_input pre %s nie je regitrované" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "rozšírenie %r bolo zlúčené so Sphinx od verzie %s; toto rozšírenie je ignorované." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "Pôvodná výnimka:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "Nemožno importovať rozšírenie %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "rozšírenie %r nemá funkciu setup(); je to naozaj modul rozšírenia Sphinx?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "Rozšírenie %s použité týmto projektom vyžaduje aspoň Sphinx v%s; takže ho nemožno zostaviť s touto verziou." -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "rozšírenie %r vrátilo so svojej funkcie setup() nepodporovaný objekt; musí vrátiť None alebo slovník metadát" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "téma %r nemá nastavenie „theme”" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "téma %r nemá nastavenie „inherit”" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "nebola nájdená téma s menom %r, dedená v %r" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "nastavenie %s.%s nenájdené v žiadnom z nastavení témy" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "Rozšírenie témy %r neodpovedá správne." - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "súbor %r v ceste témy nie je platný súbor ZIP alebo neobsahuje tému" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme viac nie je nutnou závislosťou od verzie 1.4.0. Prosím, nainštalujte ho manuálne. pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "nebola nájdená téma smenom %r (chýbajúci theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "zostavenie [mo]: " -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "zápis výstupu…" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "všetky z %d súborov po" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "zostavenie [%s]" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Zabudované funkcie" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Úroveň modulu" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d. %b %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Všeobecný index" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "ďalší" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "predošlý" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Dokumentácia %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1053,188 +924,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(v" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Vydanie" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1253,253 +1146,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1507,11 +1394,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1519,25 +1406,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1547,15 +1434,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1566,22 +1453,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1590,36 +1477,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1627,29 +1514,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1657,26 +1544,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1686,214 +1573,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "Neplatný popis: %s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "Nemožno použiť obe voľby „%s” a „%s”" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "Súbor na vloženie %r nebol nájdený alebo zlyhalo jeho čítanie" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "Kódovanie %r použité pri čítaní vloženého súboru %r vyzerá ako zlé, skúste zadať voľbu :encoding:" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "Objekt s menom %r nebol nájdený vo vloženom súbore %r" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "Nemožno použiť „lineno-match” s rozdelenou množinou „lines”" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "Riadok %r: žiadne riadky z vloženého súboru %r" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Autor sekcie:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Autor modulu:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Autor kódu:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Autor:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametre" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vracia" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Návratový typ" @@ -1922,12 +1809,12 @@ msgstr "%s (typ C)" msgid "%s (C variable)" msgstr "%s (premenná C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcia" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "člen" @@ -1935,7 +1822,7 @@ msgstr "člen" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "typ" @@ -1943,297 +1830,262 @@ msgstr "typ" msgid "variable" msgstr "premenná" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nové vo verzii %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Zmenené vo verzii %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Zastarané od verzie %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Parametre šablóny" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Vyvoláva" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (typ C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (koncept C++)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (člen C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (funkcia C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (trieda C++)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (enum C++)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (enumerátor C++)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "trieda" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "koncept" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerátor" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (zabudovaná funkcia)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (metóda %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (trieda)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (globálna premenná alebo konštanta)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribút %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argumenty" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metóda" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dáta" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribút" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "kľúč. slovo" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operátor" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "výnimka" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "príkaz" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "zabudovaná funkcia" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Premenné" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Vyzdvihuje" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v module %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (zabudovaná premenná)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (v module %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (zabudovaná trieda)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (trieda v %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (metóda %s.%s)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (statická metóda %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (statická metóda %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (metóda triedy %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metóda triedy %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (atribút %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Index modulov Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduly" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Zastarané" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "metóda triedy" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statická metóda" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (zastarané)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktíva)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rola)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktíva" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rola" @@ -2242,209 +2094,200 @@ msgstr "rola" msgid "environment variable; %s" msgstr "premenná prostredia; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s voľba príkazového riadka; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "termín glosára" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "jazykový token" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "menovka odkazu" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "premenná prostredia" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "voľba programu" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "dokument" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Index modulov" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Stránka hľadania" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "viď %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "viď aj %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Symboly" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2456,352 +2299,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' nie je platná voľba." -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "„%s” nie je platná voľba pyversion" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "príkaz dot %r nemožno spustiť (nutný kvôli výstupu graphviz), skontrolujte nastavenie graphviz_dot" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "dot skončil chybou:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "dot nevytvoril výstupný súbor:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format musí byť „png” alebo „svg”, ale je %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[graf: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[graf]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "príkaz convert %r nemožno spustiť, skontrolujte nastavenie image_converter" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "convert skončil chybou:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "Trvalý odkaz na tento vzorec" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(v %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[zdroj]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "ToDo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> je umiestnená v %s, riadok %d.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "pôvodná položka" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[dokumenty]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Kód modulu" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Zdrojový kód %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Prehľad: kód modulu" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Všetky moduly, pre ktoré je dostupný kód

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2809,66 +2681,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "Základ: %s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias pre :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2883,106 +2774,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "Argumenty kľúčových slov" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Výstraha" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Upozornenie" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Nebezpečné" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Chyba" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Rada" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Dôležité" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Poznámka" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Viď aj" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tip" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Varovanie" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "pokračovanie z predošlej strany" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Pokračovanie na ďalšej strane" @@ -3001,7 +2892,7 @@ msgstr "Hľadať" msgid "Go" msgstr "OK" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Zobraziť zdroj" @@ -3150,13 +3041,13 @@ msgstr "hľadať" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Výsledky hľadania" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3198,36 +3089,36 @@ msgstr "Zmeny API C" msgid "Other changes" msgstr "Ostatné zmeny" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Trvalý odkaz na tento nadpis" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Trvalý odkaz na túto definíciu" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Skryť výsledky hľadania" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Hľadanie" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Príprava hľadania..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, 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:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", v " @@ -3244,76 +3135,89 @@ msgstr "Zbaliť bočný panel" msgid "Contents" msgstr "Obsah" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "viac ako jeden cieľ krížového odkazu %r: môže byť %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s cieľ odkazu nenájdený: %%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "Cieľ odkazu %r nebol nájdený: %%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "pri pridávaní tried direktív nemožno zadať dodatočné argumenty" @@ -3327,140 +3231,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Trvalý odkaz na túto tabuľku" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Trvalý odkaz na tento kód" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Trvalý odkaz na tento obrázok" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Trvalý odkaz na tento obsah" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Vydanie" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "pokračuje na ďalšej strane" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "strana" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Poznámky pod čiarou" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "Neznámy konfiguračný kľúč: latex_elements[%r] je ignorovaný." -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[obrázok: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[obrázok]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.js b/sphinx/locale/sl/LC_MESSAGES/sphinx.js index d58aa9fc946..5995c096812 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sl", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "O dokumentih", "Automatically generated list of changes in version %(version)s": "Avtomatsko generiran seznam sprememb v verziji %(version)s", "C API changes": "C API spremembe", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "Popoln Seznam Vsebine", "Contents": "", "Copyright": "Vse pravice pridr\u017eane", "Created using Sphinx %(sphinx_version)s.": "Narejeno s Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tukaj lahko i\u0161\u010dete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"i\u0161\u010di\". Spro\u017eeno iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov.", "Full index on one page": "Poln indeks na eni strani", "General Index": "Splo\u0161ni abecedni seznam", "Global Module Index": "Splo\u0161en seznam modulov", "Go": "Potrdi", "Hide Search Matches": "Skrij resultate iskanja", "Index": "Abecedni seznam", "Index – %(key)s": "Seznam – %(key)s", "Index pages by letter": "Indeksiraj strani po \u010drki", "Indices and tables:": "Kazalo in seznami:", "Last updated on %(last_updated)s.": "Zadnji\u010d posodobljeno %(last_updated)s.", "Library changes": "Spremembe knji\u017enice", "Navigation": "Navigacija", "Next topic": "Naslednja tema", "Other changes": "Ostale spremembe", "Overview": "Pregled", "Permalink to this definition": "Povezava na to definicijo", "Permalink to this headline": "Povezava na naslov", "Please activate JavaScript to enable the search\n functionality.": "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript.", "Preparing search...": "", "Previous topic": "Prej\u0161nja tema", "Quick search": "Hitro iskanje", "Search": "I\u0161\u010di", "Search Page": "Iskalnik", "Search Results": "Rezultati Iskanja", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "I\u0161\u010di med %(docstitle)s", "Searching": "", "Show Source": "Prika\u017ei izvorno kodo", "Table of Contents": "", "This Page": "Trenutna stran", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "vse funkcije, razredi, izrazi", "can be huge": "lahko je veliko", "last updated": "", "lists all sections and subsections": "prikazi vse sekcije in podsekcije", "next chapter": "naslednje poglavje", "previous chapter": "prej\u0161nje poglavje", "quick access to all modules": "hiter dostop do vseh modulov", "search": "i\u0161\u010di", "search this documentation": "i\u0161\u010di po dokumentaciji", "the documentation for": ""}, "plural_expr": "(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)"}); +Documentation.addTranslations({"locale": "sl", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "O dokumentih", "Automatically generated list of changes in version %(version)s": "Avtomatsko generiran seznam sprememb v verziji %(version)s", "C API changes": "C API spremembe", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "Popoln Seznam Vsebine", "Contents": "", "Copyright": "Vse pravice pridr\u017eane", "Created using Sphinx %(sphinx_version)s.": "Narejeno s Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Tukaj lahko i\u0161\u010dete dokumente. Vnesite iskalni\n niz v polje spodaj in pritisnite \"i\u0161\u010di\". Spro\u017eeno iskanje\n bo iskalo po vseh besedah v iskalnem nizu. Strani, ki ne\n vsebujejo vseh besed ne bodo prikazane na seznamu rezultatov.", "Full index on one page": "Poln indeks na eni strani", "General Index": "Splo\u0161ni abecedni seznam", "Global Module Index": "Splo\u0161en seznam modulov", "Go": "Potrdi", "Hide Search Matches": "Skrij resultate iskanja", "Index": "Abecedni seznam", "Index – %(key)s": "Seznam – %(key)s", "Index pages by letter": "Indeksiraj strani po \u010drki", "Indices and tables:": "Kazalo in seznami:", "Last updated on %(last_updated)s.": "Zadnji\u010d posodobljeno %(last_updated)s.", "Library changes": "Spremembe knji\u017enice", "Navigation": "Navigacija", "Next topic": "Naslednja tema", "Other changes": "Ostale spremembe", "Overview": "Pregled", "Permalink to this definition": "Povezava na to definicijo", "Permalink to this headline": "Povezava na naslov", "Please activate JavaScript to enable the search\n functionality.": "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript.", "Preparing search...": "", "Previous topic": "Prej\u0161nja tema", "Quick search": "Hitro iskanje", "Search": "I\u0161\u010di", "Search Page": "Iskalnik", "Search Results": "Rezultati Iskanja", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "I\u0161\u010di med %(docstitle)s", "Searching": "", "Show Source": "Prika\u017ei izvorno kodo", "Table of Contents": "", "This Page": "Trenutna stran", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "vse funkcije, razredi, izrazi", "can be huge": "lahko je veliko", "last updated": "", "lists all sections and subsections": "prikazi vse sekcije in podsekcije", "next chapter": "naslednje poglavje", "previous chapter": "prej\u0161nje poglavje", "quick access to all modules": "hiter dostop do vseh modulov", "search": "i\u0161\u010di", "search this documentation": "i\u0161\u010di po dokumentaciji", "the documentation for": ""}, "plural_expr": "(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3)"}); \ No newline at end of file diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index fd0ea7752fe..38e934f9354 100644 Binary files a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.po b/sphinx/locale/sl/LC_MESSAGES/sphinx.po index d4d6e9da7d2..d429739b72b 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Slovenian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Vgrajeni deli" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Nivo modula" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Splošni abecedni seznam" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "abecedni seznam" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "naprej" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "nazaj" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (v " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Abecedni seznam" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Izdaja" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Avtor sekcije: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Avtor modula: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Avtor: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametri" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Vrne" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Vrne tip" @@ -1919,12 +1806,12 @@ msgstr "%s (C tip)" msgid "%s (C variable)" msgstr "%s (C spremenljivka)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funkcija" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "član" @@ -1932,7 +1819,7 @@ msgstr "član" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tip" @@ -1940,297 +1827,262 @@ msgstr "tip" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Novo v verziji %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Spremenjeno v verziji %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Zastarelo od verzije %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tip)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ član)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ funkcija)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ razred)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "razred" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (vgrajene funkcije)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metoda)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (razred)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s atribut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "atribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "ključna beseda" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "izjema" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "izjava" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "vgrajene funkcije" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Sproži izjemo" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (v modulu %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (vgrajene spremenljivke)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (v modulu %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (vgrajen razred)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (razred v %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metoda)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statična metoda)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statična metoda)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s atribut)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "Moduli" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Zastarelo" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statična metoda" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (zastarelo)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2091,200 @@ msgstr "" msgid "environment variable; %s" msgstr "okoljska spremenljivka; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%scommand line parameter; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "okoljska spremenljivka" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Abecedni seznam" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Seznam modulov" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Iskalnik" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "vzdevek za :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Pozor" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Previdno" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Nevarno" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Napaka" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Nasvet" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Pomembno" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Opomba" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Poglej Tudi" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Nasvet" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Opozorilo" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "nadaljevanje iz prejšnje strani" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Nadaljevanje na naslednji strani" @@ -2998,7 +2889,7 @@ msgstr "Išči" msgid "Go" msgstr "Potrdi" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Prikaži izvorno kodo" @@ -3147,13 +3038,13 @@ msgstr "išči" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Rezultati Iskanja" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "C API spremembe" msgid "Other changes" msgstr "Ostale spremembe" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Povezava na naslov" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Povezava na to definicijo" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Skrij resultate iskanja" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Izdaja" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Opombe" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[slika]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.js b/sphinx/locale/sr/LC_MESSAGES/sphinx.js index 3b06aeee8f6..87d3ce96897 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); +Documentation.addTranslations({"locale": "sr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "\u043d\u0430\u0440\u0435\u0434\u043d\u0430 \u0433\u043b\u0430\u0432\u0430", "previous chapter": "\u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430 \u0433\u043b\u0430\u0432\u0430", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index dfc3f8be877..4c6de511451 100644 Binary files a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.po b/sphinx/locale/sr/LC_MESSAGES/sphinx.po index 4b7109c8adb..c40bdd4ef97 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -1,14 +1,15 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Risto Pejasinovic , 2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Serbian (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" "MIME-Version: 1.0\n" @@ -18,122 +19,110 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Нема изворног директоријума (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "Изворни и одредишни директоријум не могу бити једнаки" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "Покрећем Sphinx v%s" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "Овај пројекат захтева верзију Sphinx v%s или већу, не може се изградити инсталираном верзијом." #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" -msgstr "" +msgstr "Готово" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" -msgstr "" +msgstr "Неуспешно: %s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" -msgstr "" +msgstr "Успешно" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" -msgstr "" +msgstr "Табела %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1919,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ class)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2890,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3068,7 +2960,7 @@ msgstr "" #: sphinx/themes/basic/layout.html:31 msgid "Navigation" -msgstr "" +msgstr "Навигација" #: sphinx/themes/basic/layout.html:138 #, python-format @@ -3116,7 +3008,7 @@ msgstr "" #: sphinx/themes/basic/relations.html:13 msgid "previous chapter" -msgstr "" +msgstr "претходна глава" #: sphinx/themes/basic/relations.html:16 msgid "Next topic" @@ -3124,7 +3016,7 @@ msgstr "" #: sphinx/themes/basic/relations.html:18 msgid "next chapter" -msgstr "" +msgstr "наредна глава" #: sphinx/themes/basic/search.html:30 msgid "" @@ -3147,13 +3039,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js index 3b06aeee8f6..755d53455aa 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); +Documentation.addTranslations({"locale": "sr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index 0168c0c645e..ecb52efd530 100644 Binary files a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po index 8d439dc077b..56a44ec7ef6 100644 --- a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" -"Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,21 +18,21 @@ msgstr "" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1919,12 +1806,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1819,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1827,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2091,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2889,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3147,13 +3038,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js new file mode 100644 index 00000000000..37e3c915419 --- /dev/null +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js @@ -0,0 +1 @@ +Documentation.addTranslations({"locale": "sr_Cyrl_RS", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)"}); \ No newline at end of file diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo new file mode 100644 index 00000000000..fe4d02c015b Binary files /dev/null and b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po new file mode 100644 index 00000000000..f0c08ec0d7f --- /dev/null +++ b/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po @@ -0,0 +1,3354 @@ +# Translations template for Sphinx. +# Copyright (C) 2019 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" +"Language-Team: Serbian (Serbia) (http://www.transifex.com/sphinx-doc/sphinx-1/language/sr_RS/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.6.0\n" +"Language: sr_RS\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:192 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:214 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:234 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:269 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 +msgid "done" +msgstr "" + +#: sphinx/application.py:287 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:303 +#, python-format +msgid "failed: %s" +msgstr "" + +#: sphinx/application.py:313 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:344 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:344 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:346 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:350 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:557 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:654 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:677 sphinx/application.py:696 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1182 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1188 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1199 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:220 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:229 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:234 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:264 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:282 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:312 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:363 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:366 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:370 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:397 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:405 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:406 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: sphinx/config.py:407 +#, python-format +msgid "Table %s" +msgstr "" + +#: sphinx/config.py:408 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:447 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:465 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:497 +#, python-format +msgid "" +"the config value %r is set to a string with non-ASCII characters; this can " +"lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "" + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:60 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/extension.py:52 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:57 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:142 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:163 +#, python-format +msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:131 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:133 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:163 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:215 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:226 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:250 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:270 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:278 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:308 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:324 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:344 +#, python-format +msgid "source_input for %r is already registered" +msgstr "" + +#: sphinx/registry.py:363 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:375 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:445 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:453 +#, python-format +msgid "math renderer %s is already registred" +msgstr "" + +#: sphinx/registry.py:464 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:475 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:476 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:479 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:488 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:496 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:221 sphinx/roles.py:272 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/theming.py:79 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:81 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:87 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:112 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:132 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:242 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:258 +msgid "" +"sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " +"install it manually.(pip install sphinx_rtd_theme)" +msgstr "" + +#: sphinx/theming.py:262 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:205 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:209 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:245 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:266 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:276 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:284 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:298 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:303 +#, python-format +msgid "file %r given on command line does not exist, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:314 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:325 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:335 +#, python-format +msgid "building [%s]" +msgstr "" + +#: sphinx/builders/__init__.py:342 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:347 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:349 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:364 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 +msgid "waiting for workers..." +msgstr "" + +#: sphinx/builders/__init__.py:551 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/_epub_base.py:219 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:422 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:445 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:566 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/changes.py:39 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:68 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:87 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:89 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:134 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:141 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:24 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:69 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:216 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:219 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:223 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:226 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:229 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:232 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:235 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:239 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:242 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:215 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:239 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/gettext.py:240 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:244 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:271 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/html.py:182 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html.py:217 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html.py:399 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html.py:500 +msgid "html_use_opensearch config value must now be a string" +msgstr "" + +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html.py:506 +msgid "index" +msgstr "" + +#: sphinx/builders/html.py:570 +msgid "next" +msgstr "" + +#: sphinx/builders/html.py:579 +msgid "previous" +msgstr "" + +#: sphinx/builders/html.py:677 +msgid "generating indices..." +msgstr "" + +#: sphinx/builders/html.py:695 +msgid "writing additional pages..." +msgstr "" + +#: sphinx/builders/html.py:780 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html.py:788 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html.py:795 +msgid "copying static files... " +msgstr "" + +#: sphinx/builders/html.py:830 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:847 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:854 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html.py:860 +msgid "copying extra files... " +msgstr "" + +#: sphinx/builders/html.py:866 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:872 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html.py:880 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:927 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html.py:996 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html.py:1094 +#, 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.py:1099 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/html.py:1131 +msgid "dumping object inventory... " +msgstr "" + +#: sphinx/builders/html.py:1138 +#, python-format +msgid "dumping search index in %s ... " +msgstr "" + +#: sphinx/builders/html.py:1184 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html.py:1228 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html.py:1231 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html.py:1264 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/linkcheck.py:80 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:144 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: sphinx/builders/linkcheck.py:242 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/manpage.py:43 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:51 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:52 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:85 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:93 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:33 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:112 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:121 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:123 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:163 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:171 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 +#, python-format +msgid "Unknown configure key: latex_elements[%r]. ignored." +msgstr "" + +#: sphinx/cmd/build.py:38 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:48 +msgid "interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:50 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:56 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:63 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:66 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:69 +msgid " import sys; sys.setrecursionlimit(1500)" +msgstr "" + +#: sphinx/cmd/build.py:71 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:77 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:80 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:97 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:107 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:128 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:135 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:138 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:143 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:146 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:149 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:153 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:167 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:172 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:174 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:176 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:187 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:189 +msgid "With -W, Keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:191 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:193 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:227 +#, python-format +msgid "cannot find files %r" +msgstr "" + +#: sphinx/cmd/build.py:230 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:249 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:259 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:266 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:61 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:63 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:107 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:119 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:128 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:136 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:143 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:169 +msgid "" +"* Note: non-ASCII characters entered and terminal encoding unknown -- " +"assuming UTF-8 or Latin-1." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: sphinx/cmd/quickstart.py:249 +msgid "" +"\n" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +#, python-format +msgid "" +"\n" +"Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:257 +msgid "" +"\n" +"Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:264 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:266 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:268 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:274 +msgid "" +"\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:278 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:282 +msgid "" +"\n" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:286 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "" +"\n" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:291 +msgid "Project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:293 +msgid "Author name(s)" +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "" +"\n" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Project version" +msgstr "" + +#: sphinx/cmd/quickstart.py:304 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:307 +msgid "" +"\n" +"If the documents are to be written in a language other than English,\n" +"you can select a language here by its language code. Sphinx will then\n" +"translate text that it generates into that language.\n" +"\n" +"For a list of supported codes, see\n" +"http://sphinx-doc.org/config.html#confval-language." +msgstr "" + +#: sphinx/cmd/quickstart.py:314 +msgid "Project language" +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "" +"\n" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:325 +msgid "" +"\n" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:330 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:336 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:338 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:340 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:344 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:354 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:359 +msgid "" +"\n" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:363 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:450 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:451 +#, python-format +msgid "" +"\n" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:453 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:456 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:459 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:499 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:509 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "output path" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:522 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:524 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:528 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:530 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:532 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:536 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:538 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:540 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:548 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:550 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:552 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:554 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:557 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:560 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:563 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:565 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:568 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:571 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:605 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:619 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:621 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:636 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:74 +msgid "Over dedent has detected" +msgstr "" + +#: sphinx/directives/code.py:94 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:235 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:275 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:301 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:306 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:172 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Author: " +msgstr "" + +#: sphinx/domains/__init__.py:344 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:189 +#, python-format +msgid "%s (C function)" +msgstr "" + +#: sphinx/domains/c.py:191 +#, python-format +msgid "%s (C member)" +msgstr "" + +#: sphinx/domains/c.py:193 +#, python-format +msgid "%s (C macro)" +msgstr "" + +#: sphinx/domains/c.py:195 +#, python-format +msgid "%s (C type)" +msgstr "" + +#: sphinx/domains/c.py:197 +#, python-format +msgid "%s (C variable)" +msgstr "" + +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:260 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:262 +msgid "variable" +msgstr "" + +#: sphinx/domains/changeset.py:33 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:34 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:35 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/cpp.py:4297 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Declaration is '%s'." +msgstr "" + +#: sphinx/domains/cpp.py:6374 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:6505 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:6955 +msgid "union" +msgstr "" + +#: sphinx/domains/cpp.py:6959 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:6960 +msgid "enum" +msgstr "" + +#: sphinx/domains/cpp.py:6961 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/cpp.py:7054 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Name of declaration is '%s'." +msgstr "" + +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:134 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:136 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:204 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 +msgid "module" +msgstr "" + +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/math.py:126 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/python.py:50 +msgid "keyword" +msgstr "" + +#: sphinx/domains/python.py:51 +msgid "operator" +msgstr "" + +#: sphinx/domains/python.py:52 +msgid "object" +msgstr "" + +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:54 +msgid "statement" +msgstr "" + +#: sphinx/domains/python.py:55 +msgid "built-in function" +msgstr "" + +#: sphinx/domains/python.py:215 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:219 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:433 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:454 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:455 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:492 +#, python-format +msgid "%s() (%s.%s method)" +msgstr "" + +#: sphinx/domains/python.py:504 +#, python-format +msgid "%s() (%s.%s static method)" +msgstr "" + +#: sphinx/domains/python.py:507 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:517 +#, python-format +msgid "%s() (%s.%s class method)" +msgstr "" + +#: sphinx/domains/python.py:520 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:530 +#, python-format +msgid "%s (%s.%s attribute)" +msgstr "" + +#: sphinx/domains/python.py:667 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:668 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:719 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:746 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:747 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:879 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:917 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:62 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:64 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:116 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:117 +msgid "role" +msgstr "" + +#: sphinx/domains/std.py:88 sphinx/domains/std.py:105 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:166 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:207 +#, python-format +msgid "%scommand line option; %s" +msgstr "" + +#: sphinx/domains/std.py:458 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:459 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:460 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:462 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:463 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:464 +msgid "document" +msgstr "" + +#: sphinx/domains/std.py:502 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:598 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:665 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/std.py:748 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:756 +#, python-format +msgid "no number is assigned for %s: %s" +msgstr "" + +#: sphinx/domains/std.py:767 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:781 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:784 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:70 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:71 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:210 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:212 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:283 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:408 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:536 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:621 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:662 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:82 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:86 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:89 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:156 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:153 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:172 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:91 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:107 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:135 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:197 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:299 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:312 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:319 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:322 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:325 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:328 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:331 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:334 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:337 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:344 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:349 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:359 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:362 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:364 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:373 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:402 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/coverage.py:46 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:55 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:70 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:152 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/doctest.py:142 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:147 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:161 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:230 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:291 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:438 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:527 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/graphviz.py:140 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:150 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:156 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:263 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:273 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run.check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgmath.py:140 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:155 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:290 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:317 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:182 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:312 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:314 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:70 +msgid "Todo" +msgstr "" + +#: sphinx/ext/todo.py:111 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:160 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:163 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:172 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:201 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:207 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:233 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:234 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:302 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:402 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:514 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:602 +#, python-format +msgid "" +"autodoc: failed to determine %r to be documented.the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:694 +#, python-format +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:788 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:796 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:829 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:844 +#, python-format +msgid "" +"missing attribute mentioned in :members: or __all__: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1128 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1185 +#, python-format +msgid "alias of :class:`%s`" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:102 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:106 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:366 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:383 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:387 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:390 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:394 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:398 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:627 +msgid "Example" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:628 +msgid "Examples" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:684 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:688 +msgid "Other Parameters" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:717 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:754 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:759 +msgid "Yields" +msgstr "" + +#: sphinx/locale/__init__.py:307 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:308 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:309 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:310 +msgid "Error" +msgstr "" + +#: sphinx/locale/__init__.py:311 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:312 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:313 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:314 +msgid "See also" +msgstr "" + +#: sphinx/locale/__init__.py:315 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:316 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:23 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:29 +msgid "Continued on next page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/searchresults.html:10 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html:72 +msgid "Full index on one page" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:16 +msgid "Index pages by letter" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:25 +msgid "can be huge" +msgstr "" + +#: sphinx/themes/basic/layout.html:31 +msgid "Navigation" +msgstr "" + +#: sphinx/themes/basic/layout.html:138 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:147 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:156 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:201 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:203 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:207 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:210 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html:11 +msgid "Previous topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:13 +msgid "previous chapter" +msgstr "" + +#: sphinx/themes/basic/relations.html:16 +msgid "Next topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:18 +msgid "next chapter" +msgstr "" + +#: sphinx/themes/basic/search.html:30 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +msgid "" +"From here you can search these documents. Enter your search\n" +" words into the box below and click \"search\". Note that the search\n" +" function will automatically search for all of the words. Pages\n" +" containing fewer words won't appear in the result list." +msgstr "" + +#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/searchresults.html:17 +msgid "search" +msgstr "" + +#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js:295 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js:297 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 +msgid "Permalink to this headline" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:233 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:131 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:136 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:299 +#, python-format +msgid "Search finished, found %s page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:352 +msgid ", in " +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:83 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:96 +#: sphinx/themes/classic/static/sidebar.js_t:124 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:259 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:301 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:307 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:335 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:382 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:402 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:110 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:142 +#, python-format +msgid "%s:%s reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:145 +#, python-format +msgid "%r reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:92 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:120 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:140 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 +msgid "when adding directive classes, no additional arguments may be given" +msgstr "" + +#: sphinx/util/i18n.py:74 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:81 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:215 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:428 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:501 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:510 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:603 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:893 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1843 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/latex.py:2552 +#, python-format +msgid "Unknown configure key: latex_elements[%r] is ignored." +msgstr "" + +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1330 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1421 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: sphinx/writers/texinfo.py:1426 +#, python-format +msgid "unknown node type: %r" +msgstr "" diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.js b/sphinx/locale/sv/LC_MESSAGES/sphinx.js index d39090f4948..b3d1793ed90 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "sv", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Om dessa dokument", "Automatically generated list of changes in version %(version)s": "Automatiskt genererad lista \u00f6ver f\u00f6r\u00e4ndringar i version %(version)s", "C API changes": "F\u00f6r\u00e4ndringar i C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "D\u00f6lj sidolist", "Complete Table of Contents": "Komplett Inneh\u00e5llsf\u00f6rteckning", "Contents": "Inneh\u00e5ll", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Skapad med Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandera sidolist", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "H\u00e4r kan du s\u00f6ka bland dessa dokument. Ange s\u00f6kord nedan och klicka \"s\u00f6k\".\n S\u00f6kningen m\u00e5ste tr\u00e4ffa p\u00e5 samtliga angivna s\u00f6kord.", "Full index on one page": "Hela inneh\u00e5llsf\u00f6rteckningen p\u00e5 en sida", "General Index": "Huvudindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "D\u00f6lj S\u00f6kresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Inneh\u00e5llsf\u00f6rteckning per inledande bokstav", "Indices and tables:": "Index och tabeller", "Last updated on %(last_updated)s.": "Senast uppdaterad %(last_updated)s.", "Library changes": "F\u00f6r\u00e4ndringar i bibliotek", "Navigation": "Navigation", "Next topic": "N\u00e4sta titel", "Other changes": "\u00d6vriga f\u00f6r\u00e4ndringar", "Overview": "\u00d6versikt", "Permalink to this definition": "Permalink till denna definition", "Permalink to this headline": "Permalink till denna rubrik", "Please activate JavaScript to enable the search\n functionality.": "Var god aktivera JavaScript f\u00f6r s\u00f6kfunktionalitet.", "Preparing search...": "", "Previous topic": "F\u00f6reg\u00e5ende titel", "Quick search": "Snabbs\u00f6k", "Search": "S\u00f6k", "Search Page": "S\u00f6ksida", "Search Results": "S\u00f6kresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f6k bland %(docstitle)s", "Searching": "", "Show Source": "Visa k\u00e4llfil", "Table of Contents": "", "This Page": "Denna Sida", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funktioner, klasser, villkor", "can be huge": "kan bli stort", "last updated": "", "lists all sections and subsections": "lista \u00f6ver alla paragrafer och underparagrafer", "next chapter": "N\u00e4sta kapitel", "previous chapter": "F\u00f6reg\u00e5ende kapitel", "quick access to all modules": "genv\u00e4g till alla moduler", "search": "s\u00f6k", "search this documentation": "s\u00f6k i det h\u00e4r dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "sv", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "Om dessa dokument", "Automatically generated list of changes in version %(version)s": "Automatiskt genererad lista \u00f6ver f\u00f6r\u00e4ndringar i version %(version)s", "C API changes": "F\u00f6r\u00e4ndringar i C-API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "D\u00f6lj sidolist", "Complete Table of Contents": "Komplett Inneh\u00e5llsf\u00f6rteckning", "Contents": "Inneh\u00e5ll", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Skapad med Sphinx %(sphinx_version)s.", "Expand sidebar": "Expandera sidolist", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "H\u00e4r kan du s\u00f6ka bland dessa dokument. Ange s\u00f6kord nedan och klicka \"s\u00f6k\".\n S\u00f6kningen m\u00e5ste tr\u00e4ffa p\u00e5 samtliga angivna s\u00f6kord.", "Full index on one page": "Hela inneh\u00e5llsf\u00f6rteckningen p\u00e5 en sida", "General Index": "Huvudindex", "Global Module Index": "Global Modulindex", "Go": "G\u00e5", "Hide Search Matches": "D\u00f6lj S\u00f6kresultat", "Index": "Index", "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Inneh\u00e5llsf\u00f6rteckning per inledande bokstav", "Indices and tables:": "Index och tabeller", "Last updated on %(last_updated)s.": "Senast uppdaterad %(last_updated)s.", "Library changes": "F\u00f6r\u00e4ndringar i bibliotek", "Navigation": "Navigation", "Next topic": "N\u00e4sta titel", "Other changes": "\u00d6vriga f\u00f6r\u00e4ndringar", "Overview": "\u00d6versikt", "Permalink to this definition": "Permalink till denna definition", "Permalink to this headline": "Permalink till denna rubrik", "Please activate JavaScript to enable the search\n functionality.": "Var god aktivera JavaScript f\u00f6r s\u00f6kfunktionalitet.", "Preparing search...": "", "Previous topic": "F\u00f6reg\u00e5ende titel", "Quick search": "Snabbs\u00f6k", "Search": "S\u00f6k", "Search Page": "S\u00f6ksida", "Search Results": "S\u00f6kresultat", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "S\u00f6k bland %(docstitle)s", "Searching": "", "Show Source": "Visa k\u00e4llfil", "Table of Contents": "", "This Page": "Denna Sida", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "alla funktioner, klasser, villkor", "can be huge": "kan bli stort", "last updated": "", "lists all sections and subsections": "lista \u00f6ver alla paragrafer och underparagrafer", "next chapter": "N\u00e4sta kapitel", "previous chapter": "F\u00f6reg\u00e5ende kapitel", "quick access to all modules": "genv\u00e4g till alla moduler", "search": "s\u00f6k", "search this documentation": "s\u00f6k i det h\u00e4r dokumentet", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index 68671ef175e..ac597271df5 100644 Binary files a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo and b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.po b/sphinx/locale/sv/LC_MESSAGES/sphinx.po index 5755a5a40fb..431a16998f3 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Swedish (http://www.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" "MIME-Version: 1.0\n" @@ -18,21 +18,21 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +45,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +129,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +137,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +192,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Inbyggda" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modulnivå" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Huvudindex" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "index" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "nästa" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "föregående" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +921,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(i " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Index" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Utgåva" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1143,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1391,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1403,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1431,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1450,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1474,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1511,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1541,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1570,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Sektionsförfattare" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modulförfattare" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Källkodsförfattare" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Upphovsman:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametrar" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Returnerar" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Returtyp" @@ -1919,12 +1806,12 @@ msgstr "%s (C-typ)" msgid "%s (C variable)" msgstr "%s (C-variabel)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "funktion" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "medlem" @@ -1932,7 +1819,7 @@ msgstr "medlem" msgid "macro" msgstr "makro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "typ" @@ -1940,297 +1827,262 @@ msgstr "typ" msgid "variable" msgstr "variabel" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Nyheter i version %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Förändrat i version %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Ersatt sedan version %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Kastar" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++-typ)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++-medlem)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++-funktion)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++-klass)" - -#: sphinx/domains/cpp.py:6333 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "klass" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (inbyggd funktion)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metod)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (klass)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variabel eller konstant)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribut)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argument" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metod" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "attribut" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modul" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "nyckelord" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "operator" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "objekt" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "undantag" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "uttryck" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "inbyggda funktioner" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Variabler" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Väcker" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (i modul %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (inbyggd variabel)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (i modul %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (inbyggd klass)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (klass i %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metod)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statisk metod)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statisk metod)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s klassmetod)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s klassmetod)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s attribut)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python Modulindex" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "moduler" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Ersatt" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "klassmetod" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statisk metod" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (direktiv)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (roll)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "direktiv" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "roll" @@ -2239,209 +2091,200 @@ msgstr "roll" msgid "environment variable; %s" msgstr "miljövariabel; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skommandorad växel; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "ordlista" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "grammatisk token" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referensetikett" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "miljövariabel" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "programväxel" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Index" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modulindex" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Söksida" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "se %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "se även %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2296,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[source]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Att göra" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "ursprungsvärde" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[docs]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modulkällkod" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

Källkod för %s

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Översikt: modulkällkod" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Alla moduler där källkod finns

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2678,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "alias för :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2771,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Uppmärksamma" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Varning" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Risk" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Fel" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Råd" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Viktigt" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Observera" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Se även" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tips" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Varning" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "fortsättning från föregående sida" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Fortsätter på nästa sida" @@ -2998,7 +2889,7 @@ msgstr "Sök" msgid "Go" msgstr "Gå" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Visa källfil" @@ -3147,13 +3038,13 @@ msgstr "sök" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Sökresultat" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3086,36 @@ msgstr "Förändringar i C-API" msgid "Other changes" msgstr "Övriga förändringar" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Permalink till denna rubrik" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Permalink till denna definition" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Dölj Sökresultat" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3132,89 @@ msgstr "Dölj sidolist" msgid "Contents" msgstr "Innehåll" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3228,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Utgåva" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Fotnoter" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[image]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.js b/sphinx/locale/ta/LC_MESSAGES/sphinx.js index 3e96d38556a..8d964a62e1a 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "ta", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); +Documentation.addTranslations({"locale": "ta", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo index 51ff62ce521..d88a005bc37 100644 Binary files a/sphinx/locale/ta/LC_MESSAGES/sphinx.mo and b/sphinx/locale/ta/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index 8c1501cec61..f7de45a278f 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -1,14 +1,15 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: +# Julien Malard , 2019 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Tamil (http://www.transifex.com/sphinx-doc/sphinx-1/language/ta/)\n" "MIME-Version: 1.0\n" @@ -18,21 +19,21 @@ msgstr "" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -45,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -141,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -149,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -210,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" -msgstr "" +msgstr "%d கண்டு ப்பிடித்த விட்டது" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" -msgstr "" +msgstr "அடுத்த" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1050,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1250,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1504,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1516,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1544,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1563,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1587,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1624,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1654,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1683,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "" @@ -1919,12 +1807,12 @@ msgstr "" msgid "%s (C variable)" msgstr "" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "" @@ -1932,7 +1820,7 @@ msgstr "" msgid "macro" msgstr "" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "" @@ -1940,297 +1828,262 @@ msgstr "" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2239,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2453,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2806,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2880,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2998,7 +2890,7 @@ msgstr "" msgid "Go" msgstr "" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "" @@ -3147,13 +3039,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3195,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3241,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3324,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.js b/sphinx/locale/tr/LC_MESSAGES/sphinx.js index 61caf62f48c..751393316f5 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "tr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u015funun i\u00e7inde:", "About these documents": "Bu belgeler hakk\u0131nda", "Automatically generated list of changes in version %(version)s": "%(version)s s\u00fcr\u00fcm\u00fcndeki de\u011fi\u015fikliklerin otomatik olarak \u00fcretilmi\u015f listesi", "C API changes": "C API'sindeki de\u011fi\u015fiklikler", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Yan \u00e7ubu\u011fu daralt", "Complete Table of Contents": "Ayr\u0131nt\u0131l\u0131 \u0130\u00e7indekiler Tablosu", "Contents": "\u0130\u00e7indekiler", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s ile olu\u015fturulmu\u015ftur.", "Expand sidebar": "Yan \u00e7ubu\u011fu geni\u015flet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Burada belgeler i\u00e7inde arama yapabilirsiniz. Arad\u0131\u011f\u0131n\u0131z kelimeyi \na\u015fa\u011f\u0131daki kutuya yaz\u0131p \"ara\" d\u00fc\u011fmesine bas\u0131n\u0131z. Arama i\u015flevi \notomatik olarak b\u00fct\u00fcn kelimeleri arayacakt\u0131r. Eksik kelime i\u00e7eren \nsayfalar sonu\u00e7 listesinde g\u00f6r\u00fcnmez.", "Full index on one page": "B\u00fct\u00fcn dizin tek sayfada", "General Index": "Genel Dizin", "Global Module Index": "Global Mod\u00fcl Dizini", "Go": "Git", "Hide Search Matches": "Arama Sonu\u00e7lar\u0131n\u0131 Gizle", "Index": "Dizin", "Index – %(key)s": "Dizin – %(key)s", "Index pages by letter": "Harfe g\u00f6re dizin sayfalar\u0131", "Indices and tables:": "Dizinler ve tablolar", "Last updated on %(last_updated)s.": "Son g\u00fcncelleme: %(last_updated)s.", "Library changes": "K\u00fct\u00fcphane de\u011fi\u015fiklikleri", "Navigation": "Gezinti", "Next topic": "Sonraki konu", "Other changes": "Di\u011fer de\u011fi\u015fiklikler", "Overview": "Genel Bak\u0131\u015f", "Permalink to this definition": "Bu tan\u0131m\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Permalink to this headline": "Bu ba\u015fl\u0131\u011f\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Please activate JavaScript to enable the search\n functionality.": "Arama i\u015flevini kullanabilmek i\u00e7in l\u00fctfen JavaScript'i\n etkinle\u015ftirin.", "Preparing search...": "Aramaya haz\u0131rlan\u0131yor...", "Previous topic": "\u00d6nceki konu", "Quick search": "H\u0131zl\u0131 Arama", "Search": "Ara", "Search Page": "Arama Sayfas\u0131", "Search Results": "Arama Sonu\u00e7lar\u0131", "Search finished, found %s page(s) matching the search query.": "Arama tamamland\u0131. Sorguyu i\u00e7eren %s sayfa bulundu.", "Search within %(docstitle)s": "%(docstitle)s i\u00e7inde ara", "Searching": "Aran\u0131yor", "Show Source": "Kayna\u011f\u0131 G\u00f6ster", "Table of Contents": "", "This Page": "Bu Sayfa", "Welcome! This is": "Ho\u015fgeldiniz! Kar\u015f\u0131n\u0131zda", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Arama sonucunda herhangi bir belge bulunamad\u0131. B\u00fct\u00fcn kelimeleri do\u011fru yazd\u0131\u011f\u0131n\u0131zdan ve gerekli b\u00fct\u00fcn kategorileri se\u00e7ti\u011finizden emin olun.", "all functions, classes, terms": "b\u00fct\u00fcn fonksiyonlar, s\u0131n\u0131flar, terimler", "can be huge": "\u00e7ok b\u00fcy\u00fck olabilir", "last updated": "son g\u00fcncelleme", "lists all sections and subsections": "b\u00fct\u00fcn b\u00f6l\u00fcmler ve alt b\u00f6l\u00fcmler listelenir", "next chapter": "sonraki b\u00f6l\u00fcm", "previous chapter": "\u00f6nceki b\u00f6l\u00fcm", "quick access to all modules": "b\u00fct\u00fcn mod\u00fcllere h\u0131zl\u0131 eri\u015fim", "search": "ara", "search this documentation": "Bu belgelerde ara", "the documentation for": "belgelendirme konusu: "}, "plural_expr": "(n > 1)"}); +Documentation.addTranslations({"locale": "tr", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": ", \u015funun i\u00e7inde:", "About these documents": "Bu belgeler hakk\u0131nda", "Automatically generated list of changes in version %(version)s": "%(version)s s\u00fcr\u00fcm\u00fcndeki de\u011fi\u015fikliklerin otomatik olarak \u00fcretilmi\u015f listesi", "C API changes": "C API'sindeki de\u011fi\u015fiklikler", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "Yan \u00e7ubu\u011fu daralt", "Complete Table of Contents": "Ayr\u0131nt\u0131l\u0131 \u0130\u00e7indekiler Tablosu", "Contents": "\u0130\u00e7indekiler", "Copyright": "Copyright", "Created using Sphinx %(sphinx_version)s.": "Sphinx %(sphinx_version)s ile olu\u015fturulmu\u015ftur.", "Expand sidebar": "Yan \u00e7ubu\u011fu geni\u015flet", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "Burada belgeler i\u00e7inde arama yapabilirsiniz. Arad\u0131\u011f\u0131n\u0131z kelimeyi \na\u015fa\u011f\u0131daki kutuya yaz\u0131p \"ara\" d\u00fc\u011fmesine bas\u0131n\u0131z. Arama i\u015flevi \notomatik olarak b\u00fct\u00fcn kelimeleri arayacakt\u0131r. Eksik kelime i\u00e7eren \nsayfalar sonu\u00e7 listesinde g\u00f6r\u00fcnmez.", "Full index on one page": "B\u00fct\u00fcn dizin tek sayfada", "General Index": "Genel Dizin", "Global Module Index": "Global Mod\u00fcl Dizini", "Go": "Git", "Hide Search Matches": "Arama Sonu\u00e7lar\u0131n\u0131 Gizle", "Index": "Dizin", "Index – %(key)s": "Dizin – %(key)s", "Index pages by letter": "Harfe g\u00f6re dizin sayfalar\u0131", "Indices and tables:": "Dizinler ve tablolar", "Last updated on %(last_updated)s.": "Son g\u00fcncelleme: %(last_updated)s.", "Library changes": "K\u00fct\u00fcphane de\u011fi\u015fiklikleri", "Navigation": "Gezinti", "Next topic": "Sonraki konu", "Other changes": "Di\u011fer de\u011fi\u015fiklikler", "Overview": "Genel Bak\u0131\u015f", "Permalink to this definition": "Bu tan\u0131m\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Permalink to this headline": "Bu ba\u015fl\u0131\u011f\u0131n kal\u0131c\u0131 ba\u011flant\u0131s\u0131", "Please activate JavaScript to enable the search\n functionality.": "Arama i\u015flevini kullanabilmek i\u00e7in l\u00fctfen JavaScript'i\n etkinle\u015ftirin.", "Preparing search...": "Aramaya haz\u0131rlan\u0131yor...", "Previous topic": "\u00d6nceki konu", "Quick search": "H\u0131zl\u0131 Arama", "Search": "Ara", "Search Page": "Arama Sayfas\u0131", "Search Results": "Arama Sonu\u00e7lar\u0131", "Search finished, found %s page(s) matching the search query.": "Arama tamamland\u0131. Sorguyu i\u00e7eren %s sayfa bulundu.", "Search within %(docstitle)s": "%(docstitle)s i\u00e7inde ara", "Searching": "Aran\u0131yor", "Show Source": "Kayna\u011f\u0131 G\u00f6ster", "Table of Contents": "", "This Page": "Bu Sayfa", "Welcome! This is": "Ho\u015fgeldiniz! Kar\u015f\u0131n\u0131zda", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Arama sonucunda herhangi bir belge bulunamad\u0131. B\u00fct\u00fcn kelimeleri do\u011fru yazd\u0131\u011f\u0131n\u0131zdan ve gerekli b\u00fct\u00fcn kategorileri se\u00e7ti\u011finizden emin olun.", "all functions, classes, terms": "b\u00fct\u00fcn fonksiyonlar, s\u0131n\u0131flar, terimler", "can be huge": "\u00e7ok b\u00fcy\u00fck olabilir", "last updated": "son g\u00fcncelleme", "lists all sections and subsections": "b\u00fct\u00fcn b\u00f6l\u00fcmler ve alt b\u00f6l\u00fcmler listelenir", "next chapter": "sonraki b\u00f6l\u00fcm", "previous chapter": "\u00f6nceki b\u00f6l\u00fcm", "quick access to all modules": "b\u00fct\u00fcn mod\u00fcllere h\u0131zl\u0131 eri\u015fim", "search": "ara", "search this documentation": "Bu belgelerde ara", "the documentation for": "belgelendirme konusu: "}, "plural_expr": "(n > 1)"}); \ No newline at end of file diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 277edb0eed8..136d35adb25 100644 Binary files a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo and b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.po b/sphinx/locale/tr/LC_MESSAGES/sphinx.po index 1678fe0f411..f4a7e06870b 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Turkish (http://www.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" "MIME-Version: 1.0\n" @@ -20,21 +20,21 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -47,95 +47,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -143,7 +131,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -151,60 +139,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -212,833 +194,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "Şekil %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "Tablo %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "Liste %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python'ı İyileştirme Önerileri; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Gömülü Öğeler" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Modül düzeyi" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d %b %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Genel Dizin" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "dizin" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "sonraki" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "önceki" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s belgelendirme çalışması" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1052,188 +923,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (şurada: " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Dizin" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Sürüm" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1252,253 +1145,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1506,11 +1393,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1518,25 +1405,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1546,15 +1433,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1565,22 +1452,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1589,36 +1476,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1626,29 +1513,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1656,26 +1543,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1685,214 +1572,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Bölümün yazarı: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Modülün yazarı: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Kodun yazarı: " -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Yazarı: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Parametreler" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Dönüş değeri:" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Dönüş tipi" @@ -1921,12 +1808,12 @@ msgstr "%s (C tipi)" msgid "%s (C variable)" msgstr "%s (C değişkeni)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "fonksiyonu" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "öğesi" @@ -1934,7 +1821,7 @@ msgstr "öğesi" msgid "macro" msgstr "makrosu" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "tipi" @@ -1942,297 +1829,262 @@ msgstr "tipi" msgid "variable" msgstr "değişkeni" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "%s sürümüyle geldi" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "%s sürümünde değişti" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "%s sürümünden beri önerilmiyor" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "Şablon Parametreleri" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Şunu verir: " -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ tipi)" - -#: sphinx/domains/cpp.py:6293 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ öğesi)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ fonksiyonu)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ sınıfı)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum sabiti)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ numaralandırıcısı)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "sınıfı" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "numaralandırıcı" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (gömülü fonksiyon)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s metodu)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (sınıfı)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global değişken veya sabit)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s niteliği)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Argümanlar" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (modül)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "metodu" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "verisi" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "niteliği" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "modülü" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "anahtar sözcük" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "işleç" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "nesne" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "istisnası" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "deyim" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "gömülü fonksiyon" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Değişkenler" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Şunu tetikler:" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (%s modülü içinde)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (gömülü değişken)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (%s modülü içinde)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (gömülü sınıf)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (%s içinde bir sınıf)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s metodu)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s statik metodu)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s statik metodu)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s sınıf metodu)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s sınıf metodu)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s niteliği)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python Modül Dizini" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "modüller" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Önerilmiyor" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "sınıf metodu" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "statik metodu" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (önerilmiyor)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (yönerge)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (rol)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "yönergesi" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "rolü" @@ -2241,209 +2093,200 @@ msgstr "rolü" msgid "environment variable; %s" msgstr "çevre değişkeni; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%skomut satırı seçeneği; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "sözlük terimi" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "dilbilgisi girdisi" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "referans etiketi" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "çevre değişkeni" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "program seçeneği" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Dizin" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Modül Dizini" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Arama Sayfası" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "bkz. %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "ayrıca bkz. %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Simgeler" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2455,352 +2298,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[çizim: %s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[çizim]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(%s v%s içinde)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[kaynak]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Yapılacaklar" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<<özgün girdi>>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<<özgün girdi>> %s içinde, %d. satırda.)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "özgün girdi" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[belgeler]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "Modül kodu" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s öğesinin kaynak kodu

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "Genel bakış: modül kodu" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

Kodları mevcut bütün modüller

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2808,66 +2680,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "şunun takma adı: :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2882,106 +2773,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Dikkat" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Uyarı" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Tehlike" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Hata" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "İpucu" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Önemli" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Not" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Ayrıca bkz." -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Tüyo" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Uyarı" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "önceki sayfadan devam" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "Devamı sonraki sayfada" @@ -3000,7 +2891,7 @@ msgstr "Ara" msgid "Go" msgstr "Git" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Kaynağı Göster" @@ -3149,13 +3040,13 @@ msgstr "ara" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Arama Sonuçları" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3197,36 +3088,36 @@ msgstr "C API'sindeki değişiklikler" msgid "Other changes" msgstr "Diğer değişiklikler" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Bu başlığın kalıcı bağlantısı" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Bu tanımın kalıcı bağlantısı" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Arama Sonuçlarını Gizle" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "Aranıyor" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "Aramaya hazırlanıyor..." -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "Arama tamamlandı. Sorguyu içeren %s sayfa bulundu." -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ", şunun içinde:" @@ -3243,76 +3134,89 @@ msgstr "Yan çubuğu daralt" msgid "Contents" msgstr "İçindekiler" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3326,140 +3230,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "Bu tablonun kalıcı bağlantısı" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "Bu kodun kalıcı bağlantısı" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "Bu resmin kalıcı bağlantısı" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "Bu içindekiler tablosunun kalıcı bağlantısı" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Sürüm" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "sayfa" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "Dipnotları" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[resim: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[resim]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js index 5a555b25f99..82116dcebc2 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "uk_UA", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u041f\u0440\u043e \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u043c\u0456\u043d \u0432 \u0432\u0435\u0440\u0441\u0456\u0457 %(version)s", "C API changes": "\u0437\u043c\u0456\u043d\u0438 C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0417\u043c\u0456\u0441\u0442", "Contents": "", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0432\u0456\u0434\u0441\u0438 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438. \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0432\u0430\u0448\u0456 \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0456\n \u0441\u043b\u043e\u0432\u0430 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0447\u0435 \u0442\u0430 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u043f\u043e\u0448\u0443\u043a\". \u0417\u0430\u0443\u0432\u0430\u0436\u0442\u0435 \u0449\u043e \u0444\u0443\u043d\u043a\u0446\u0456\u044f\n \u043f\u043e\u0448\u0443\u043a\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0448\u0443\u043a\u0430\u0442\u0438\u043c\u0435 \u0437\u0430 \u0432\u0441\u0456\u043c\u0430 \u0441\u043b\u043e\u0432\u0430\u043c\u0438. \u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0438\n \u0449\u043e \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043c\u0435\u043d\u0448\u0435 \u0441\u043b\u0456\u0432 \u043d\u0435 \u0437'\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0443\u044e\u0447\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443.", "Full index on one page": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456", "General Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", "Global Module Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "Go": "\u0412\u043f\u0435\u0440\u0435\u0434", "Hide Search Matches": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u043f\u0456\u0432\u043f\u0430\u0434\u0456\u043d\u043d\u044f \u043f\u043e\u0448\u0443\u043a\u0443", "Index": "\u0406\u043d\u0434\u0435\u043a\u0441", "Index – %(key)s": "\u0406\u043d\u0434\u0435\u043a\u0441 – %(key)s", "Index pages by letter": "\u0406\u043d\u0434\u0435\u043a\u0441\u043d\u0456 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u043f\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c", "Indices and tables:": "\u0406\u043d\u0434\u0435\u043a\u0441\u0438 \u0442\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0456:", "Last updated on %(last_updated)s.": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e %(last_updated)s.", "Library changes": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0446\u0456", "Navigation": "\u041d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044f", "Next topic": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043c\u0430", "Other changes": "\u0406\u043d\u0448\u0456 \u0437\u043c\u0456\u043d\u0438", "Overview": "\u041e\u0433\u043b\u044f\u0434", "Permalink to this definition": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f", "Permalink to this headline": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 JavaScript, \u0449\u043e\u0431 \u0432\u0432\u0456\u043a\u043d\u0443\u0442\u0438\n\"\n\" \u043f\u043e\u0448\u0443\u043a.", "Preparing search...": "", "Previous topic": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Quick search": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u043f\u043e\u0448\u0443\u043a", "Search": "\u041f\u043e\u0448\u0443\u043a", "Search Page": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u0443", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 %(docstitle)s", "Searching": "", "Show Source": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", "Table of Contents": "", "This Page": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0432\u0441\u0456 \u0444\u0443\u043d\u043a\u0446\u0456\u0457, \u043a\u043b\u0430\u0441\u0438, \u0442\u0435\u0440\u043c\u0456\u043d\u0438", "can be huge": "\u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u0438\u043c", "last updated": "", "lists all sections and subsections": "\u043f\u0435\u0440\u0435\u043b\u0456\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0441\u0435\u043a\u0446\u0456\u0457 \u0442\u0430 \u043f\u0456\u0434\u0441\u0435\u043a\u0446\u0456\u0457", "next chapter": "\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "previous chapter": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "quick access to all modules": "\u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0441\u0456\u0445 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "search": "\u043f\u043e\u0448\u0443\u043a", "search this documentation": "\u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0456\u044e", "the documentation for": ""}, "plural_expr": "(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3)"}); +Documentation.addTranslations({"locale": "uk_UA", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "\u041f\u0440\u043e \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438", "Automatically generated list of changes in version %(version)s": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0437\u043c\u0456\u043d \u0432 \u0432\u0435\u0440\u0441\u0456\u0457 %(version)s", "C API changes": "\u0437\u043c\u0456\u043d\u0438 C API", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0417\u043c\u0456\u0441\u0442", "Contents": "", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430", "Created using Sphinx %(sphinx_version)s.": "\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043e \u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f\u043c Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u0417\u0432\u0456\u0434\u0441\u0438 \u0432\u0438 \u043c\u043e\u0436\u0435\u0442\u0435 \u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u0456 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0438. \u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0432\u0430\u0448\u0456 \u043f\u043e\u0448\u0443\u043a\u043e\u0432\u0456\n \u0441\u043b\u043e\u0432\u0430 \u0432 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0447\u0435 \u0442\u0430 \u043d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \"\u043f\u043e\u0448\u0443\u043a\". \u0417\u0430\u0443\u0432\u0430\u0436\u0442\u0435 \u0449\u043e \u0444\u0443\u043d\u043a\u0446\u0456\u044f\n \u043f\u043e\u0448\u0443\u043a\u0443 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0448\u0443\u043a\u0430\u0442\u0438\u043c\u0435 \u0437\u0430 \u0432\u0441\u0456\u043c\u0430 \u0441\u043b\u043e\u0432\u0430\u043c\u0438. \u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0438\n \u0449\u043e \u043c\u0456\u0441\u0442\u044f\u0442\u044c \u043c\u0435\u043d\u0448\u0435 \u0441\u043b\u0456\u0432 \u043d\u0435 \u0437'\u044f\u0432\u043b\u044f\u0442\u044c\u0441\u044f \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0443\u044e\u0447\u043e\u043c\u0443 \u0441\u043f\u0438\u0441\u043a\u0443.", "Full index on one page": "\u041f\u043e\u0432\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043d\u0430 \u043e\u0434\u043d\u0456\u0439 \u0441\u0442\u043e\u0440\u0456\u043d\u0446\u0456", "General Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441", "Global Module Index": "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0438\u0439 \u0456\u043d\u0434\u0435\u043a\u0441 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "Go": "\u0412\u043f\u0435\u0440\u0435\u0434", "Hide Search Matches": "\u041f\u0440\u0438\u0445\u043e\u0432\u0430\u0442\u0438 \u0441\u043f\u0456\u0432\u043f\u0430\u0434\u0456\u043d\u043d\u044f \u043f\u043e\u0448\u0443\u043a\u0443", "Index": "\u0406\u043d\u0434\u0435\u043a\u0441", "Index – %(key)s": "\u0406\u043d\u0434\u0435\u043a\u0441 – %(key)s", "Index pages by letter": "\u0406\u043d\u0434\u0435\u043a\u0441\u043d\u0456 \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0438 \u043f\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c", "Indices and tables:": "\u0406\u043d\u0434\u0435\u043a\u0441\u0438 \u0442\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0456:", "Last updated on %(last_updated)s.": "\u0412\u043e\u0441\u0442\u0430\u043d\u043d\u0454 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043e %(last_updated)s.", "Library changes": "\u0417\u043c\u0456\u043d\u0438 \u0432 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u0446\u0456", "Navigation": "\u041d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044f", "Next topic": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u0442\u0435\u043c\u0430", "Other changes": "\u0406\u043d\u0448\u0456 \u0437\u043c\u0456\u043d\u0438", "Overview": "\u041e\u0433\u043b\u044f\u0434", "Permalink to this definition": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435 \u0432\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f", "Permalink to this headline": "\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0435 \u043f\u043e\u0441\u0438\u043b\u0430\u043d\u043d\u044f \u043d\u0430 \u0446\u0435\u0439 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a", "Please activate JavaScript to enable the search\n functionality.": "\u0411\u0443\u0434\u044c-\u043b\u0430\u0441\u043a\u0430 \u0432\u0456\u043c\u043a\u043d\u0456\u0442\u044c \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443 JavaScript, \u0449\u043e\u0431 \u0432\u0432\u0456\u043a\u043d\u0443\u0442\u0438\n\"\n\" \u043f\u043e\u0448\u0443\u043a.", "Preparing search...": "", "Previous topic": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "Quick search": "\u0428\u0432\u0438\u0434\u043a\u0438\u0439 \u043f\u043e\u0448\u0443\u043a", "Search": "\u041f\u043e\u0448\u0443\u043a", "Search Page": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u0443", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 %(docstitle)s", "Searching": "", "Show Source": "\u0412\u0456\u0434\u043e\u0431\u0440\u0430\u0437\u0438\u0442\u0438 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442", "Table of Contents": "", "This Page": "\u0426\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "\u0432\u0441\u0456 \u0444\u0443\u043d\u043a\u0446\u0456\u0457, \u043a\u043b\u0430\u0441\u0438, \u0442\u0435\u0440\u043c\u0456\u043d\u0438", "can be huge": "\u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0432\u0435\u043b\u0438\u0447\u0435\u0437\u043d\u0438\u043c", "last updated": "", "lists all sections and subsections": "\u043f\u0435\u0440\u0435\u043b\u0456\u0447\u0438\u0442\u0438 \u0432\u0441\u0456 \u0441\u0435\u043a\u0446\u0456\u0457 \u0442\u0430 \u043f\u0456\u0434\u0441\u0435\u043a\u0446\u0456\u0457", "next chapter": "\u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "previous chapter": "\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u0440\u043e\u0437\u0434\u0456\u043b", "quick access to all modules": "\u0448\u0432\u0438\u0434\u043a\u0438\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u0434\u043e \u0432\u0441\u0456\u0445 \u043c\u043e\u0434\u0443\u043b\u0456\u0432", "search": "\u043f\u043e\u0448\u0443\u043a", "search this documentation": "\u0448\u0443\u043a\u0430\u0442\u0438 \u0446\u044e \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0456\u044e", "the documentation for": ""}, "plural_expr": "(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3)"}); \ No newline at end of file diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 64dca7ad560..66b95e66c2c 100644 Binary files a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo and b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index 91c29f8232f..d7c23e83b12 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" "MIME-Version: 1.0\n" @@ -19,21 +19,21 @@ msgstr "" "Language: uk_UA\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Вбудовані елементи" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Рівень модуля" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%b %d, %Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Загальний індекс" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "індекс" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "наступний" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "попередній" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr " (в " -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "Індекс" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "Реліз" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Автор секції: " -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Автор модуля: " -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Автор: " -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Параметри" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Повертає" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Тип повернення" @@ -1920,12 +1807,12 @@ msgstr "%s (C тип)" msgid "%s (C variable)" msgstr "%s (C змінна)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "функція" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "член" @@ -1933,7 +1820,7 @@ msgstr "член" msgid "macro" msgstr "макрос" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "тип" @@ -1941,297 +1828,262 @@ msgstr "тип" msgid "variable" msgstr "" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Нове в версії %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Змінено в версії %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Застаріло починаючи з версії %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ тип)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ член)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ функція)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ клас)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "клас" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (вбудована функція)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s метод)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (клас)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s атрибут)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "атрибут" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "модуль" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "ключове слово" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "оператор" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "об'єкт" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "виняткова ситуація" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "вираз" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "вбудована функція" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Викликає" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (в модулі %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (вбудована змінна)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (в модулі %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (вбудований клас)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (клас в %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s метод)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s статичний метод)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s статичний метод)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s атрибут)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "модулі" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Застарілий" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "статичний метод" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (застарілий)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "" @@ -2240,209 +2092,200 @@ msgstr "" msgid "environment variable; %s" msgstr "змінна оточення; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%sопція командного рядка; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "змінна оточення" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "Індекс" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "Індекс модулів" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "Сторінка пошуку" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Доробити" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "синонім :class:`%s`" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Увага" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Застереження" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Небезпека" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Помилка" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Підказка" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Важливо" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Примітка" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Дивись також" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Порада" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Попередження" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "Пошук" msgid "Go" msgstr "Вперед" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Відобразити вихідний текст" @@ -3148,13 +3039,13 @@ msgstr "пошук" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "Результати пошуку" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "зміни C API" msgid "Other changes" msgstr "Інші зміни" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "Постійне посилання на цей заголовок" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "Постійне посилання на це визначення" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "Приховати співпадіння пошуку" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "Реліз" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.js b/sphinx/locale/ur/LC_MESSAGES/sphinx.js new file mode 100644 index 00000000000..a4d2400dc9d --- /dev/null +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.js @@ -0,0 +1 @@ +Documentation.addTranslations({"locale": "ur", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "", "Contents": "", "Copyright": "", "Created using Sphinx %(sphinx_version)s.": "", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "", "General Index": "", "Global Module Index": "", "Go": "", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "", "Index pages by letter": "", "Indices and tables:": "", "Last updated on %(last_updated)s.": "", "Library changes": "", "Navigation": "", "Next topic": "", "Other changes": "", "Overview": "", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "", "Preparing search...": "", "Previous topic": "", "Quick search": "", "Search": "", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "", "Searching": "", "Show Source": "", "Table of Contents": "", "This Page": "", "Welcome! This is": "", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "", "can be huge": "", "last updated": "", "lists all sections and subsections": "", "next chapter": "", "previous chapter": "", "quick access to all modules": "", "search": "", "search this documentation": "", "the documentation for": ""}, "plural_expr": "(n != 1)"}); \ No newline at end of file diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo new file mode 100644 index 00000000000..8f0ad5b771c Binary files /dev/null and b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.po b/sphinx/locale/ur/LC_MESSAGES/sphinx.po new file mode 100644 index 00000000000..733bd19ef1d --- /dev/null +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -0,0 +1,3354 @@ +# Translations template for Sphinx. +# Copyright (C) 2019 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" +"Language-Team: Urdu (http://www.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.6.0\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: sphinx/application.py:153 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: sphinx/application.py:157 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: sphinx/application.py:161 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: sphinx/application.py:192 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: sphinx/application.py:214 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: sphinx/application.py:234 +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 +msgid "" +"'setup' as currently defined in conf.py isn't a Python callable. Please " +"modify its definition to make it a callable function. This is needed for " +"conf.py to behave as a Sphinx extension." +msgstr "" + +#: sphinx/application.py:269 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 +msgid "done" +msgstr "" + +#: sphinx/application.py:287 +msgid "not available for built-in messages" +msgstr "" + +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" + +#: sphinx/application.py:303 +#, python-format +msgid "failed: %s" +msgstr "" + +#: sphinx/application.py:313 +msgid "No builder selected, using default: html" +msgstr "" + +#: sphinx/application.py:344 +msgid "succeeded" +msgstr "" + +#: sphinx/application.py:344 +msgid "finished with problems" +msgstr "" + +#: sphinx/application.py:346 +#, python-format +msgid "build %s, %s warning." +msgstr "" + +#: sphinx/application.py:350 +#, python-format +msgid "build %s." +msgstr "" + +#: sphinx/application.py:557 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: sphinx/application.py:654 +#, python-format +msgid "directive %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:677 sphinx/application.py:696 +#, python-format +msgid "role %r is already registered, it will be overridden" +msgstr "" + +#: sphinx/application.py:1182 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel reading, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1188 +#, python-format +msgid "" +"the %s extension does not declare if it is safe for parallel writing, " +"assuming it isn't - please ask the extension author to check and make it " +"explicit" +msgstr "" + +#: sphinx/application.py:1199 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: sphinx/config.py:220 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: sphinx/config.py:229 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: sphinx/config.py:234 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: sphinx/config.py:264 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: sphinx/config.py:282 +#, python-format +msgid "No such config value: %s" +msgstr "" + +#: sphinx/config.py:312 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: sphinx/config.py:363 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: sphinx/config.py:366 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: sphinx/config.py:370 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: sphinx/config.py:397 +#, python-format +msgid "" +"The config value `source_suffix' expects a string, list of strings, or " +"dictionary. But `%r' is given." +msgstr "" + +#: sphinx/config.py:405 +#, python-format +msgid "Section %s" +msgstr "" + +#: sphinx/config.py:406 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: sphinx/config.py:407 +#, python-format +msgid "Table %s" +msgstr "" + +#: sphinx/config.py:408 +#, python-format +msgid "Listing %s" +msgstr "" + +#: sphinx/config.py:447 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: sphinx/config.py:465 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: sphinx/config.py:478 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: sphinx/config.py:497 +#, python-format +msgid "" +"the config value %r is set to a string with non-ASCII characters; this can " +"lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." +msgstr "" + +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: sphinx/events.py:60 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: sphinx/extension.py:52 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: sphinx/extension.py:57 +#, python-format +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "" + +#: sphinx/highlighting.py:142 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: sphinx/highlighting.py:163 +#, python-format +msgid "Could not lex literal_block as \"%s\". Highlighting skipped." +msgstr "" + +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "" + +#: sphinx/registry.py:131 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: sphinx/registry.py:133 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: sphinx/registry.py:147 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: sphinx/registry.py:155 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: sphinx/registry.py:163 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: sphinx/registry.py:201 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:215 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:226 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: sphinx/registry.py:250 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: sphinx/registry.py:270 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: sphinx/registry.py:278 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: sphinx/registry.py:308 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: sphinx/registry.py:324 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: sphinx/registry.py:344 +#, python-format +msgid "source_input for %r is already registered" +msgstr "" + +#: sphinx/registry.py:363 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: sphinx/registry.py:375 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: sphinx/registry.py:445 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: sphinx/registry.py:453 +#, python-format +msgid "math renderer %s is already registred" +msgstr "" + +#: sphinx/registry.py:464 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: sphinx/registry.py:475 +msgid "Original exception:\n" +msgstr "" + +#: sphinx/registry.py:476 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: sphinx/registry.py:479 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: sphinx/registry.py:488 +#, python-format +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." +msgstr "" + +#: sphinx/registry.py:496 +#, python-format +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" +msgstr "" + +#: sphinx/roles.py:221 sphinx/roles.py:272 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "" + +#: sphinx/theming.py:79 +#, python-format +msgid "theme %r doesn't have \"theme\" setting" +msgstr "" + +#: sphinx/theming.py:81 +#, python-format +msgid "theme %r doesn't have \"inherit\" setting" +msgstr "" + +#: sphinx/theming.py:87 +#, python-format +msgid "no theme named %r found, inherited by %r" +msgstr "" + +#: sphinx/theming.py:112 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: sphinx/theming.py:132 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: sphinx/theming.py:242 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: sphinx/theming.py:258 +msgid "" +"sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " +"install it manually.(pip install sphinx_rtd_theme)" +msgstr "" + +#: sphinx/theming.py:262 +#, python-format +msgid "no theme named %r found (missing theme.conf?)" +msgstr "" + +#: sphinx/builders/__init__.py:205 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: sphinx/builders/__init__.py:209 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: sphinx/builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 +msgid "writing output... " +msgstr "" + +#: sphinx/builders/__init__.py:245 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: sphinx/builders/__init__.py:266 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: sphinx/builders/__init__.py:276 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:284 +msgid "all source files" +msgstr "" + +#: sphinx/builders/__init__.py:298 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:303 +#, python-format +msgid "file %r given on command line does not exist, ignoring" +msgstr "" + +#: sphinx/builders/__init__.py:314 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: sphinx/builders/__init__.py:325 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: sphinx/builders/__init__.py:335 +#, python-format +msgid "building [%s]" +msgstr "" + +#: sphinx/builders/__init__.py:342 +msgid "looking for now-outdated files... " +msgstr "" + +#: sphinx/builders/__init__.py:347 +#, python-format +msgid "%d found" +msgstr "" + +#: sphinx/builders/__init__.py:349 +msgid "none found" +msgstr "" + +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "" + +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "" + +#: sphinx/builders/__init__.py:364 +msgid "no targets are out of date." +msgstr "" + +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 +msgid "waiting for workers..." +msgstr "" + +#: sphinx/builders/__init__.py:551 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "" + +#: sphinx/builders/_epub_base.py:219 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "" + +#: sphinx/builders/_epub_base.py:422 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" + +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:445 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" + +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "" + +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: sphinx/builders/_epub_base.py:566 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" + +#: sphinx/builders/changes.py:39 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/changes.py:68 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:87 +msgid "Builtins" +msgstr "" + +#: sphinx/builders/changes.py:89 +msgid "Module level" +msgstr "" + +#: sphinx/builders/changes.py:134 +msgid "copying source files..." +msgstr "" + +#: sphinx/builders/changes.py:141 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: sphinx/builders/dummy.py:24 +msgid "The dummy builder generates no files." +msgstr "" + +#: sphinx/builders/epub3.py:69 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: sphinx/builders/epub3.py:212 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:216 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:219 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:223 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:226 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:229 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:232 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:235 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:239 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:242 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: sphinx/builders/gettext.py:215 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: sphinx/builders/gettext.py:239 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: sphinx/builders/gettext.py:240 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: sphinx/builders/gettext.py:244 +msgid "reading templates... " +msgstr "" + +#: sphinx/builders/gettext.py:271 +msgid "writing message catalogs... " +msgstr "" + +#: sphinx/builders/html.py:182 +#, python-format +msgid "build info file is broken: %r" +msgstr "" + +#: sphinx/builders/html.py:217 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/html.py:399 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: sphinx/builders/html.py:500 +msgid "html_use_opensearch config value must now be a string" +msgstr "" + +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "" + +#: sphinx/builders/html.py:506 +msgid "index" +msgstr "" + +#: sphinx/builders/html.py:570 +msgid "next" +msgstr "" + +#: sphinx/builders/html.py:579 +msgid "previous" +msgstr "" + +#: sphinx/builders/html.py:677 +msgid "generating indices..." +msgstr "" + +#: sphinx/builders/html.py:695 +msgid "writing additional pages..." +msgstr "" + +#: sphinx/builders/html.py:780 +msgid "copying downloadable files... " +msgstr "" + +#: sphinx/builders/html.py:788 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: sphinx/builders/html.py:795 +msgid "copying static files... " +msgstr "" + +#: sphinx/builders/html.py:830 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 +#, python-format +msgid "logo file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:847 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:854 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: sphinx/builders/html.py:860 +msgid "copying extra files... " +msgstr "" + +#: sphinx/builders/html.py:866 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" + +#: sphinx/builders/html.py:872 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: sphinx/builders/html.py:880 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: sphinx/builders/html.py:927 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: sphinx/builders/html.py:996 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: sphinx/builders/html.py:1094 +#, 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.py:1099 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: sphinx/builders/html.py:1131 +msgid "dumping object inventory... " +msgstr "" + +#: sphinx/builders/html.py:1138 +#, python-format +msgid "dumping search index in %s ... " +msgstr "" + +#: sphinx/builders/html.py:1184 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: sphinx/builders/html.py:1228 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" + +#: sphinx/builders/html.py:1231 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" + +#: sphinx/builders/html.py:1264 +#, python-format +msgid "%s %s documentation" +msgstr "" + +#: sphinx/builders/linkcheck.py:80 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: sphinx/builders/linkcheck.py:144 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: sphinx/builders/linkcheck.py:242 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: sphinx/builders/manpage.py:43 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: sphinx/builders/manpage.py:51 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/texinfo.py:52 +msgid "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: sphinx/builders/texinfo.py:85 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/texinfo.py:93 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 +#, python-format +msgid "processing %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 +msgid "resolving references..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 +msgid " (in " +msgstr "" + +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "" + +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: sphinx/builders/text.py:33 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/xml.py:112 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:121 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: sphinx/builders/latex/__init__.py:123 +msgid "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "" + +#: sphinx/builders/latex/__init__.py:163 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" + +#: sphinx/builders/latex/__init__.py:171 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 +#, python-format +msgid "Unknown configure key: latex_elements[%r]. ignored." +msgstr "" + +#: sphinx/cmd/build.py:38 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: sphinx/cmd/build.py:48 +msgid "interrupted!" +msgstr "" + +#: sphinx/cmd/build.py:50 +msgid "reST markup error:" +msgstr "" + +#: sphinx/cmd/build.py:56 +msgid "Encoding error:" +msgstr "" + +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 +#, python-format +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" + +#: sphinx/cmd/build.py:63 +msgid "Recursion error:" +msgstr "" + +#: sphinx/cmd/build.py:66 +msgid "" +"This can happen with very large or deeply nested source files. You can " +"carefully increase the default Python recursion limit of 1000 in conf.py " +"with e.g.:" +msgstr "" + +#: sphinx/cmd/build.py:69 +msgid " import sys; sys.setrecursionlimit(1500)" +msgstr "" + +#: sphinx/cmd/build.py:71 +msgid "Exception occurred:" +msgstr "" + +#: sphinx/cmd/build.py:77 +msgid "" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" + +#: sphinx/cmd/build.py:80 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: sphinx/cmd/build.py:97 +msgid "job number should be a positive number" +msgstr "" + +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 +msgid "For more information, visit ." +msgstr "" + +#: sphinx/cmd/build.py:107 +msgid "" +"\n" +"Generate documentation from source files.\n" +"\n" +"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" +"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" +"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" +"including 'conf.py'\n" +"\n" +"sphinx-build can create documentation in different formats. A format is\n" +"selected by specifying the builder name on the command line; it defaults to\n" +"HTML. Builders can also perform other tasks related to documentation\n" +"processing.\n" +"\n" +"By default, everything that is outdated is built. Output only for selected\n" +"files can be built by specifying individual filenames.\n" +msgstr "" + +#: sphinx/cmd/build.py:128 +msgid "path to documentation source files" +msgstr "" + +#: sphinx/cmd/build.py:130 +msgid "path to output directory" +msgstr "" + +#: sphinx/cmd/build.py:132 +msgid "a list of specific files to rebuild. Ignored if -a is specified" +msgstr "" + +#: sphinx/cmd/build.py:135 +msgid "general options" +msgstr "" + +#: sphinx/cmd/build.py:138 +msgid "builder to use (default: html)" +msgstr "" + +#: sphinx/cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "" + +#: sphinx/cmd/build.py:143 +msgid "don't use a saved environment, always read all files" +msgstr "" + +#: sphinx/cmd/build.py:146 +msgid "" +"path for the cached environment and doctree files (default: " +"OUTPUTDIR/.doctrees)" +msgstr "" + +#: sphinx/cmd/build.py:149 +msgid "" +"build in parallel with N processes where possible (special value \"auto\" " +"will set N to cpu-count)" +msgstr "" + +#: sphinx/cmd/build.py:153 +msgid "" +"path where configuration file (conf.py) is located (default: same as " +"SOURCEDIR)" +msgstr "" + +#: sphinx/cmd/build.py:156 +msgid "use no config file at all, only -D options" +msgstr "" + +#: sphinx/cmd/build.py:159 +msgid "override a setting in configuration file" +msgstr "" + +#: sphinx/cmd/build.py:162 +msgid "pass a value into HTML templates" +msgstr "" + +#: sphinx/cmd/build.py:165 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: sphinx/cmd/build.py:167 +msgid "nit-picky mode, warn about all missing references" +msgstr "" + +#: sphinx/cmd/build.py:170 +msgid "console output options" +msgstr "" + +#: sphinx/cmd/build.py:172 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: sphinx/cmd/build.py:174 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: sphinx/cmd/build.py:176 +msgid "no output at all, not even warnings" +msgstr "" + +#: sphinx/cmd/build.py:179 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:182 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: sphinx/cmd/build.py:185 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: sphinx/cmd/build.py:187 +msgid "turn warnings into errors" +msgstr "" + +#: sphinx/cmd/build.py:189 +msgid "With -W, Keep going when getting warnings" +msgstr "" + +#: sphinx/cmd/build.py:191 +msgid "show full traceback on exception" +msgstr "" + +#: sphinx/cmd/build.py:193 +msgid "run Pdb on exception" +msgstr "" + +#: sphinx/cmd/build.py:227 +#, python-format +msgid "cannot find files %r" +msgstr "" + +#: sphinx/cmd/build.py:230 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: sphinx/cmd/build.py:249 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: sphinx/cmd/build.py:259 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/build.py:266 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: sphinx/cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: sphinx/cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: sphinx/cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: sphinx/cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: sphinx/cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" + +#: sphinx/cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: sphinx/cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: sphinx/cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: sphinx/cmd/quickstart.py:61 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: sphinx/cmd/quickstart.py:63 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: sphinx/cmd/quickstart.py:107 +msgid "Please enter a valid path name." +msgstr "" + +#: sphinx/cmd/quickstart.py:119 +msgid "Please enter some text." +msgstr "" + +#: sphinx/cmd/quickstart.py:128 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:136 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: sphinx/cmd/quickstart.py:143 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: sphinx/cmd/quickstart.py:169 +msgid "" +"* Note: non-ASCII characters entered and terminal encoding unknown -- " +"assuming UTF-8 or Latin-1." +msgstr "" + +#: sphinx/cmd/quickstart.py:248 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: sphinx/cmd/quickstart.py:249 +msgid "" +"\n" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "" + +#: sphinx/cmd/quickstart.py:254 +#, python-format +msgid "" +"\n" +"Selected root path: %s" +msgstr "" + +#: sphinx/cmd/quickstart.py:257 +msgid "" +"\n" +"Enter the root path for documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:259 +msgid "Root path for the documentation" +msgstr "" + +#: sphinx/cmd/quickstart.py:264 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:266 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: sphinx/cmd/quickstart.py:268 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: sphinx/cmd/quickstart.py:274 +msgid "" +"\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:278 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:282 +msgid "" +"\n" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "" + +#: sphinx/cmd/quickstart.py:286 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: sphinx/cmd/quickstart.py:289 +msgid "" +"\n" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: sphinx/cmd/quickstart.py:291 +msgid "Project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:293 +msgid "Author name(s)" +msgstr "" + +#: sphinx/cmd/quickstart.py:296 +msgid "" +"\n" +"Sphinx has the notion of a \"version\" and a \"release\" for the\n" +"software. Each version can have multiple releases. For example, for\n" +"Python the version is something like 2.5 or 3.0, while the release is\n" +"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" +"just set both to the same value." +msgstr "" + +#: sphinx/cmd/quickstart.py:302 +msgid "Project version" +msgstr "" + +#: sphinx/cmd/quickstart.py:304 +msgid "Project release" +msgstr "" + +#: sphinx/cmd/quickstart.py:307 +msgid "" +"\n" +"If the documents are to be written in a language other than English,\n" +"you can select a language here by its language code. Sphinx will then\n" +"translate text that it generates into that language.\n" +"\n" +"For a list of supported codes, see\n" +"http://sphinx-doc.org/config.html#confval-language." +msgstr "" + +#: sphinx/cmd/quickstart.py:314 +msgid "Project language" +msgstr "" + +#: sphinx/cmd/quickstart.py:319 +msgid "" +"\n" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "" + +#: sphinx/cmd/quickstart.py:322 +msgid "Source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:325 +msgid "" +"\n" +"One document is special in that it is considered the top node of the\n" +"\"contents tree\", that is, it is the root of the hierarchical structure\n" +"of the documents. Normally, this is \"index\", but if your \"index\"\n" +"document is a custom template, you can also set this to another filename." +msgstr "" + +#: sphinx/cmd/quickstart.py:330 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: sphinx/cmd/quickstart.py:336 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:338 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: sphinx/cmd/quickstart.py:340 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: sphinx/cmd/quickstart.py:344 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: sphinx/cmd/quickstart.py:354 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: sphinx/cmd/quickstart.py:359 +msgid "" +"\n" +"A Makefile and a Windows command file can be generated for you so that you\n" +"only have to run e.g. `make html' instead of invoking sphinx-build\n" +"directly." +msgstr "" + +#: sphinx/cmd/quickstart.py:363 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:366 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: sphinx/cmd/quickstart.py:450 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: sphinx/cmd/quickstart.py:451 +#, python-format +msgid "" +"\n" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: sphinx/cmd/quickstart.py:453 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:456 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:459 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:499 +msgid "" +"\n" +"Generate required files for a Sphinx project.\n" +"\n" +"sphinx-quickstart is an interactive tool that asks some questions about your\n" +"project and then generates a complete documentation directory and sample\n" +"Makefile to be used with sphinx-build.\n" +msgstr "" + +#: sphinx/cmd/quickstart.py:509 +msgid "quiet mode" +msgstr "" + +#: sphinx/cmd/quickstart.py:514 +msgid "output path" +msgstr "" + +#: sphinx/cmd/quickstart.py:516 +msgid "Structure options" +msgstr "" + +#: sphinx/cmd/quickstart.py:518 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: sphinx/cmd/quickstart.py:520 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: sphinx/cmd/quickstart.py:522 +msgid "Project basic options" +msgstr "" + +#: sphinx/cmd/quickstart.py:524 +msgid "project name" +msgstr "" + +#: sphinx/cmd/quickstart.py:526 +msgid "author names" +msgstr "" + +#: sphinx/cmd/quickstart.py:528 +msgid "version of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:530 +msgid "release of project" +msgstr "" + +#: sphinx/cmd/quickstart.py:532 +msgid "document language" +msgstr "" + +#: sphinx/cmd/quickstart.py:534 +msgid "source file suffix" +msgstr "" + +#: sphinx/cmd/quickstart.py:536 +msgid "master document name" +msgstr "" + +#: sphinx/cmd/quickstart.py:538 +msgid "use epub" +msgstr "" + +#: sphinx/cmd/quickstart.py:540 +msgid "Extension options" +msgstr "" + +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 +msgid "enable arbitrary extensions" +msgstr "" + +#: sphinx/cmd/quickstart.py:548 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: sphinx/cmd/quickstart.py:550 +msgid "create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:552 +msgid "do not create makefile" +msgstr "" + +#: sphinx/cmd/quickstart.py:554 +msgid "create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:557 +msgid "do not create batchfile" +msgstr "" + +#: sphinx/cmd/quickstart.py:560 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:563 +msgid "do not use make-mode for Makefile/make.bat" +msgstr "" + +#: sphinx/cmd/quickstart.py:565 +msgid "Project templating" +msgstr "" + +#: sphinx/cmd/quickstart.py:568 +msgid "template directory for template files" +msgstr "" + +#: sphinx/cmd/quickstart.py:571 +msgid "define a template variable" +msgstr "" + +#: sphinx/cmd/quickstart.py:605 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: sphinx/cmd/quickstart.py:619 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: sphinx/cmd/quickstart.py:621 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: sphinx/cmd/quickstart.py:636 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: sphinx/directives/code.py:74 +msgid "Over dedent has detected" +msgstr "" + +#: sphinx/directives/code.py:94 +#, python-format +msgid "Invalid caption: %s" +msgstr "" + +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: sphinx/directives/code.py:222 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: sphinx/directives/code.py:235 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" + +#: sphinx/directives/code.py:237 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" + +#: sphinx/directives/code.py:275 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "" + +#: sphinx/directives/code.py:301 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: sphinx/directives/code.py:306 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" + +#: sphinx/directives/other.py:172 +msgid "Section author: " +msgstr "" + +#: sphinx/directives/other.py:174 +msgid "Module author: " +msgstr "" + +#: sphinx/directives/other.py:176 +msgid "Code author: " +msgstr "" + +#: sphinx/directives/other.py:178 +msgid "Author: " +msgstr "" + +#: sphinx/domains/__init__.py:344 +#, python-format +msgid "%s %s" +msgstr "" + +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 +msgid "Parameters" +msgstr "" + +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 +msgid "Returns" +msgstr "" + +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 +msgid "Return type" +msgstr "" + +#: sphinx/domains/c.py:189 +#, python-format +msgid "%s (C function)" +msgstr "" + +#: sphinx/domains/c.py:191 +#, python-format +msgid "%s (C member)" +msgstr "" + +#: sphinx/domains/c.py:193 +#, python-format +msgid "%s (C macro)" +msgstr "" + +#: sphinx/domains/c.py:195 +#, python-format +msgid "%s (C type)" +msgstr "" + +#: sphinx/domains/c.py:197 +#, python-format +msgid "%s (C variable)" +msgstr "" + +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 +msgid "function" +msgstr "" + +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 +msgid "member" +msgstr "" + +#: sphinx/domains/c.py:260 +msgid "macro" +msgstr "" + +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 +msgid "type" +msgstr "" + +#: sphinx/domains/c.py:262 +msgid "variable" +msgstr "" + +#: sphinx/domains/changeset.py:33 +#, python-format +msgid "New in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:34 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: sphinx/domains/changeset.py:35 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: sphinx/domains/cpp.py:4297 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Declaration is '%s'." +msgstr "" + +#: sphinx/domains/cpp.py:6374 +msgid "Template Parameters" +msgstr "" + +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +msgid "Throws" +msgstr "" + +#: sphinx/domains/cpp.py:6505 +#, python-format +msgid "%s (C++ %s)" +msgstr "" + +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 +msgid "class" +msgstr "" + +#: sphinx/domains/cpp.py:6955 +msgid "union" +msgstr "" + +#: sphinx/domains/cpp.py:6959 +msgid "concept" +msgstr "" + +#: sphinx/domains/cpp.py:6960 +msgid "enum" +msgstr "" + +#: sphinx/domains/cpp.py:6961 +msgid "enumerator" +msgstr "" + +#: sphinx/domains/cpp.py:7054 +#, python-format +msgid "" +"Duplicate declaration, also defined in '%s'.\n" +"Name of declaration is '%s'." +msgstr "" + +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: sphinx/domains/javascript.py:134 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: sphinx/domains/javascript.py:136 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: sphinx/domains/javascript.py:204 +msgid "Arguments" +msgstr "" + +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 +#, python-format +msgid "%s (module)" +msgstr "" + +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 +msgid "method" +msgstr "" + +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 +msgid "data" +msgstr "" + +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 +msgid "attribute" +msgstr "" + +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 +msgid "module" +msgstr "" + +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: sphinx/domains/math.py:126 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/python.py:50 +msgid "keyword" +msgstr "" + +#: sphinx/domains/python.py:51 +msgid "operator" +msgstr "" + +#: sphinx/domains/python.py:52 +msgid "object" +msgstr "" + +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 +msgid "exception" +msgstr "" + +#: sphinx/domains/python.py:54 +msgid "statement" +msgstr "" + +#: sphinx/domains/python.py:55 +msgid "built-in function" +msgstr "" + +#: sphinx/domains/python.py:215 +msgid "Variables" +msgstr "" + +#: sphinx/domains/python.py:219 +msgid "Raises" +msgstr "" + +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:433 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: sphinx/domains/python.py:454 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: sphinx/domains/python.py:455 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: sphinx/domains/python.py:492 +#, python-format +msgid "%s() (%s.%s method)" +msgstr "" + +#: sphinx/domains/python.py:504 +#, python-format +msgid "%s() (%s.%s static method)" +msgstr "" + +#: sphinx/domains/python.py:507 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: sphinx/domains/python.py:517 +#, python-format +msgid "%s() (%s.%s class method)" +msgstr "" + +#: sphinx/domains/python.py:520 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: sphinx/domains/python.py:530 +#, python-format +msgid "%s (%s.%s attribute)" +msgstr "" + +#: sphinx/domains/python.py:667 +msgid "Python Module Index" +msgstr "" + +#: sphinx/domains/python.py:668 +msgid "modules" +msgstr "" + +#: sphinx/domains/python.py:719 +msgid "Deprecated" +msgstr "" + +#: sphinx/domains/python.py:746 +msgid "class method" +msgstr "" + +#: sphinx/domains/python.py:747 +msgid "static method" +msgstr "" + +#: sphinx/domains/python.py:879 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: sphinx/domains/python.py:917 +msgid " (deprecated)" +msgstr "" + +#: sphinx/domains/rst.py:62 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: sphinx/domains/rst.py:64 +#, python-format +msgid "%s (role)" +msgstr "" + +#: sphinx/domains/rst.py:116 +msgid "directive" +msgstr "" + +#: sphinx/domains/rst.py:117 +msgid "role" +msgstr "" + +#: sphinx/domains/std.py:88 sphinx/domains/std.py:105 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: sphinx/domains/std.py:166 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" + +#: sphinx/domains/std.py:207 +#, python-format +msgid "%scommand line option; %s" +msgstr "" + +#: sphinx/domains/std.py:458 +msgid "glossary term" +msgstr "" + +#: sphinx/domains/std.py:459 +msgid "grammar token" +msgstr "" + +#: sphinx/domains/std.py:460 +msgid "reference label" +msgstr "" + +#: sphinx/domains/std.py:462 +msgid "environment variable" +msgstr "" + +#: sphinx/domains/std.py:463 +msgid "program option" +msgstr "" + +#: sphinx/domains/std.py:464 +msgid "document" +msgstr "" + +#: sphinx/domains/std.py:502 +msgid "Module Index" +msgstr "" + +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 +msgid "Search Page" +msgstr "" + +#: sphinx/domains/std.py:598 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: sphinx/domains/std.py:665 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: sphinx/domains/std.py:748 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: sphinx/domains/std.py:756 +#, python-format +msgid "no number is assigned for %s: %s" +msgstr "" + +#: sphinx/domains/std.py:767 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: sphinx/domains/std.py:781 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: sphinx/domains/std.py:784 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: sphinx/environment/__init__.py:69 +msgid "new config" +msgstr "" + +#: sphinx/environment/__init__.py:70 +msgid "config changed" +msgstr "" + +#: sphinx/environment/__init__.py:71 +msgid "extensions changed" +msgstr "" + +#: sphinx/environment/__init__.py:210 +msgid "build environment version not current" +msgstr "" + +#: sphinx/environment/__init__.py:212 +msgid "source directory has changed" +msgstr "" + +#: sphinx/environment/__init__.py:283 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: sphinx/environment/__init__.py:408 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: sphinx/environment/__init__.py:536 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: sphinx/environment/__init__.py:621 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: sphinx/environment/__init__.py:662 +msgid "document isn't included in any toctree" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:82 +#, python-format +msgid "see %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:86 +#, python-format +msgid "see also %s" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:89 +#, python-format +msgid "unknown index entry type %r" +msgstr "" + +#: sphinx/environment/adapters/indexentries.py:156 +msgid "Symbols" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:153 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:172 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" + +#: sphinx/environment/collectors/asset.py:91 +#, python-format +msgid "image file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:107 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/asset.py:135 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: sphinx/environment/collectors/toctree.py:197 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: sphinx/ext/apidoc.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: sphinx/ext/apidoc.py:299 +msgid "" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file and/or directory patterns that will be\n" +"excluded from generation.\n" +"\n" +"Note: By default this script will not overwrite already created files." +msgstr "" + +#: sphinx/ext/apidoc.py:312 +msgid "path to module to document" +msgstr "" + +#: sphinx/ext/apidoc.py:314 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: sphinx/ext/apidoc.py:319 +msgid "directory to place all output" +msgstr "" + +#: sphinx/ext/apidoc.py:322 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" + +#: sphinx/ext/apidoc.py:325 +msgid "overwrite existing files" +msgstr "" + +#: sphinx/ext/apidoc.py:328 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" + +#: sphinx/ext/apidoc.py:331 +msgid "run the script without creating files" +msgstr "" + +#: sphinx/ext/apidoc.py:334 +msgid "put documentation for each module on its own page" +msgstr "" + +#: sphinx/ext/apidoc.py:337 +msgid "include \"_private\" modules" +msgstr "" + +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 +msgid "don't create a table of contents file" +msgstr "" + +#: sphinx/ext/apidoc.py:344 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" + +#: sphinx/ext/apidoc.py:349 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: sphinx/ext/apidoc.py:353 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" + +#: sphinx/ext/apidoc.py:357 +msgid "file suffix (default: rst)" +msgstr "" + +#: sphinx/ext/apidoc.py:359 +msgid "generate a full project with sphinx-quickstart" +msgstr "" + +#: sphinx/ext/apidoc.py:362 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:364 +msgid "project name (default: root module name)" +msgstr "" + +#: sphinx/ext/apidoc.py:366 +msgid "project author(s), used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:368 +msgid "project version, used when --full is given" +msgstr "" + +#: sphinx/ext/apidoc.py:370 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: sphinx/ext/apidoc.py:373 +msgid "extension options" +msgstr "" + +#: sphinx/ext/apidoc.py:402 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: sphinx/ext/coverage.py:46 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" + +#: sphinx/ext/coverage.py:55 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "" + +#: sphinx/ext/coverage.py:70 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" + +#: sphinx/ext/coverage.py:152 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" + +#: sphinx/ext/doctest.py:142 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" + +#: sphinx/ext/doctest.py:147 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" + +#: sphinx/ext/doctest.py:161 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: sphinx/ext/doctest.py:230 +msgid "invalid TestCode type" +msgstr "" + +#: sphinx/ext/doctest.py:291 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: sphinx/ext/doctest.py:438 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: sphinx/ext/doctest.py:527 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: sphinx/ext/graphviz.py:140 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: sphinx/ext/graphviz.py:150 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: sphinx/ext/graphviz.py:156 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" + +#: sphinx/ext/graphviz.py:263 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:273 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 +msgid "[graph]" +msgstr "" + +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run.check the image_converter setting" +msgstr "" + +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/imgmath.py:140 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: sphinx/ext/imgmath.py:155 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: sphinx/ext/imgmath.py:290 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:317 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 +msgid "Permalink to this equation" +msgstr "" + +#: sphinx/ext/intersphinx.py:182 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: sphinx/ext/intersphinx.py:312 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:314 +#, python-format +msgid "(in %s)" +msgstr "" + +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 +msgid "[source]" +msgstr "" + +#: sphinx/ext/todo.py:70 +msgid "Todo" +msgstr "" + +#: sphinx/ext/todo.py:111 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: sphinx/ext/todo.py:160 +msgid "<>" +msgstr "" + +#: sphinx/ext/todo.py:163 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: sphinx/ext/todo.py:172 +msgid "original entry" +msgstr "" + +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 +msgid "[docs]" +msgstr "" + +#: sphinx/ext/viewcode.py:201 +msgid "Module code" +msgstr "" + +#: sphinx/ext/viewcode.py:207 +#, python-format +msgid "

Source code for %s

" +msgstr "" + +#: sphinx/ext/viewcode.py:233 +msgid "Overview: module code" +msgstr "" + +#: sphinx/ext/viewcode.py:234 +msgid "

All modules for which code is available

" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:302 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:402 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:514 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:602 +#, python-format +msgid "" +"autodoc: failed to determine %r to be documented.the following exception was raised:\n" +"%s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:694 +#, python-format +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:788 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:796 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:829 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:844 +#, python-format +msgid "" +"missing attribute mentioned in :members: or __all__: module %s, attribute %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1128 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1185 +#, python-format +msgid "alias of :class:`%s`" +msgstr "" + +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 +msgid "" +"autosummary generats .rst files internally. But your source_suffix does not " +"contain .rst. Skipped." +msgstr "" + +#: sphinx/ext/autosummary/generate.py:102 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:106 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:366 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:383 +msgid "source files to generate rST files for" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:387 +msgid "directory to place all output in" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:390 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:394 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: sphinx/ext/autosummary/generate.py:398 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 +msgid "Keyword Arguments" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:627 +msgid "Example" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:628 +msgid "Examples" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:684 +msgid "Notes" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:688 +msgid "Other Parameters" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:717 +msgid "References" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:754 +msgid "Warns" +msgstr "" + +#: sphinx/ext/napoleon/docstring.py:759 +msgid "Yields" +msgstr "" + +#: sphinx/locale/__init__.py:307 +msgid "Attention" +msgstr "" + +#: sphinx/locale/__init__.py:308 +msgid "Caution" +msgstr "" + +#: sphinx/locale/__init__.py:309 +msgid "Danger" +msgstr "" + +#: sphinx/locale/__init__.py:310 +msgid "Error" +msgstr "" + +#: sphinx/locale/__init__.py:311 +msgid "Hint" +msgstr "" + +#: sphinx/locale/__init__.py:312 +msgid "Important" +msgstr "" + +#: sphinx/locale/__init__.py:313 +msgid "Note" +msgstr "" + +#: sphinx/locale/__init__.py:314 +msgid "See also" +msgstr "" + +#: sphinx/locale/__init__.py:315 +msgid "Tip" +msgstr "" + +#: sphinx/locale/__init__.py:316 +msgid "Warning" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:23 +msgid "continued from previous page" +msgstr "" + +#: sphinx/templates/latex/longtable.tex_t:29 +msgid "Continued on next page" +msgstr "" + +#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 +#: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 +msgid "Table of Contents" +msgstr "" + +#: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 +#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 +#: sphinx/themes/basic/searchresults.html:10 +msgid "Search" +msgstr "" + +#: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16 +msgid "Go" +msgstr "" + +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 +msgid "Show Source" +msgstr "" + +#: sphinx/themes/basic/defindex.html:11 +msgid "Overview" +msgstr "" + +#: sphinx/themes/basic/defindex.html:15 +msgid "Welcome! This is" +msgstr "" + +#: sphinx/themes/basic/defindex.html:16 +msgid "the documentation for" +msgstr "" + +#: sphinx/themes/basic/defindex.html:17 +msgid "last updated" +msgstr "" + +#: sphinx/themes/basic/defindex.html:20 +msgid "Indices and tables:" +msgstr "" + +#: sphinx/themes/basic/defindex.html:23 +msgid "Complete Table of Contents" +msgstr "" + +#: sphinx/themes/basic/defindex.html:24 +msgid "lists all sections and subsections" +msgstr "" + +#: sphinx/themes/basic/defindex.html:26 +msgid "search this documentation" +msgstr "" + +#: sphinx/themes/basic/defindex.html:28 +msgid "Global Module Index" +msgstr "" + +#: sphinx/themes/basic/defindex.html:29 +msgid "quick access to all modules" +msgstr "" + +#: sphinx/themes/basic/defindex.html:31 +msgid "all functions, classes, terms" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:33 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: sphinx/themes/basic/genindex-single.html:61 +#: sphinx/themes/basic/genindex-split.html:24 +#: sphinx/themes/basic/genindex-split.html:38 +#: sphinx/themes/basic/genindex.html:72 +msgid "Full index on one page" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:16 +msgid "Index pages by letter" +msgstr "" + +#: sphinx/themes/basic/genindex-split.html:25 +msgid "can be huge" +msgstr "" + +#: sphinx/themes/basic/layout.html:31 +msgid "Navigation" +msgstr "" + +#: sphinx/themes/basic/layout.html:138 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/layout.html:147 +msgid "About these documents" +msgstr "" + +#: sphinx/themes/basic/layout.html:156 +msgid "Copyright" +msgstr "" + +#: sphinx/themes/basic/layout.html:201 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:203 +#, python-format +msgid "© Copyright %(copyright)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:207 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "" + +#: sphinx/themes/basic/layout.html:210 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: sphinx/themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/relations.html:11 +msgid "Previous topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:13 +msgid "previous chapter" +msgstr "" + +#: sphinx/themes/basic/relations.html:16 +msgid "Next topic" +msgstr "" + +#: sphinx/themes/basic/relations.html:18 +msgid "next chapter" +msgstr "" + +#: sphinx/themes/basic/search.html:30 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "" + +#: sphinx/themes/basic/search.html:35 +msgid "" +"From here you can search these documents. Enter your search\n" +" words into the box below and click \"search\". Note that the search\n" +" function will automatically search for all of the words. Pages\n" +" containing fewer words won't appear in the result list." +msgstr "" + +#: sphinx/themes/basic/search.html:42 +#: sphinx/themes/basic/searchresults.html:17 +msgid "search" +msgstr "" + +#: sphinx/themes/basic/search.html:46 +#: sphinx/themes/basic/searchresults.html:21 +#: sphinx/themes/basic/static/searchtools.js:295 +msgid "Search Results" +msgstr "" + +#: sphinx/themes/basic/search.html:48 +#: sphinx/themes/basic/searchresults.html:23 +#: sphinx/themes/basic/static/searchtools.js:297 +msgid "" +"Your search did not match any documents. Please make sure that all words are" +" spelled correctly and that you've selected enough categories." +msgstr "" + +#: sphinx/themes/basic/searchbox.html:12 +msgid "Quick search" +msgstr "" + +#: sphinx/themes/basic/sourcelink.html:12 +msgid "This Page" +msgstr "" + +#: sphinx/themes/basic/changes/frameset.html:5 +#: sphinx/themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: sphinx/themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 +msgid "Permalink to this headline" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 +msgid "Permalink to this definition" +msgstr "" + +#: sphinx/themes/basic/static/doctools.js:233 +msgid "Hide Search Matches" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:131 +msgid "Searching" +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:136 +msgid "Preparing search..." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:299 +#, python-format +msgid "Search finished, found %s page(s) matching the search query." +msgstr "" + +#: sphinx/themes/basic/static/searchtools.js:352 +msgid ", in " +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:83 +msgid "Expand sidebar" +msgstr "" + +#: sphinx/themes/classic/static/sidebar.js_t:96 +#: sphinx/themes/classic/static/sidebar.js_t:124 +msgid "Collapse sidebar" +msgstr "" + +#: sphinx/themes/haiku/layout.html:24 +msgid "Contents" +msgstr "" + +#: sphinx/transforms/__init__.py:259 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: sphinx/transforms/__init__.py:301 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: sphinx/transforms/__init__.py:307 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:335 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: sphinx/transforms/i18n.py:382 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/i18n.py:402 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:110 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:142 +#, python-format +msgid "%s:%s reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/__init__.py:145 +#, python-format +msgid "%r reference target not found: %%(target)s" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:92 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:120 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: sphinx/transforms/post_transforms/images.py:140 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 +msgid "when adding directive classes, no additional arguments may be given" +msgstr "" + +#: sphinx/util/i18n.py:74 +#, python-format +msgid "reading error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:81 +#, python-format +msgid "writing error: %s, %s" +msgstr "" + +#: sphinx/util/i18n.py:215 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" + +#: sphinx/util/nodes.py:428 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: sphinx/util/nodes.py:501 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +msgid "Permalink to this table" +msgstr "" + +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 +msgid "Permalink to this code" +msgstr "" + +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 +msgid "Permalink to this image" +msgstr "" + +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 +msgid "Permalink to this toctree" +msgstr "" + +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: sphinx/writers/latex.py:510 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: sphinx/writers/latex.py:603 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: sphinx/writers/latex.py:893 +msgid "document title is not a single Text node" +msgstr "" + +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 +msgid "Footnotes" +msgstr "" + +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: sphinx/writers/latex.py:1843 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: sphinx/writers/latex.py:2552 +#, python-format +msgid "Unknown configure key: latex_elements[%r] is ignored." +msgstr "" + +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 +msgid "[image]" +msgstr "" + +#: sphinx/writers/texinfo.py:1330 +msgid "caption not inside a figure." +msgstr "" + +#: sphinx/writers/texinfo.py:1421 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: sphinx/writers/texinfo.py:1426 +#, python-format +msgid "unknown node type: %r" +msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.js b/sphinx/locale/vi/LC_MESSAGES/sphinx.js index daaa7501e4d..6f5fb626aac 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "vi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "V\u1ec1 c\u00e1c t\u00e0i li\u1ec7u n\u00e0y", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "M\u1ee5c L\u1ee5c \u0110\u1ea7y \u0110\u1ee7", "Contents": "N\u1ed9i dung", "Copyright": "B\u1ea3n quy\u1ec1n", "Created using Sphinx %(sphinx_version)s.": "\u0110\u01b0\u1ee3c t\u1ea1o nh\u1edd Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "To\u00e0n b\u1ed9 ch\u1ec9 m\u1ee5c tr\u00ean m\u1ed9t trang", "General Index": "Ch\u1ec9 m\u1ee5c chung", "Global Module Index": "Ch\u1ec9 M\u1ee5c M\u00f4-\u0111un To\u00e0n C\u1ee5c", "Go": "Th\u1ef1c hi\u1ec7n", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "Ch\u1ec9 m\u1ee5c – %(key)s", "Index pages by letter": "C\u00e1c trang ch\u1ec9 m\u1ee5c theo ch\u1eef c\u00e1i", "Indices and tables:": "C\u00e1c ch\u1ec9 m\u1ee5c v\u00e0 b\u1ea3ng bi\u1ec3u:", "Last updated on %(last_updated)s.": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t v\u00e0o %(last_updated)s.", "Library changes": "", "Navigation": "\u0110i\u1ec1u h\u01b0\u1edbng", "Next topic": "Ch\u1ee7 \u0111\u1ec1 ti\u1ebfp", "Other changes": "", "Overview": "T\u1ed5ng quan", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "H\u00e3y b\u1eadt JavaScript \u0111\u1ec3 d\u00f9ng t\u00ednh n\u0103ng\nt\u00ecm ki\u1ebfm.", "Preparing search...": "", "Previous topic": "Ch\u1ee7 \u0111\u1ec1 tr\u01b0\u1edbc", "Quick search": "", "Search": "T\u00ecm Ki\u1ebfm", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "T\u00ecm ki\u1ebfm trong %(docstitle)s", "Searching": "", "Show Source": "Hi\u1ec3n th\u1ecb m\u00e3 ngu\u1ed3n", "Table of Contents": "", "This Page": "", "Welcome! This is": "Ch\u00e0o m\u1eebng! \u0110\u00e2y l\u00e0", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "t\u1ea5t c\u1ea3 c\u00e1c h\u00e0m, l\u1edbp, thu\u1eadt ng\u1eef", "can be huge": "c\u00f3 th\u1ec3 r\u1ea5t nhi\u1ec1u", "last updated": "c\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", "lists all sections and subsections": "li\u1ec7t k\u00ea t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c v\u00e0 m\u1ee5c con", "next chapter": "ch\u01b0\u01a1ng ti\u1ebfp", "previous chapter": "ch\u01b0\u01a1ng tr\u01b0\u1edbc ", "quick access to all modules": "truy c\u1eadp nhanh t\u1ea5t c\u1ea3 c\u00e1c m\u00f4-\u0111un", "search": "", "search this documentation": "t\u00ecm ki\u1ebfm trong t\u00e0i li\u1ec7u n\u00e0y", "the documentation for": "t\u00e0i li\u1ec7u cho"}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "vi", "messages": {"%(filename)s — %(docstitle)s": "", "© Copyright %(copyright)s.": "", "© Copyright %(copyright)s.": "", ", in ": "", "About these documents": "V\u1ec1 c\u00e1c t\u00e0i li\u1ec7u n\u00e0y", "Automatically generated list of changes in version %(version)s": "", "C API changes": "", "Changes in Version %(version)s — %(docstitle)s": "", "Collapse sidebar": "", "Complete Table of Contents": "M\u1ee5c L\u1ee5c \u0110\u1ea7y \u0110\u1ee7", "Contents": "N\u1ed9i dung", "Copyright": "B\u1ea3n quy\u1ec1n", "Created using Sphinx %(sphinx_version)s.": "\u0110\u01b0\u1ee3c t\u1ea1o nh\u1edd Sphinx %(sphinx_version)s.", "Expand sidebar": "", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "", "Full index on one page": "To\u00e0n b\u1ed9 ch\u1ec9 m\u1ee5c tr\u00ean m\u1ed9t trang", "General Index": "Ch\u1ec9 m\u1ee5c chung", "Global Module Index": "Ch\u1ec9 M\u1ee5c M\u00f4-\u0111un To\u00e0n C\u1ee5c", "Go": "Th\u1ef1c hi\u1ec7n", "Hide Search Matches": "", "Index": "", "Index – %(key)s": "Ch\u1ec9 m\u1ee5c – %(key)s", "Index pages by letter": "C\u00e1c trang ch\u1ec9 m\u1ee5c theo ch\u1eef c\u00e1i", "Indices and tables:": "C\u00e1c ch\u1ec9 m\u1ee5c v\u00e0 b\u1ea3ng bi\u1ec3u:", "Last updated on %(last_updated)s.": "C\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t v\u00e0o %(last_updated)s.", "Library changes": "", "Navigation": "\u0110i\u1ec1u h\u01b0\u1edbng", "Next topic": "Ch\u1ee7 \u0111\u1ec1 ti\u1ebfp", "Other changes": "", "Overview": "T\u1ed5ng quan", "Permalink to this definition": "", "Permalink to this headline": "", "Please activate JavaScript to enable the search\n functionality.": "H\u00e3y b\u1eadt JavaScript \u0111\u1ec3 d\u00f9ng t\u00ednh n\u0103ng\nt\u00ecm ki\u1ebfm.", "Preparing search...": "", "Previous topic": "Ch\u1ee7 \u0111\u1ec1 tr\u01b0\u1edbc", "Quick search": "", "Search": "T\u00ecm Ki\u1ebfm", "Search Page": "", "Search Results": "", "Search finished, found %s page(s) matching the search query.": "", "Search within %(docstitle)s": "T\u00ecm ki\u1ebfm trong %(docstitle)s", "Searching": "", "Show Source": "Hi\u1ec3n th\u1ecb m\u00e3 ngu\u1ed3n", "Table of Contents": "", "This Page": "", "Welcome! This is": "Ch\u00e0o m\u1eebng! \u0110\u00e2y l\u00e0", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", "all functions, classes, terms": "t\u1ea5t c\u1ea3 c\u00e1c h\u00e0m, l\u1edbp, thu\u1eadt ng\u1eef", "can be huge": "c\u00f3 th\u1ec3 r\u1ea5t nhi\u1ec1u", "last updated": "c\u1eadp nh\u1eadt m\u1edbi nh\u1ea5t", "lists all sections and subsections": "li\u1ec7t k\u00ea t\u1ea5t c\u1ea3 c\u00e1c m\u1ee5c v\u00e0 m\u1ee5c con", "next chapter": "ch\u01b0\u01a1ng ti\u1ebfp", "previous chapter": "ch\u01b0\u01a1ng tr\u01b0\u1edbc ", "quick access to all modules": "truy c\u1eadp nhanh t\u1ea5t c\u1ea3 c\u00e1c m\u00f4-\u0111un", "search": "", "search this documentation": "t\u00ecm ki\u1ebfm trong t\u00e0i li\u1ec7u n\u00e0y", "the documentation for": "t\u00e0i li\u1ec7u cho"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index 2d738c71da8..56e0adcb41a 100644 Binary files a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo and b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.po b/sphinx/locale/vi/LC_MESSAGES/sphinx.po index c920974d882..29041f8db8f 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" -"Last-Translator: Hoat Le Van \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Vietnamese (http://www.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,21 +19,21 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -46,95 +46,83 @@ msgid "" msgstr "" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " +#: sphinx/application.py:298 +msgid "loading pickled environment" msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -142,7 +130,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -150,60 +138,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -211,833 +193,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Các đề nghị nâng cao Python; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "Dựng sẵn" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "Mức mô-đun" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%d/%m/%Y" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "Chỉ mục chung" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "chỉ mục" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "xem tiếp" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "xem lại" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "Tài liệu %s %s" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1051,188 +922,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" + +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(trong" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" msgstr "" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1251,253 +1144,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1505,11 +1392,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1517,25 +1404,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1545,15 +1432,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1564,22 +1451,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1588,36 +1475,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1625,29 +1512,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1655,26 +1542,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1684,214 +1571,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "Tác giả mục:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "Tác giả mô-đun:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "Tác giả mã lệnh:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "Tác giả:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "Tham số" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "Trả về" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "Kiểu trả về" @@ -1920,12 +1807,12 @@ msgstr "%s (kiểu C)" msgid "%s (C variable)" msgstr "%s (biến C)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "hàm" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "thuộc tính" @@ -1933,7 +1820,7 @@ msgstr "thuộc tính" msgid "macro" msgstr "macro" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "kiểu" @@ -1941,297 +1828,262 @@ msgstr "kiểu" msgid "variable" msgstr "biến" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "Mới từ phiên bản %s" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "Thay đổi trong phiên bản %s" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "Sắp loại bỏ từ phiên bản %s" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "Ném" -#: sphinx/domains/cpp.py:6283 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ type)" -msgstr "%s (kiểu C++)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (thuộc tính C++)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (hàm C++)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (lớp C++)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" - -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "lớp" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (hàm dựng sẵn)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (phương thức %s)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (lớp)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (biến toàn cục hoặc hằng số)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (thuộc tính %s)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "Đối số" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (mô-đun)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "phương thức" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "dữ liệu" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "thuộc tính" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "mô-đun" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "từ khoá" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "toán tử" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "đối tượng" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "ngoại lệ" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "câu lệnh" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "hàm dựng sẵn" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "Các biến" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "Đưa ra" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (trong mô-đun %s)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (biến dựng sẵn)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (trong mô-đun %s)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (lớp dựng sẵn)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (lớp trong %s)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (phương thức %s.%s) " -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (phương thức tĩnh %s.%s)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (phương thức tĩnh %s)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (phương thức lớp %s.%s)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (phương thức lớp %s)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (thuộc tính %s.%s)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Chỉ Mục Mô-đun Python" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "các mô-đun" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "Sắp loại bỏ" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "phương thức lớp" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "phương thức tĩnh" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "(sắp loại bỏ)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (chỉ thị)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (vai trò)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "chỉ thị" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "vai trò" @@ -2240,209 +2092,200 @@ msgstr "vai trò" msgid "environment variable; %s" msgstr "các biến môi trường; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "tuỳ chọn dòng lệnh%s; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "chú giải thuật ngữ" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "xem %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "nên xem %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "Biểu tượng" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2454,352 +2297,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2807,66 +2679,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2881,106 +2772,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "Các ví dụ" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "Chú ý" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "Cảnh báo" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "Nguy hiểm" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "Lỗi" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "Gợi ý" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "Quan trọng" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "Ghi chú" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "Xem thêm" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "Mẹo" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "Cảnh báo" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "" @@ -2999,7 +2890,7 @@ msgstr "Tìm Kiếm" msgid "Go" msgstr "Thực hiện" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "Hiển thị mã nguồn" @@ -3148,13 +3039,13 @@ msgstr "" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3196,36 +3087,36 @@ msgstr "" msgid "Other changes" msgstr "" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr "" @@ -3242,76 +3133,89 @@ msgstr "" msgid "Contents" msgstr "Nội dung" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3325,140 +3229,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js index 96f2376b3a8..d1946312e7d 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "zh_Hans_CN", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", ", in ": "\uff0c\u5728", "About these documents": "\u5173\u4e8e\u8fd9\u4e9b\u6587\u6863", "Automatically generated list of changes in version %(version)s": "\u81ea\u52a8\u751f\u6210\u7684 %(version)s \u7248\u672c\u4e2d\u7684\u66f4\u6539\u5217\u8868", "C API changes": "C API \u66f4\u6539", "Changes in Version %(version)s — %(docstitle)s": "\u66f4\u6539\u53d1\u751f\u5728\u7248\u672c %(version)s— %(docstitle)s", "Collapse sidebar": "\u6298\u53e0\u8fb9\u680f", "Complete Table of Contents": "\u5b8c\u6574\u7684\u5185\u5bb9\u8868", "Contents": "\u76ee\u5f55", "Copyright": "\u7248\u6743\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "\u7531 Sphinx %(sphinx_version)s \u521b\u5efa\u3002", "Expand sidebar": "\u5c55\u5f00\u8fb9\u680f", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u5728\u8fd9\u513f\uff0c\u4f60\u53ef\u4ee5\u5bf9\u8fd9\u4e9b\u6587\u6863\u8fdb\u884c\u641c\u7d22\u3002\u5411\u641c\u7d22\u6846\u4e2d\u8f93\u5165\u4f60\u6240\u8981\u641c\u7d22\u7684\u5173\u952e\u5b57\u5e76\u70b9\u51fb\u201c\u641c\u7d22\u201d\u3002\u6ce8\u610f\uff1a\u641c\u7d22\u5f15\u64ce\u4f1a\u81ea\u52a8\u641c\u7d22\u6240\u6709\u7684\u5173\u952e\u5b57\u3002\u5c06\u4e0d\u4f1a\u641c\u7d22\u5230\u90e8\u5206\u5173\u952e\u5b57\u7684\u9875\u9762.", "Full index on one page": "\u4e00\u9875\u7684\u5168\u90e8\u7d22\u5f15", "General Index": "\u603b\u76ee\u5f55", "Global Module Index": "\u5168\u5c40\u6a21\u5757\u7d22\u5f15", "Go": "\u8f6c\u5411", "Hide Search Matches": "\u9690\u85cf\u641c\u7d22\u7ed3\u679c", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u6309\u7167\u5b57\u6bcd\u7684\u7d22\u5f15\u9875", "Indices and tables:": "\u7d22\u5f15\u548c\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u540e\u66f4\u65b0\u4e8e %(last_updated)s.", "Library changes": "\u5e93\u66f4\u6539", "Navigation": "\u5bfc\u822a", "Next topic": "\u4e0b\u4e00\u4e2a\u4e3b\u9898", "Other changes": "\u5176\u4ed6\u66f4\u6539", "Overview": "\u6982\u8ff0", "Permalink to this definition": "\u6c38\u4e45\u94fe\u63a5\u81f3\u76ee\u6807", "Permalink to this headline": "\u6c38\u4e45\u94fe\u63a5\u81f3\u6807\u9898", "Please activate JavaScript to enable the search\n functionality.": "\u8bf7\u6fc0\u6d3b JavaScript \u4ee5\u5f00\u542f\u641c\u7d22\u529f\u80fd", "Preparing search...": "\u51c6\u5907\u641c\u7d22\u2026\u2026", "Previous topic": "\u4e0a\u4e00\u4e2a\u4e3b\u9898", "Quick search": "\u5feb\u901f\u641c\u7d22", "Search": "\u641c\u7d22", "Search Page": "\u641c\u7d22\u9875\u9762", "Search Results": "\u641c\u7d22\u7ed3\u679c", "Search finished, found %s page(s) matching the search query.": "\u641c\u7d22\u5b8c\u6210\uff0c\u6709 %s \u4e2a\u9875\u9762\u5339\u914d\u3002", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u7d22", "Searching": "\u641c\u7d22\u4e2d", "Show Source": "\u663e\u793a\u6e90\u4ee3\u7801", "Table of Contents": "", "This Page": "\u672c\u9875", "Welcome! This is": "\u6b22\u8fce\uff01\u8fd9\u662f", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u6ca1\u6709\u4efb\u4f55\u6587\u6863\u5339\u914d\u60a8\u7684\u641c\u7d22\u3002\u8bf7\u786e\u4fdd\u4f60\u8f93\u5165\u7684\u8bcd\u62fc\u5199\u6b63\u786e\u5e76\u9009\u62e9\u4e86\u5408\u9002\u7684\u5206\u7c7b\u3002", "all functions, classes, terms": "\u6240\u7684\u51fd\u6570\uff0c\u7c7b\uff0c\u672f\u8bed", "can be huge": "\u53ef\u80fd\u4f1a\u5f88\u591a", "last updated": "\u6700\u540e\u66f4\u65b0\u4e8e", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u7684\u7ae0\u8282\u548c\u90e8\u5206", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "\u5feb\u901f\u67e5\u770b\u6240\u6709\u7684\u6a21\u5757", "search": "\u641c\u7d22", "search this documentation": "\u641c\u7d22\u6587\u6863", "the documentation for": "\u8fd9\u4efd\u6587\u6863\u662f"}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "zh_Hans_CN", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", "© Copyright %(copyright)s.": "© \u7248\u6743\u6240\u6709 %(copyright)s.", ", in ": "\uff0c\u5728", "About these documents": "\u5173\u4e8e\u8fd9\u4e9b\u6587\u6863", "Automatically generated list of changes in version %(version)s": "\u81ea\u52a8\u751f\u6210\u7684 %(version)s \u7248\u672c\u4e2d\u7684\u66f4\u6539\u5217\u8868", "C API changes": "C API \u66f4\u6539", "Changes in Version %(version)s — %(docstitle)s": "\u66f4\u6539\u53d1\u751f\u5728\u7248\u672c %(version)s— %(docstitle)s", "Collapse sidebar": "\u6298\u53e0\u8fb9\u680f", "Complete Table of Contents": "\u5b8c\u6574\u7684\u5185\u5bb9\u8868", "Contents": "\u76ee\u5f55", "Copyright": "\u7248\u6743\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "\u7531 Sphinx %(sphinx_version)s \u521b\u5efa\u3002", "Expand sidebar": "\u5c55\u5f00\u8fb9\u680f", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u5728\u8fd9\u513f\uff0c\u4f60\u53ef\u4ee5\u5bf9\u8fd9\u4e9b\u6587\u6863\u8fdb\u884c\u641c\u7d22\u3002\u5411\u641c\u7d22\u6846\u4e2d\u8f93\u5165\u4f60\u6240\u8981\u641c\u7d22\u7684\u5173\u952e\u5b57\u5e76\u70b9\u51fb\u201c\u641c\u7d22\u201d\u3002\u6ce8\u610f\uff1a\u641c\u7d22\u5f15\u64ce\u4f1a\u81ea\u52a8\u641c\u7d22\u6240\u6709\u7684\u5173\u952e\u5b57\u3002\u5c06\u4e0d\u4f1a\u641c\u7d22\u5230\u90e8\u5206\u5173\u952e\u5b57\u7684\u9875\u9762.", "Full index on one page": "\u4e00\u9875\u7684\u5168\u90e8\u7d22\u5f15", "General Index": "\u603b\u76ee\u5f55", "Global Module Index": "\u5168\u5c40\u6a21\u5757\u7d22\u5f15", "Go": "\u8f6c\u5411", "Hide Search Matches": "\u9690\u85cf\u641c\u7d22\u7ed3\u679c", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u6309\u7167\u5b57\u6bcd\u7684\u7d22\u5f15\u9875", "Indices and tables:": "\u7d22\u5f15\u548c\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u540e\u66f4\u65b0\u4e8e %(last_updated)s.", "Library changes": "\u5e93\u66f4\u6539", "Navigation": "\u5bfc\u822a", "Next topic": "\u4e0b\u4e00\u4e2a\u4e3b\u9898", "Other changes": "\u5176\u4ed6\u66f4\u6539", "Overview": "\u6982\u8ff0", "Permalink to this definition": "\u6c38\u4e45\u94fe\u63a5\u81f3\u76ee\u6807", "Permalink to this headline": "\u6c38\u4e45\u94fe\u63a5\u81f3\u6807\u9898", "Please activate JavaScript to enable the search\n functionality.": "\u8bf7\u6fc0\u6d3b JavaScript \u4ee5\u5f00\u542f\u641c\u7d22\u529f\u80fd", "Preparing search...": "\u51c6\u5907\u641c\u7d22\u2026\u2026", "Previous topic": "\u4e0a\u4e00\u4e2a\u4e3b\u9898", "Quick search": "\u5feb\u901f\u641c\u7d22", "Search": "\u641c\u7d22", "Search Page": "\u641c\u7d22\u9875\u9762", "Search Results": "\u641c\u7d22\u7ed3\u679c", "Search finished, found %s page(s) matching the search query.": "\u641c\u7d22\u5b8c\u6210\uff0c\u6709 %s \u4e2a\u9875\u9762\u5339\u914d\u3002", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u7d22", "Searching": "\u641c\u7d22\u4e2d", "Show Source": "\u663e\u793a\u6e90\u4ee3\u7801", "Table of Contents": "\u76ee\u5f55", "This Page": "\u672c\u9875", "Welcome! This is": "\u6b22\u8fce\uff01\u8fd9\u662f", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u6ca1\u6709\u4efb\u4f55\u6587\u6863\u5339\u914d\u60a8\u7684\u641c\u7d22\u3002\u8bf7\u786e\u4fdd\u4f60\u8f93\u5165\u7684\u8bcd\u62fc\u5199\u6b63\u786e\u5e76\u9009\u62e9\u4e86\u5408\u9002\u7684\u5206\u7c7b\u3002", "all functions, classes, terms": "\u6240\u7684\u51fd\u6570\uff0c\u7c7b\uff0c\u672f\u8bed", "can be huge": "\u53ef\u80fd\u4f1a\u5f88\u591a", "last updated": "\u6700\u540e\u66f4\u65b0\u4e8e", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u7684\u7ae0\u8282\u548c\u90e8\u5206", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "\u5feb\u901f\u67e5\u770b\u6240\u6709\u7684\u6a21\u5757", "search": "\u641c\u7d22", "search this documentation": "\u641c\u7d22\u6587\u6863", "the documentation for": "\u8fd9\u4efd\u6587\u6863\u662f"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index 7a82a0d7579..9b92ff0e83b 100644 Binary files a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index 24f50e837f6..ebaaa50009f 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -1,11 +1,13 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Yinian Chin , 2015,2017-2018 # Hsiaoming Yang , 2018 +# Nomaka , 2018 # Lenville Leo , 2013 +# Nomaka , 2018 # Ryekee Zhong , 2013 # Tower Joo, 2009 # Yinian Chin , 2018 @@ -14,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-09-12 13:29+0000\n" -"Last-Translator: Yinian Chin \n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" +"Last-Translator: Takeshi KOMIYA \n" "Language-Team: Chinese (China) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,191 +27,173 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "配置目录中缺少 conf.py 文件 (%s)" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "无法找到源码目录 (%s)" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" -msgstr "源码目录和目标目录不能是同一目录" +msgstr "源文件目录和目标目录不能是同一目录" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" -msgstr "正在运行的是 Sphinx v%s" +msgstr "正在运行 Sphinx v%s" #: sphinx/application.py:214 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "该项目需要 Sphinx v%s 及以上版本,当前使用版本不能完成文档构建。" +msgstr "该项目需要 Sphinx v%s 及以上版本,使用现有版本不能构建文档。" #: sphinx/application.py:234 -msgid "making output directory..." -msgstr "创建输出目录…" +msgid "making output directory" +msgstr "" + +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "conf.py 中当前定义的 'setup' 不是一个可调用的 Python 对象。请修改其定义为一个可调用函数。conf.py 作为 Sphinx 扩展时必须如此配置。" +msgstr "当前 conf.py 中定义的 'setup' 不是一个可调用的 Python 对象。请把其定义改为一个可调用的函数。Sphinx 扩展的 conf.py 必须这样配置。" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "未找到主域 %r,已忽略。" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "正在加载翻译 [%s]... " -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "完成" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "没有内置信息的翻译" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "正在加载 pickled 环境..." +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "失败:%s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "未选择构建程序,默认使用:html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "完成但存在问题" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "构建 %s, %s 警告。" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "构建 %s." -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" -msgstr "正在设置扩展 %s:节点类 %r 已经注册,其访问者将被覆盖" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" -msgstr "正在设置扩展 %s:指令 %r 已经注册,其将被覆盖" +msgid "directive %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" -msgstr "正在设置扩展 %s:角色 %r 已经注册,其将被覆盖" +msgid "role %r is already registered, it will be overridden" +msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "扩展 %s 没有声明是否并行读取安全,默认假设为否 - 请联系扩展作者检查是否支持该特性并显式声明" +msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否 - 请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "%s 扩展没有声明是否并行写入安全,默认假设为否 - 请联系扩展作者检查是否支持该特性并显式声明" +msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否 - 请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" -msgstr "生成序号 %s" +msgstr "执行顺序 %s" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 设置单个字典元素)" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" -msgstr "配置项 %r 数值 %r 无效,已忽略" +msgstr "无效的数值 %r 用于配置项 %r,已忽略" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "配置项 %r 覆盖值类型不支持,已忽略" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "覆盖中包含未知配置项 %r ,已忽略" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "不存在的配置项:%s" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "配置项 %r 已存在" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" -msgstr "配置文件中有语法错误:%s" - -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "\n你是否已经从 Python 2.x 迁移到 3.x 并调整相应语法?" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -217,833 +201,724 @@ msgid "" "%s" msgstr "配置文件中有程序上的错误:\n\n%s" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." -msgstr "配置项 `source_suffix' 应是字符串、字符串列表或字典。但现在是 %r' 。" +msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "节 %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "图 %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "表 %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "列表 %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "配置项 `{name}` 必须设置为 {candidates} 之一,但现在是 `{current}` 。" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." -msgstr "配置项 `{name}' 的类型是 `{current.__name__}',应为 {permitted}。" +msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "配置项 `{name}' 的类型是 `{current.__name__}',默认为 `{default.__name__}'。" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "配置项 %r 的值包含了非 ASCII 字符,这会导致 Unicode 错误。请使用 Unicode 字符串,例如 %r。" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "未找到 primary_domain %r,已忽略。" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "事件 %r 已存在" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "未知事件名称:%s" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "未能加载 needs_extensions 配置项所需的 %s。" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "该项目所需扩展 %s 最低要求版本 %s ,当前加载版本 (%s) 无法构建文档。" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "未知的 Pygments 词法分析器 %r" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "无法按照“%s”语言的词法解析代码块,跳过语法高亮。" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." +msgstr "无法读取文档,已忽略。" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "构建程序类 %s 未包含 \"name\" 属性" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "构建程序 %r 已存在 (见模块 %s)" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "构建程序 %s 未注册或在入口点不可用" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "构建程序 %s 未注册" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "域 %s 已注册" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "域 %s 尚未注册" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" -msgstr "指令 %r 已在 %d 域上注册" +msgid "The %r directive is already registered to domain %s" +msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" -msgstr "角色 %r 已在 %d 域上注册" +msgid "The %r role is already registered to domain %s" +msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" -msgstr "索引 %r 已在 %d 域上注册" +msgid "The %r index is already registered to domain %s" +msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "对象类型 %r 已注册" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "交叉引用类型 %r 已注册" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "源文件扩展名 %r 已注册" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "%r 的 source_parser 已注册" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "未注册 %s 的源代码语法分析器" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "%r 的 source_input 已注册" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "%s 的 source_input 未注册" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" -msgstr "%r 的转译器已存在" +msgid "Translator for %r already exists" +msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() 的关键字参数必须是 (visit, depart) 形式的函数元组:%r=%r" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "可数节点 %r 已注册" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "公式渲染器 %s 已注册" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "原始异常:\n" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "无法导入扩展 %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "扩展 %r 未包含setup() 函数;它确实是一个 Sphinx 扩展模块吗?" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "该项目所用扩展 %s 需要 Sphinx 版本 %s 以上;当前版本无法构建文档。" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "扩展 %r 在其 setup() 函数中返回了一个不支持的对象;该函数应返回 None 或一个元数据字典" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python 提高建议; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "主题 %r 未包含 \"theme\" 配置" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "主题 %r 未包含 \"inherit\" 配置" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "未找到主题 %r,则从 %r 继承" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "配置项 %s.%s 在所有已找到主题配置中均未出现" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "不支持的主题选项 %r" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "主题扩展 %r 未正确响应。" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "主题路径指定的文件 %r 是一个无效的或不包含主题的 zip 文件。" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "sphinx_rtd_theme 从 1.4.0 版本开始不再作为强依赖。请手动安装。(pip install sphinx_rtd_theme)" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "主题 %r 未找到 (缺少 theme.conf?)" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "没有找到适合 %s 构建器的图像:%s (%s)" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "没有找到适合 %s 构建器的图像:%s" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "构建 [mo]:" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "写入输出……" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "所有的 %d po 文件" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "指定了 %d 个 po 文件的目标文件" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "%d 个 po 文件的目标文件已过期" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "所有源文件" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "源文件目录下没有命令行给出的 %r 文件,将被忽略" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "命令行给出的 %r 文件不存在,将被忽略" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "命令行给出了 %d 个源文件" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "%d 个源文件的目标文件已过期" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" -msgstr "构建 [%s]" +msgstr "构建 [%s]中" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "查找当前已过期的文件……" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "找到 %d 个" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "没有找到" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " -msgstr "Pickle 序列化环境……" +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" +msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " -msgstr "检查一致性……" +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" +msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "没有过期的目标文件" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " +msgstr "" + +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 +msgid "waiting for workers..." +msgstr "等待工作线程……" + +#: sphinx/builders/__init__.py:551 #, python-format msgid "docnames to write: %s" msgstr "写入文档:%s" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " -msgstr "准备文档……" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" +msgstr "" -#: sphinx/builders/__init__.py:639 -msgid "waiting for workers..." -msgstr "等待其他线程……" +#: sphinx/builders/_epub_base.py:219 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " +msgstr "复制图像……" + +#: sphinx/builders/_epub_base.py:422 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "无法读取图像文件 %r:直接复制" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format msgid "cannot copy image file %r: %s" msgstr "无法复制图像文件 %r:%s" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:445 #, python-format msgid "cannot write image file %r: %s" msgstr "无法写入图像文件 %r:%s" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "未安装 PIL - 直接复制图像文件" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" +msgstr "" -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format msgid "writing %s file..." msgstr "正在写入 %s 文件……" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:566 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "%s 的 MIME 类型未知,将被忽略" -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "构建帮助文件索引失败" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" -msgstr "代码签名失败" - -#: sphinx/builders/applehelp.py:77 -#, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "帮助文件存放在 %(outdir)s 中。\n注意你现在无法直接调用它,你需要把它放到 ~/Library/Documentation/Help 目录下或是安装到应用捆绑中。" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "构建 Apple 帮助文件输出前必须设置 applehelp_bundle_id" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "复制本地化文件……" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "写入 Info.plist 文件……" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " -msgstr "复制图标……" - -#: sphinx/builders/applehelp.py:190 -#, python-format -msgid "cannot copy icon file %r: %s" -msgstr "无法复制图标文件 %r:%s" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "构建访问页……" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " -msgstr "生成帮助索引……" - -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" -msgstr "跳过" - -#: sphinx/builders/applehelp.py:228 -#, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" -msgstr "索引此帮助文件需要:\n%s" - -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 -#, python-format -msgid "Command not found: %s" -msgstr "命令不存在:%s" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " -msgstr "签名帮助文件……" - -#: sphinx/builders/applehelp.py:261 -#, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" -msgstr "签名帮助文件需要:\n%s" - -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:39 #, python-format msgid "The overview file is in %(outdir)s." msgstr "概览文件保存在 %(outdir)s 目录 。" -#: sphinx/builders/changes.py:70 +#: sphinx/builders/changes.py:68 #, python-format msgid "no changes in version %s." msgstr "%s 版本中没有做出修改。" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:70 +msgid "writing summary file..." +msgstr "" + +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "内置" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "模块级别" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "复制源文件……" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "创建变更记录时无法读取 %r" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "要调用帮助文件,请执行下面的命令:\n$ mkdir -p $HOME/.local/share/devhelp/books\n$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n$ devhelp" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "导出 DevHelp 索引……" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "伪构建器不生成文件。" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "ePub 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)不能为空" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_uid”应为 XML 名称" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)不能为空" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_author”不能为空" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_contributor”不能为空" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_description”不能为空" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_publisher”不能为空" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“epub_identifier”不能为空" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "对于 EPUB3 格式,配置项“version”不能为空" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "无效的 css_file:%r,已忽略" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "构建 [%s]:" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "%d 个模板文件的目标文件" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "读取模板……" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "写入消息目录……" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "构建信息文件损坏:%r" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "读取构建信息文件失败:%r" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "配置项 html_user_opensearch 必须为字符串" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "总目录" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "下一页" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "上一页" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "生成索引……" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "写入附加页面……" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "复制图像……" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "复制可下载文件……" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "无法复制可下载文件 %r:%s" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "复制静态文件……" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 指向的 %r 不存在" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "Logo 文件 %r 不存在" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "Favicon 文件 %r 不存在" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "无法复制静态文件 %r" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "复制额外文件……" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 指向的 %r 不存在" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "无法复制额外文件 %r" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "写入构建信息文件失败:%r" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "页面 %s 匹配了 html_sidebars 中的两条规则:%r 和 %r" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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 "渲染页面 %s 时发生了 Unicode 错误。请确保所有包含非 ASCII 字符的配置项是 Unicode 字符串。" -#: sphinx/builders/html.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "渲染页面 %s 时发生了错误。\n原因:%r" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "写入文件 %s 时发生错误:%s" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "导出对象清单……" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "导出 %s 的搜索索引……" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "组装单页文档……" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "写入文件……" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "写入附加文件……" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "你现在可以处理 %(outdir)s 中的 Pickle 文件了。" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "你现在可以处理 %(outdir)s 中的 JSON 文件了。" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "无效的 js_file:%r,已忽略" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "注册了多个 math_renderers。但没有选择任何 math_renderer。" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "给定了未知的 math_renderer %r" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s 文档" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "你现在可以打开 %(outdir)s 中的 .hlp 文件运行 HTML Help Workshop 了。" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "导出停止词列表……" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "写入项目文件……" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "写入目录文件……" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "写入索引文件……" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "在上述输出或 %(outdir)s/output.txt 中检查错误" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "锚点“%s”未找到" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "损坏的链接:%s(%s)" @@ -1057,188 +932,210 @@ msgstr "手册页保存在 %(outdir)s 目录。" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "未找到“man_pages”配置项,不会写入手册页" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" -msgstr "你现在可以像下面这样,配合 %(outdir)s 下的 .qhcp 项目文件运行“qcollectiongenerator”命令了:\n$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\nTo view the help file:\n$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" + +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" +msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." -msgstr "写入集合项目文件……" +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "Texinfo 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "\n在该目录下运行“make”命令以通过 makeinfo 运行这些 Texinfo文件\n(在此处用“make info”即可自动执行)。" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "未找到“texinfo_documents”配置项,不会写入文档" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "配置项“texinfo_documents”引用了未知文档 %s" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." -msgstr "处理 %s……" +msgid "processing %s" +msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "解析引用……" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(在" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " -msgstr "复制 Texinfo 支持文件……" +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" +msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" -msgstr "完成" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "文本文件保存在 %(outdir)s 目录。" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "XML 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "伪 XML 文件保存在 %(outdir)s。" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "LaTex 文件保存在 %(outdir)s 目录。" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "\n在该目录下运行“make”以通过 (pdf)latex 运行这些 LaTex 文件\n(在此处用“make latexpdf”即可自动执行)。" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "未找到“latex_documents”配置项,不会写入文档" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "配置项“latex_documents”引用了未知文档 %s" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." -msgstr "复制 TeX 支持文件……" +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "索引" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." -msgstr "复制附加文件……" +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "发布" -#: sphinx/builders/latex/__init__.py:364 +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 #, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "无效的 latex_documents.title(可能包含非 ASCII 字符。请用标记为 Unicode 字符串):%r" +msgid "no Babel option known for language %r" +msgstr "没有语种 %r 的 Babel 选项" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" -msgstr "无效的 latex_documents.author(可能包含非 ASCII 字符。请用标记为 Unicode 字符串):%r" +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" +msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." +msgstr "复制 TeX 支持文件……" + +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" +msgstr "" + +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "未知配置项:latex_elements[%r],已忽略。" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "构建时抛出异常,启动调试器:" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "已中断!" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "reST 标记错误:" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "编码错误:" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "如果你想向开发者报告问题,可以查阅已经保存在 %s 的完整 Traceback 信息 。" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "递归错误:" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "在源文件过大或嵌套层数过深时会出现此错误。你可以在 conf.py 中增大默认的Python 递归 1000 层限制,像这样:" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr " import sys; sys.setrecursionlimit(1500)" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "抛出异常:" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "如果此处抛出了用户的错误,也请向我们报告,这样以后可以显示更友好、更详细的错误信息。" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "请向 Bug 追踪系统 投递 Bug 报告。谢谢!" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "工作编号应为正值" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "更多信息请访问 。" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1257,291 +1154,285 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\n从源文件生成文档。\n\nsphinx-build 从 SOURCEDIR 中的文件生成文档,并保存在 OUTPUTDIR。\n它从 SOURCEDIR 的“conf.py” 中读取配置。“sphinx-quickstart”工具可以生\n成包括“conf.py”在内的模板文件。\n\nsphinx-build 可以生成多种格式的文档。在命令行中指定构建器名称即可\n选择文档格式,默认是 HTML。构建器也可以执行文档处理相关的其他\n任务。\n\n默认只会重新构建过期内容。如果指定了文件名,那么只会产生这些文件\n的输出。\n" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "文档源文件的路径" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "输出目录的路径" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "指定重新构建的文件列表。如果指定了 -a 参数,则忽略此项。" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "通用选项" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "构建器(默认:html)" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "写入所有文件(默认:只写入新文件和修改过的文件)" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "不使用已保存的环境,始终读取全部文件" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "缓存环境和 doctree 文件路径(默认:OUTPUTDIR/.doctrees)" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" -msgstr "" +msgstr "如果可能,用 N 个进程并行构建文档(如果指定为“auto”,则 N 为 CPU 数量)" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" -msgstr "" +msgstr "配置文件(conf.py)所在目录路径(默认:与 SOURCEDIR 相同)" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" -msgstr "" +msgstr "只用 -D 选项时,不会采用任何配置文件" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" -msgstr "" +msgstr "覆盖配置文件中的配置项" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" -msgstr "" +msgstr "向 HTML 模板传值" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "定义标签,用于把涉及此 TAG 的“only”块的内容包含进来" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" -msgstr "" +msgstr "挑刺模式,在引用失败时报警" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" -msgstr "" +msgstr "控制台输出选项" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "输出更详细的日志(甚至可能重复)" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "不输出到 stdout,只在 stderr 上输出报警" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" -msgstr "" +msgstr "无任何输出,报警也不会输出" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" -msgstr "" +msgstr "不着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "把警告(包含错误)信息写入给定的文件" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" -msgstr "" +msgstr "把警告视为错误" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" -msgstr "" +msgstr "与 -W 配合使用,在警告时继续运行" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" -msgstr "" +msgstr "发生异常时显示完整回溯信息" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" -msgstr "" +msgstr "发生异常时运行 Pdb" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" -msgstr "" +msgstr "无法找到文件 %r" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "-a 选项和文件名不能同时使用" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "无法打开警告信息文件 %r:%s" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-D 选项的参数必须是 name=value 形式" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-A 选项的参数必须是 name=value 形式" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" -msgstr "" +msgstr "自动插入模块中的 Docstring" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" -msgstr "" +msgstr "自动测试 doctest 块中的测试代码片段" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" -msgstr "" +msgstr "链接不同项目的 Sphinx 文档" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +msgstr "编写在构建时可以选择显示、隐藏的“todo”条目" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" -msgstr "" +msgstr "检查文档覆盖率" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" -msgstr "" +msgstr "支持数学公式,渲染成 PNG 或 SVG 图像" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" -msgstr "" +msgstr "支持数学公式,用 MathJax 在浏览器中渲染" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" -msgstr "" +msgstr "基于配置值控制是否在构建中包含文档内容" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" -msgstr "" +msgstr "支持链接到文档涉及的 Python 对象的源码" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +msgstr "创建 .nojekyll 文件,用于在 GitHub Pages 服务发布文档" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." -msgstr "" +msgstr "请输入有效的路径名。" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." -msgstr "" +msgstr "请输入文本。" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." -msgstr "" +msgstr "请输入 %s 之一。" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." -msgstr "" +msgstr "请输入“y”或“n”。" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +msgstr "请输入文件后缀,例如:“.rst”或者“.txt”。" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." -msgstr "" +msgstr "* 提示:输入了非 ASCII 字符并且终端编码未知——假定为 UTF-8 或 Latin-1。" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgstr "欢迎使用 Sphinx %s 快速配置工具。" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." -msgstr "" +msgstr "\n请输入接下来各项设置的值(如果方括号中指定了默认值,直接\n按回车即可使用默认值)。" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" -msgstr "" +msgstr "\n已选择根路径:%s" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." -msgstr "" +msgstr "\n输入文档的根路径。" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" -msgstr "" +msgstr "文档的根路径" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +msgstr "错误:选择的根路径中已存在 conf.py 文件。" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +msgstr "请输入新的根路径(或按回车退出)" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" "Either, you use a directory \"_build\" within the root path, or you separate\n" "\"source\" and \"build\" directories within the root path." -msgstr "" +msgstr "\n布置用于保存 Sphinx 输出的构建目录,有两种选择。\n一是在根路径下创建“_build”目录,二是在根路径下创建“source”\n和“build”两个独立的目录。" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" -msgstr "" +msgstr "独立的源文件和构建目录(y/n)" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" "for custom HTML templates and \"_static\" for custom stylesheets and other static\n" "files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "" +msgstr "\n在根目录下,还会创建两个目录:“_templates”用于自定义 HTML 模板、\n“_static”用于自定义 CSS 和其他静态文件。你可以输入其他前缀(比如“.”)\n代替默认的下划线。" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" -msgstr "" +msgstr "模板目录名和静态目录名的前缀" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." -msgstr "" +msgstr "\n项目名称会出现在文档的许多地方。" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" -msgstr "" +msgstr "项目名称" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" -msgstr "" +msgstr "作者名称" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1549,17 +1440,17 @@ msgid "" "Python the version is something like 2.5 or 3.0, while the release is\n" "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" "just set both to the same value." -msgstr "" +msgstr "\n在 Sphinx 中,会区分“版本”和“发行版本”两个概念。同一版本可以\n有多个发行版本。例如,Python 版本可以是 2.5 或 3.0,而发行版\n本则是 2.5.1 或 3.0a1。如果你不需要这样的双重版本结构,请把这\n两个选项设置为相同值。" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" -msgstr "" +msgstr "项目版本" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" -msgstr "" +msgstr "项目发行版本" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1568,119 +1459,119 @@ msgid "" "\n" "For a list of supported codes, see\n" "http://sphinx-doc.org/config.html#confval-language." -msgstr "" +msgstr "\n如果用英语以外的语言编写文档,你可以在此按语言代码选择语种。\nSphinx 会把内置文本翻译成相应语言的版本。\n\n支持的语言代码列表见:\nhttp://sphinx-doc.org/config.html#confval-language。" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" -msgstr "" +msgstr "项目语种" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." -msgstr "" +msgstr "\n源文件的文件名后缀。一般是“.txt”或“.rst”。只有此后缀的文件才会\n被视为文档的源文件。" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" -msgstr "" +msgstr "源文件后缀" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" "\"contents tree\", that is, it is the root of the hierarchical structure\n" "of the documents. Normally, this is \"index\", but if your \"index\"\n" "document is a custom template, you can also set this to another filename." -msgstr "" +msgstr "\n有一个特殊的文档将被视为“目录树”的树顶节点,也即是文档层级\n结构的根。一般用“index”作为这个特殊文档,如果你的“index”文\n档使用了自定义模板,你也可以指定其他的文件名。" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" -msgstr "" +msgstr "主文档文件名(不含后缀)" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." -msgstr "" +msgstr "错误:选择的根目录下已存在主文档文件 %s。" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +msgstr "sphinx-quickstart 不会覆盖已有的文件。" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +msgstr "请输入新文件名,若要重命名现有文件请按回车" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +msgstr "启用 Sphinx 扩展:" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." -msgstr "" +msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" "only have to run e.g. `make html' instead of invoking sphinx-build\n" "directly." -msgstr "" +msgstr "\n生成 Makefile 和 Windows 批处理文件,可以直接像“make html”这样\n运行,而不需要直接调用 sphinx-build。" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" -msgstr "" +msgstr "创建 Makefile?(y/n)" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" -msgstr "" +msgstr "创建 Windows 批处理文件?(y/n)" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." -msgstr "" +msgstr "创建文件 %s。" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." -msgstr "" +msgstr "文件 %s 已存在,跳过。" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." -msgstr "" +msgstr "完成:已创建初始目录结构。" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" "You should now populate your master file %s and create other documentation\n" "source files. " -msgstr "" +msgstr "\n你现在可以填写主文档文件 %s 并创建其他文档源文件了。" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" -msgstr "" +msgstr "用 Makefile 构建文档,像这样:\n make builder\n" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" -msgstr "" +msgstr "用 sphinx-build 命令构建文档,像这样:\n sphinx-build -b builder %s %s\n" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" -msgstr "" +msgstr "此处的“builder”是支持的构建器名,比如 html、latex 或 linkcheck。\n" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1688,216 +1579,216 @@ msgid "" "sphinx-quickstart is an interactive tool that asks some questions about your\n" "project and then generates a complete documentation directory and sample\n" "Makefile to be used with sphinx-build.\n" -msgstr "" +msgstr "\n生成 Sphinx 项目的必需文件。\n\nsphinx-quickstart 是一个交互式工具,询问一些关于项目的问题,生成\n完整的文档目录和用于 sphinx-build 的示例 Makefile。\n" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" -msgstr "" +msgstr "静默模式" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" -msgstr "" +msgstr "输出路径" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "文档结构参数" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" -msgstr "" +msgstr "如果指定了此选项,将使用独立的源文件目录和构建目录。" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." -msgstr "" +msgstr "用点替代下划线,“ _templates”。" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "项目基本参数" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" -msgstr "" +msgstr "项目名称" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" -msgstr "" +msgstr "作者名称" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" -msgstr "" +msgstr "项目版本" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" -msgstr "" +msgstr "项目发行版本" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" -msgstr "" +msgstr "项目语种" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" -msgstr "" +msgstr "源文件后缀" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" -msgstr "" +msgstr "主文档名" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" -msgstr "" +msgstr "启用 ePub 支持" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "扩展程序选项" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" -msgstr "" +msgstr "启用 %s 扩展" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" -msgstr "" +msgstr "启用多个扩展" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" -msgstr "" +msgstr "创建 Makefile 和批处理文件" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" -msgstr "" +msgstr "创建 Makefile" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" -msgstr "" +msgstr "不创建 Makefile" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" -msgstr "" +msgstr "创建批处理文件" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" -msgstr "" +msgstr "不创建批处理文件" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" -msgstr "" +msgstr "使用用于 Makefile/make.bat 的 Make 模式" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +msgstr "不使用用于 Makefile/make.bat 的 Make 模式" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "项目模板" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" -msgstr "" +msgstr "放置模板文件的模板目录" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" -msgstr "" +msgstr "定义一个模板变量" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +msgstr "指定了“quiet”,但是没有指定“project”和“author”。" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." -msgstr "" +msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" -msgstr "" +msgstr "无效模板变量:%s" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "检测到过度的去缩进" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "无效的标题:%s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "指定的行号超出范围(1-%d):%r" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "\"%s\" 和 \"%s\" 选项不能同时使用" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "包含的文件 %r 不存在或读取失败" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "用于读取包含文件 %r 的编码 %r 不正确,请重新给定 :encoding: 选项。" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "对象 %r 在包含文件 %r 中不存在" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "不能在互斥的 \"lines\" 集合上使用 \"lineno-match\" 选项" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "行规范 %r:未能从包含文件 %r 中拉取行" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "节作者:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "模块作者:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "代码作者:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "作者:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "参数" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "返回" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "返回类型" @@ -1926,12 +1817,12 @@ msgstr "%s (C 类型)" msgid "%s (C variable)" msgstr "%s (C 变量)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "函数" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "成员" @@ -1939,7 +1830,7 @@ msgstr "成员" msgid "macro" msgstr "宏" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "类型" @@ -1947,297 +1838,262 @@ msgstr "类型" msgid "variable" msgstr "变量" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "%s 新版功能" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "在 %s 版更改" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "%s 版后已移除" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." -msgstr "" - -#: sphinx/domains/cpp.py:6073 -msgid "Template Parameters" -msgstr "模板参数" - -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 -msgid "Throws" -msgstr "抛出" - -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ 类型)" +msgstr "重复的声明,已经在“%s”处定义。\n定义为“%s”。" -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ 概念)" - -#: sphinx/domains/cpp.py:6303 -#, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ 成员)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ 函数)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ 类)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" -msgstr "" +#: sphinx/domains/cpp.py:6374 +msgid "Template Parameters" +msgstr "模板参数" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ 枚举)" +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 +msgid "Throws" +msgstr "抛出" -#: sphinx/domains/cpp.py:6363 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ 枚举子)" +msgid "%s (C++ %s)" +msgstr "" -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "类" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" -msgstr "" +msgstr "联合体" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "概念" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "枚举" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "枚举子" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." -msgstr "" +msgstr "重复的声明,已经在“%s”处定义。\n声明名称为“%s”。" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內置函数)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 方法)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (类)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全局变量或常量)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 属性)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "参数" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (模块)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "方法" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "数据" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "属性" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "模块" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" -msgstr "" +msgstr "无效的 math_eqref_format:%r" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "重复的公式标签 %s,另一实例出现在 %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "关键字" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "运算符" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "对象" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "语句" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "內置函数" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "变量" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "引发" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (內置变量)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s() (在 %s 模块中)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (內置类)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的类)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 方法)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 静态方法)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 静态方法)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s 类方法)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 类方法)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 属性)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python 模块索引" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "模块" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "已移除" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "类方法" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "静态方法" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr " (已移除)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (指令)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (角色)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "指令" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "角色" @@ -2246,209 +2102,200 @@ msgstr "角色" msgid "environment variable; %s" msgstr "环境变量; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgstr "畸形的选项描述 %r,应是“opt”、“-opt args”、“--opt args”、“/opt args”或“+opt args”形式" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s命令行选项; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "术语" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "语法记号" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "引用标签" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "环境变量" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "程序选项" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "文档" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "索引" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "模块索引" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜索页面" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgstr "重复的引文 %s,已有引文出现在 %s" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" -msgstr "" +msgstr "重复的标签 %s,已有标签出现在 %s" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." -msgstr "" +msgstr "引文 [%s] 没有被引用过。" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgstr "numfig 已禁用,忽略 :numref:。" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" -msgstr "" +msgstr "没有给 %s 分配标号:%s" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" -msgstr "" +msgstr "链接没有标题:%s" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgstr "无效的 numfig_format:%s (%r)" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" -msgstr "" +msgstr "无效的 numfig_format:%s" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" -msgstr "" +msgstr "新配置" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" -msgstr "" +msgstr "配置有变化" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" -msgstr "" +msgstr "扩展有变化" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" -msgstr "" +msgstr "构建环境版本与当前环境不符" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" -msgstr "" +msgstr "源文件目录已变化" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." -msgstr "" - -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" +msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" -msgstr "" +msgstr "在 %s 中扫描文档失败:%r" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" -msgstr "" +msgstr "没有注册 %r 域" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." -msgstr "" +msgstr "目录树存在自引用,已忽略。" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" -msgstr "" +msgstr "文档没有加入到任何目录树中" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "见 %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "参见 %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" -msgstr "" +msgstr "未知的索引条目类型 %r" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "符号" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" +msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" + +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "目录树引用的文档 %r 不存在" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" -msgstr "" +msgstr "无法读取图像文件:%s" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" -msgstr "" +msgstr "无法读取图像文件 %s:%s" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" -msgstr "" +msgstr "无法读取下载文件:%s" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." -msgstr "" +msgstr "将会创建文件 %s。" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2458,421 +2305,469 @@ msgid "" "excluded from generation.\n" "\n" "Note: By default this script will not overwrite already created files." -msgstr "" +msgstr "\n在 中递归查找 Python 模块和包,然后在 中为每个使用了\nautomodule 指令的包创建一个 reST 文件。\n\n 可以排除生成符合规则的文件/目录的文档。\n\n提示:本脚本默认不会覆盖已有文件。" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" -msgstr "" +msgstr "要生成文档的模块路径" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +msgstr "排除的文件/目录,fnmatch 风格的规则" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" -msgstr "" +msgstr "输出的目录" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +msgstr "在目录树中显示的子模块最大深度(默认:4)" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" -msgstr "" +msgstr "覆盖已有文件" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." -msgstr "" +msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" -msgstr "" +msgstr "运行脚本,但不创建文件" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" -msgstr "" +msgstr "模块有各自的文档页" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" +msgstr "包含“_private”模块" + +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" -msgstr "" +msgstr "不创建目录文件" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" -msgstr "" +msgstr "不创建模块/包的标题(比如当 Docstring 中已经有标题时,可以使用这个选项)" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" -msgstr "" +msgstr "模块文档先于子模块文档" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" -msgstr "" +msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" -msgstr "" +msgstr "文件后缀(默认:rst)" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" -msgstr "" +msgstr "用 sphinx-quickstart 生成完整项目" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" -msgstr "" +msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path。" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" -msgstr "" +msgstr "项目名称(默认:根模块名)" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" -msgstr "" +msgstr "项目作者,指定了 --full 选项时使用" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" -msgstr "" +msgstr "项目版本,指定了 --full 选项时使用" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +msgstr "项目发行版本,指定了 --full 选项时使用,默认与 --doc-version 等同" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" -msgstr "" +msgstr "扩展选项" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." -msgstr "" +msgstr "%s 不是一个目录" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" -msgstr "" +msgstr "无效的正则表达式 %r 在 %s" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." -msgstr "" +msgstr "已完成源文件的覆盖率测试,请在 %(outdir)s/python.txt 中查看结果。" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgstr "coverage_c_regexes 中有无效的正则表达式 %r" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" -msgstr "" +msgstr "无法导入模块 %s:%s" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "'%s' 选项中缺少 '+' 或 '-'。" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "'%s' 不是一个有效选项。" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "'%s' 不是一个有效的 pyversion 选项。" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" -msgstr "" +msgstr "无效的 TestCode 类型" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." -msgstr "" +msgstr "已完成源文件的文档测试,请在 %(outdir)s/output.txt 中查看结果。" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" -msgstr "" +msgstr "块 %s 没有代码或没有输出,出现在 %s:%s" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" -msgstr "" +msgstr "y已忽略无效的文档代码:%r" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "Graphviz 指令不能同时指定内容和文件名参数" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "外部 Graphviz 文件 %r 不存在或读取失败" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "已忽略无内容的 \"graphviz 指令" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" "dot command %r cannot be run (needed for graphviz output), check the " "graphviz_dot setting" msgstr "无法运行 Dot 命令 %r (Graphviz 输出所需),请检查 graphviz_dot 配置" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" "dot exited with error:\n" "[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" -msgstr "Dot 退出并报错:\n[stderr]\n%s\n[stdout]\n%s" - -#: sphinx/ext/graphviz.py:276 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "Dot 未生成输出文件:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "graphviz_output_format 必须是 'png' 或 'svg' 中之一,现为 %r" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" -msgstr "" +msgstr "DOT 代码 %r:%s" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[图表:%s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[图表]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "格式转换命令 %r 不能执行。请检查 image_converter 设置" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" -msgstr "格式转换程序退出并报错:\n[stderr]\n%s\n[stdout]\n%s" +"%r" +msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" -msgstr "" +msgstr "无法运行 LaTeX 命令 %r (数学公式显示必需),请检查 imgmath_latex 设置" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" -msgstr "" +msgstr "无法运行 %s 命令 %r (数学公式显示必需),请检查 imgmath_%s 设置" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" -msgstr "" +msgstr "显示 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" -msgstr "" +msgstr "内联 LaTeX %r:%s" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "公式的永久链接" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 -msgid "failed to reach any of the inventories with the following issues:" +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:237 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "访问对象清单时报错:" + +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(在 %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "(在 %s)" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "跨 Sphinx 标识 %r 不是字符串,已忽略" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[源代码]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "待处理" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" -msgstr "" +msgstr "已发现 TODO 条目:%s" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> 见 %s,第 %d 行。)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "原始记录" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[文档]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "模块代码" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s 源代码

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "概览:模块代码" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

代码可用的所有模块

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "无效的 auto%s 签名(%r)" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "格式化 %s 参数时报错:%s" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "属性 %s 不存在,在对象 %s 上" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" -msgstr "" +msgstr "autodoc:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " "\"module\" or \"currentmodule\" directive in the document, or giving an " "explicit module name)" -msgstr "" +msgstr "无法判断导入哪个模块来自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "automodule 名中的“::”无意义" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" -msgstr "" +msgstr ":members: 或 __all__ 提及的属性不存在:模块 %s,属性 %s" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "基类:%s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` 的别名" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgstr "忽略 autodoc_default_flags 中的无效选项:%r" + +#: sphinx/ext/autosummary/__init__.py:256 +#, python-format +msgid "toctree references excluded document %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:258 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." -msgstr "" +msgstr "autosummary 内部生成 .rst 文件,但是 source_suffix 中不包含 .rst,已跳过。" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] 生成 autosummary:%s" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] 写入 %s" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2885,115 +2780,115 @@ msgid "" "``sphinx.ext.autosummary`` Python module and can be read using::\n" "\n" " pydoc sphinx.ext.autosummary\n" -msgstr "" +msgstr "\n用 autosummary 指令生成 ReStructuredText\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的前端,它根据给定\n的输入文件中的 autosummary 指令生成 reStructuredText  文件\n\nautosummary 指令的格式见 Python 模块 ``sphinx.ext.autosummary`` 的文\n档,并且可以这样调出文档阅读::\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" -msgstr "" +msgstr "用于生成 rST 文件的源文件" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" -msgstr "" +msgstr "输出目录" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "默认的文件名后缀(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "自定义模板目录(默认:%(default)s)" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "文档导入的成员(默认:%(default)s)" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "关键字参数" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" -msgstr "" +msgstr "示例" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "实际案例" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" -msgstr "" +msgstr "提示" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" -msgstr "" +msgstr "其他参数" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" -msgstr "" +msgstr "引用" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" -msgstr "" +msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" -msgstr "" +msgstr "生成器" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "警告" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "危险" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "错误" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "注解" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "参见" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "小技巧" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "续上页" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "下页继续" #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/globaltoc.html:10 #: sphinx/themes/basic/localtoc.html:11 sphinx/themes/scrolls/layout.html:41 msgid "Table of Contents" -msgstr "" +msgstr "目录" #: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:153 #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:26 @@ -3005,7 +2900,7 @@ msgstr "搜索" msgid "Go" msgstr "转向" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "显示源代码" @@ -3154,13 +3049,13 @@ msgstr "搜索" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "搜索结果" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3202,36 +3097,36 @@ msgstr "C API 更改" msgid "Other changes" msgstr "其他更改" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "永久链接至标题" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "永久链接至目标" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "隐藏搜索结果" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "搜索中" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "准备搜索……" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "搜索完成,有 %s 个页面匹配。" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr ",在" @@ -3248,223 +3143,223 @@ msgstr "折叠边栏" msgid "Contents" msgstr "目录" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgstr "发现使用了 4 列布局的索引页。可能是你所用的扩展出现了 Bug:%r" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." -msgstr "" +msgstr "脚注 [%s] 没有被引用过。" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." -msgstr "" +msgstr "脚注 [#] 没有被引用过。" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "译文中的脚注引用与原文不一致。原始为:{0},翻译后为:{1}" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" -msgstr "" +msgstr "译文中的引用与原文不一致。原始为:{0},翻译后为:{1}" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "译文中的引文引用与原文不一致。原始为:{0},翻译后为:{1}" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" -msgstr "" +msgstr "译文中的术语引用与原文不一致。原始为:{0},翻译后为:{1}" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgstr "more than one target found for 'any' cross-reference %r: could be %s" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "%s:%s 引用目标不存在:%%(target)s" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "%r 引用目标不存在:%%(target)s" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgstr "无法获取远程图像:%s [%d]" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgstr "无法获取远程图像:%s [%s]" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." +msgstr "未知的图像格式:%s……" + +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "当添加指令类时,不应该给定额外参数" #: sphinx/util/i18n.py:74 #, python-format msgid "reading error: %s, %s" -msgstr "" +msgstr "读取时发生错误:%s,%s" #: sphinx/util/i18n.py:81 #, python-format msgid "writing error: %s, %s" -msgstr "" +msgstr "写入时发生错误:%s,%s" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" -msgstr "" +msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号:%s" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" -msgstr "" +msgstr "目录树引用的文件 %r 不存在" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" +msgstr "only 指令表达式求值时抛出异常:%s" + +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" -msgstr "" +msgstr "默认角色 %s 未找到" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" -msgstr "" +msgstr "未定义 %s 的 numfig_format " -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" -msgstr "" +msgstr "没有给 %s 节点分配 ID" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "永久链接至表格" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "永久链接至代码" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "永久链接至图片" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "永久链接至目录树" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" - -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "发布" +msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgstr "未知的 %r toplevel_sectioning,用于 %r 类" -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." -msgstr "" - -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "下页继续" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "页" +msgstr "过大的 :mathdepth:,已忽略。" -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" -msgstr "" +msgstr "文档标题不是一个单纯文本节点" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "脚注" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" -msgstr "" +msgstr "发现未知的索引条目类型 %s" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "未知配置项:latex_elements[%r],已忽略。" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[图片: %s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[图片]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." -msgstr "" +msgstr "在图示之外发现了图示标题。" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" -msgstr "" +msgstr "未实现的节点类型:%r" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" -msgstr "" +msgstr "未知节点类型:%r" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js index 7572ba40cad..42b2a19b488 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "zh_Hant_TW", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", ", in ": " \u65bc ", "About these documents": "\u95dc\u65bc\u9019\u4e9b\u6587\u4ef6", "Automatically generated list of changes in version %(version)s": "\u81ea\u52d5\u7522\u751f\u7684 %(version)s \u7248\u672c\u6539\u8b8a\u5217\u8868", "C API changes": "C API \u6539\u8b8a", "Changes in Version %(version)s — %(docstitle)s": "\u65bc %(version)s \u7248\u672c\u4e2d\u7684\u6240\u6709\u66f4\u8b8a — %(docstitle)s", "Collapse sidebar": "\u6536\u5408\u5074\u908a\u6b04", "Complete Table of Contents": "\u5b8c\u6574\u76ee\u9304", "Contents": "\u5167\u5bb9", "Copyright": "\u7248\u6b0a\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "\u4f7f\u7528 Sphinx %(sphinx_version)s \u5275\u5efa\u3002", "Expand sidebar": "\u5c55\u958b\u5074\u908a\u6b04", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u4f60\u53ef\u4ee5\u5f9e\u9019\u88e1\u641c\u5c0b\u6587\u4ef6\u3002\u8f38\u5165\u641c\u5c0b\u8a5e\u81f3\u5e95\u4e0b\u7684\u6587\u5b57\u6846\u4e26\u9ede\u64ca\u300c\u641c\u5c0b\u300d\u3002\u6ce8\u610f\u641c\u5c0b\u529f\u80fd\u6703\u81ea\u52d5\u5c0b\u627e\u6eff\u8db3\u6240\u6709\u8a5e\u7684\u7d50\u679c\u3002\u53ea\u6eff\u8db3\u5c11\u90e8\u4efd\u641c\u5c0b\u8a5e\u7684\u9801\u9762\u5c07\u4e0d\u4e88\u986f\u793a\u5728\u7d50\u679c\u6e05\u55ae\u4e2d\u3002", "Full index on one page": "\u55ae\u9801\u5b8c\u6574\u7d22\u5f15", "General Index": "\u7e3d\u7d22\u5f15", "Global Module Index": "\u5168\u57df\u6a21\u7d44\u7d22\u5f15", "Go": "\u641c", "Hide Search Matches": "\u96b1\u85cf\u7b26\u5408\u641c\u5c0b", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u7d22\u5f15\u9801\u9762\u6309\u5b57\u6bcd", "Indices and tables:": "\u7d22\u5f15\u8207\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u5f8c\u66f4\u65b0\u65bc %(last_updated)s\u3002", "Library changes": "\u7a0b\u5f0f\u5eab\u7684\u6539\u8b8a", "Navigation": "\u700f\u89bd", "Next topic": "\u4e0b\u500b\u4e3b\u984c", "Other changes": "\u5176\u4ed6\u6539\u8b8a", "Overview": "\u6982\u8981", "Permalink to this definition": "\u672c\u5b9a\u7fa9\u7684\u6c38\u4e45\u9023\u7d50", "Permalink to this headline": "\u672c\u6a19\u984c\u7684\u6c38\u4e45\u9023\u7d50", "Please activate JavaScript to enable the search\n functionality.": "\u8acb\u555f\u7528 Javascript \u4ee5\u958b\u555f\u641c\u5c0b\u529f\u80fd\u3002", "Preparing search...": "\u6e96\u5099\u641c\u5c0b\u4e2d\u2026", "Previous topic": "\u4e0a\u500b\u4e3b\u984c", "Quick search": "\u5feb\u901f\u641c\u5c0b", "Search": "\u641c\u5c0b", "Search Page": "\u641c\u5c0b\u9801\u9762", "Search Results": "\u641c\u5c0b\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "\u641c\u5c0b\u5b8c\u6210\uff0c\u5171\u627e\u5230 %s \u9801\u9762\u6eff\u8db3\u641c\u5c0b\u689d\u4ef6\u3002", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u5c0b", "Searching": "\u641c\u5c0b\u4e2d", "Show Source": "\u986f\u793a\u539f\u59cb\u78bc", "Table of Contents": "", "This Page": "\u672c\u9801", "Welcome! This is": "\u6b61\u8fce\uff01\u672c", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u4f60\u7684\u641c\u5c0b\u627e\u4e0d\u5230\u4efb\u4f55\u6eff\u8db3\u689d\u4ef6\u7684\u6587\u4ef6\u3002\u8acb\u78ba\u5b9a\u662f\u5426\u6240\u6709\u7684\u641c\u5c0b\u8a5e\u90fd\u6b63\u78ba\u5730\u62fc\u5beb\u4e14\u4f60\u5df2\u9078\u64c7\u8db3\u5920\u7684\u5206\u985e\u3002", "all functions, classes, terms": "\u6240\u6709\u51fd\u5f0f\u3001\u985e\u5225\u3001\u8853\u8a9e", "can be huge": "\u53ef\u80fd\u6703\u5f88\u5927", "last updated": "\u6700\u5f8c\u66f4\u65b0\u65bc", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u6bb5\u843d\u8207\u5b50\u6bb5\u843d", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "\u5feb\u901f\u524d\u5f80\u6240\u6709\u7684\u6a21\u7d44", "search": "\u641c\u5c0b", "search this documentation": "\u641c\u5c0b\u672c\u8aaa\u660e\u6587\u4ef6", "the documentation for": "\u8aaa\u660e\u6587\u4ef6\u4ecb\u7d39"}, "plural_expr": "0"}); +Documentation.addTranslations({"locale": "zh_Hant_TW", "messages": {"%(filename)s — %(docstitle)s": "%(filename)s — %(docstitle)s", "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", "© Copyright %(copyright)s.": "© \u7248\u6b0a\u6240\u6709 %(copyright)s\u3002", ", in ": " \u65bc ", "About these documents": "\u95dc\u65bc\u9019\u4e9b\u6587\u4ef6", "Automatically generated list of changes in version %(version)s": "\u81ea\u52d5\u7522\u751f\u7684 %(version)s \u7248\u672c\u6539\u8b8a\u5217\u8868", "C API changes": "C API \u6539\u8b8a", "Changes in Version %(version)s — %(docstitle)s": "\u65bc %(version)s \u7248\u672c\u4e2d\u7684\u6240\u6709\u66f4\u8b8a — %(docstitle)s", "Collapse sidebar": "\u6536\u5408\u5074\u908a\u6b04", "Complete Table of Contents": "\u5b8c\u6574\u76ee\u9304", "Contents": "\u5167\u5bb9", "Copyright": "\u7248\u6b0a\u6240\u6709", "Created using Sphinx %(sphinx_version)s.": "\u4f7f\u7528 Sphinx %(sphinx_version)s \u5275\u5efa\u3002", "Expand sidebar": "\u5c55\u958b\u5074\u908a\u6b04", "From here you can search these documents. Enter your search\n words into the box below and click \"search\". Note that the search\n function will automatically search for all of the words. Pages\n containing fewer words won't appear in the result list.": "\u4f60\u53ef\u4ee5\u5f9e\u9019\u88e1\u641c\u5c0b\u6587\u4ef6\u3002\u8f38\u5165\u641c\u5c0b\u8a5e\u81f3\u5e95\u4e0b\u7684\u6587\u5b57\u6846\u4e26\u9ede\u64ca\u300c\u641c\u5c0b\u300d\u3002\u6ce8\u610f\u641c\u5c0b\u529f\u80fd\u6703\u81ea\u52d5\u5c0b\u627e\u6eff\u8db3\u6240\u6709\u8a5e\u7684\u7d50\u679c\u3002\u53ea\u6eff\u8db3\u5c11\u90e8\u4efd\u641c\u5c0b\u8a5e\u7684\u9801\u9762\u5c07\u4e0d\u4e88\u986f\u793a\u5728\u7d50\u679c\u6e05\u55ae\u4e2d\u3002", "Full index on one page": "\u55ae\u9801\u5b8c\u6574\u7d22\u5f15", "General Index": "\u7e3d\u7d22\u5f15", "Global Module Index": "\u5168\u57df\u6a21\u7d44\u7d22\u5f15", "Go": "\u641c", "Hide Search Matches": "\u96b1\u85cf\u7b26\u5408\u641c\u5c0b", "Index": "\u7d22\u5f15", "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u7d22\u5f15\u9801\u9762\u6309\u5b57\u6bcd", "Indices and tables:": "\u7d22\u5f15\u8207\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u5f8c\u66f4\u65b0\u65bc %(last_updated)s\u3002", "Library changes": "\u7a0b\u5f0f\u5eab\u7684\u6539\u8b8a", "Navigation": "\u700f\u89bd", "Next topic": "\u4e0b\u500b\u4e3b\u984c", "Other changes": "\u5176\u4ed6\u6539\u8b8a", "Overview": "\u6982\u8981", "Permalink to this definition": "\u672c\u5b9a\u7fa9\u7684\u6c38\u4e45\u9023\u7d50", "Permalink to this headline": "\u672c\u6a19\u984c\u7684\u6c38\u4e45\u9023\u7d50", "Please activate JavaScript to enable the search\n functionality.": "\u8acb\u555f\u7528 Javascript \u4ee5\u958b\u555f\u641c\u5c0b\u529f\u80fd\u3002", "Preparing search...": "\u6e96\u5099\u641c\u5c0b\u4e2d\u2026", "Previous topic": "\u4e0a\u500b\u4e3b\u984c", "Quick search": "\u5feb\u901f\u641c\u5c0b", "Search": "\u641c\u5c0b", "Search Page": "\u641c\u5c0b\u9801\u9762", "Search Results": "\u641c\u5c0b\u7d50\u679c", "Search finished, found %s page(s) matching the search query.": "\u641c\u5c0b\u5b8c\u6210\uff0c\u5171\u627e\u5230 %s \u9801\u9762\u6eff\u8db3\u641c\u5c0b\u689d\u4ef6\u3002", "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u5c0b", "Searching": "\u641c\u5c0b\u4e2d", "Show Source": "\u986f\u793a\u539f\u59cb\u78bc", "Table of Contents": "", "This Page": "\u672c\u9801", "Welcome! This is": "\u6b61\u8fce\uff01\u672c", "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u4f60\u7684\u641c\u5c0b\u627e\u4e0d\u5230\u4efb\u4f55\u6eff\u8db3\u689d\u4ef6\u7684\u6587\u4ef6\u3002\u8acb\u78ba\u5b9a\u662f\u5426\u6240\u6709\u7684\u641c\u5c0b\u8a5e\u90fd\u6b63\u78ba\u5730\u62fc\u5beb\u4e14\u4f60\u5df2\u9078\u64c7\u8db3\u5920\u7684\u5206\u985e\u3002", "all functions, classes, terms": "\u6240\u6709\u51fd\u5f0f\u3001\u985e\u5225\u3001\u8853\u8a9e", "can be huge": "\u53ef\u80fd\u6703\u5f88\u5927", "last updated": "\u6700\u5f8c\u66f4\u65b0\u65bc", "lists all sections and subsections": "\u5217\u51fa\u6240\u6709\u6bb5\u843d\u8207\u5b50\u6bb5\u843d", "next chapter": "\u4e0b\u4e00\u7ae0", "previous chapter": "\u4e0a\u4e00\u7ae0", "quick access to all modules": "\u5feb\u901f\u524d\u5f80\u6240\u6709\u7684\u6a21\u7d44", "search": "\u641c\u5c0b", "search this documentation": "\u641c\u5c0b\u672c\u8aaa\u660e\u6587\u4ef6", "the documentation for": "\u8aaa\u660e\u6587\u4ef6\u4ecb\u7d39"}, "plural_expr": "0"}); \ No newline at end of file diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index 0ae9bc7d9c2..c2791173b2f 100644 Binary files a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo and b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po index 6ddf3514335..65cc2f8dc30 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2018 ORGANIZATION +# Copyright (C) 2019 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-08-21 01:14+0900\n" -"PO-Revision-Date: 2018-08-20 16:15+0000\n" +"POT-Creation-Date: 2019-02-18 01:52+0900\n" +"PO-Revision-Date: 2019-03-14 16:36+0000\n" "Last-Translator: Takeshi KOMIYA \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -24,21 +24,21 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:152 +#: sphinx/application.py:153 #, python-format msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: sphinx/application.py:156 +#: sphinx/application.py:157 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: sphinx/application.py:160 +#: sphinx/application.py:161 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: sphinx/application.py:191 +#: sphinx/application.py:192 #, python-format msgid "Running Sphinx v%s" msgstr "" @@ -51,95 +51,83 @@ msgid "" msgstr "本專案需要 Sphinx v%s 版本以上,故無法以現版本編譯。" #: sphinx/application.py:234 -msgid "making output directory..." +msgid "making output directory" msgstr "" -#: sphinx/application.py:244 +#: sphinx/application.py:239 sphinx/registry.py:470 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: sphinx/application.py:245 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "目前在 conf.py 裡指定的 'setup' 並非一個 Python 的可呼叫物件。請修改它並使它成為一個可呼叫的函式。若要使 conf.py 以 Sphinx 擴充套件的方式運作,這個修改是必須的。" -#: sphinx/application.py:256 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "找不到 primary_domain:%r,略過。" - -#: sphinx/application.py:271 +#: sphinx/application.py:269 #, python-format msgid "loading translations [%s]... " msgstr "" -#: sphinx/application.py:287 sphinx/application.py:304 -#: sphinx/builders/__init__.py:380 sphinx/builders/__init__.py:387 -#: sphinx/builders/__init__.py:588 sphinx/builders/applehelp.py:134 -#: sphinx/builders/applehelp.py:178 sphinx/builders/applehelp.py:188 -#: sphinx/builders/applehelp.py:201 sphinx/builders/applehelp.py:241 -#: sphinx/builders/applehelp.py:274 sphinx/builders/html.py:956 -#: sphinx/builders/html.py:1220 sphinx/builders/html.py:1238 -#: sphinx/builders/html.py:1412 sphinx/builders/html.py:1422 -#: sphinx/builders/latex/__init__.py:339 sphinx/builders/texinfo.py:188 +#: sphinx/application.py:285 sphinx/builders/html.py:852 +#: sphinx/builders/html.py:870 sphinx/builders/html.py:1133 +#: sphinx/builders/html.py:1151 sphinx/util/__init__.py:702 msgid "done" msgstr "完成" -#: sphinx/application.py:289 +#: sphinx/application.py:287 msgid "not available for built-in messages" msgstr "" -#: sphinx/application.py:300 -msgid "loading pickled environment... " -msgstr "讀入 pickle 化環境…" +#: sphinx/application.py:298 +msgid "loading pickled environment" +msgstr "" -#: sphinx/application.py:306 +#: sphinx/application.py:303 #, python-format msgid "failed: %s" msgstr "失敗:%s" -#: sphinx/application.py:316 +#: sphinx/application.py:313 msgid "No builder selected, using default: html" msgstr "沒有指定 builder,使用預設:html" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "succeeded" msgstr "成功" -#: sphinx/application.py:347 +#: sphinx/application.py:344 msgid "finished with problems" msgstr "完成問題" -#: sphinx/application.py:349 +#: sphinx/application.py:346 #, python-format msgid "build %s, %s warning." msgstr "" -#: sphinx/application.py:353 +#: sphinx/application.py:350 #, python-format msgid "build %s." msgstr "" -#: sphinx/application.py:626 +#: sphinx/application.py:557 #, python-format -msgid "" -"while setting up extension %s: node class %r is already registered, its " -"visitors will be overridden" +msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: sphinx/application.py:724 +#: sphinx/application.py:654 #, python-format -msgid "" -"while setting up extension %s: directive %r is already registered, it will " -"be overridden" +msgid "directive %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:749 sphinx/application.py:770 +#: sphinx/application.py:677 sphinx/application.py:696 #, python-format -msgid "" -"while setting up extension %s: role %r is already registered, it will be " -"overridden" +msgid "role %r is already registered, it will be overridden" msgstr "" -#: sphinx/application.py:1268 +#: sphinx/application.py:1182 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -147,7 +135,7 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1274 +#: sphinx/application.py:1188 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -155,60 +143,54 @@ msgid "" "explicit" msgstr "" -#: sphinx/application.py:1285 +#: sphinx/application.py:1199 #, python-format msgid "doing serial %s" msgstr "" -#: sphinx/config.py:212 +#: sphinx/config.py:220 #, python-format msgid "" "cannot override dictionary config setting %r, ignoring (use %r to set " "individual elements)" msgstr "" -#: sphinx/config.py:221 +#: sphinx/config.py:229 #, python-format msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: sphinx/config.py:226 +#: sphinx/config.py:234 #, python-format msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: sphinx/config.py:256 +#: sphinx/config.py:264 #, python-format msgid "unknown config value %r in override, ignoring" msgstr "" -#: sphinx/config.py:274 +#: sphinx/config.py:282 #, python-format msgid "No such config value: %s" msgstr "" -#: sphinx/config.py:304 +#: sphinx/config.py:312 #, python-format msgid "Config value %r already present" msgstr "" -#: sphinx/config.py:355 +#: sphinx/config.py:363 #, python-format -msgid "There is a syntax error in your configuration file: %s" +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: sphinx/config.py:357 -msgid "" -"\n" -"Did you change the syntax from 2.x to 3.x?" -msgstr "" - -#: sphinx/config.py:360 +#: sphinx/config.py:366 msgid "" "The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: sphinx/config.py:364 +#: sphinx/config.py:370 #, python-format msgid "" "There is a programmable error in your configuration file:\n" @@ -216,833 +198,722 @@ msgid "" "%s" msgstr "" -#: sphinx/config.py:391 +#: sphinx/config.py:397 #, python-format msgid "" -"The config value `source_suffix' expected to a string, list of strings or " +"The config value `source_suffix' expects a string, list of strings, or " "dictionary. But `%r' is given." msgstr "" -#: sphinx/config.py:399 +#: sphinx/config.py:405 #, python-format msgid "Section %s" msgstr "段落 %s" -#: sphinx/config.py:400 +#: sphinx/config.py:406 #, python-format msgid "Fig. %s" msgstr "圖 %s" -#: sphinx/config.py:401 +#: sphinx/config.py:407 #, python-format msgid "Table %s" msgstr "表 %s" -#: sphinx/config.py:402 +#: sphinx/config.py:408 #, python-format msgid "Listing %s" msgstr "程式 %s" -#: sphinx/config.py:441 +#: sphinx/config.py:447 msgid "" "The config value `{name}` has to be a one of {candidates}, but `{current}` " "is given." msgstr "" -#: sphinx/config.py:459 +#: sphinx/config.py:465 msgid "" -"The config value `{name}' has type `{current.__name__}', expected to " +"The config value `{name}' has type `{current.__name__}'; expected " "{permitted}." msgstr "" -#: sphinx/config.py:465 +#: sphinx/config.py:478 msgid "" "The config value `{name}' has type `{current.__name__}', defaults to " "`{default.__name__}'." msgstr "" -#: sphinx/config.py:481 +#: sphinx/config.py:497 #, python-format msgid "" "the config value %r is set to a string with non-ASCII characters; this can " "lead to Unicode errors occurring. Please use Unicode strings, e.g. %r." msgstr "" -#: sphinx/events.py:58 +#: sphinx/config.py:506 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "找不到 primary_domain:%r,略過。" + +#: sphinx/config.py:518 +msgid "" +"Since v2.0, Sphinx uses \"index\" as master_doc by default. Please add " +"\"master_doc = 'contents'\" to your conf.py." +msgstr "" + +#: sphinx/events.py:54 #, python-format msgid "Event %r already present" msgstr "" -#: sphinx/events.py:64 +#: sphinx/events.py:60 #, python-format msgid "Unknown event name: %s" msgstr "" -#: sphinx/extension.py:55 +#: sphinx/extension.py:52 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "" -#: sphinx/extension.py:60 +#: sphinx/extension.py:57 #, python-format msgid "" "This project needs the extension %s at least in version %s and therefore " "cannot be built with the loaded version (%s)." msgstr "" -#: sphinx/highlighting.py:144 +#: sphinx/highlighting.py:142 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: sphinx/highlighting.py:165 +#: sphinx/highlighting.py:163 #, python-format msgid "Could not lex literal_block as \"%s\". Highlighting skipped." msgstr "" -#: sphinx/io.py:209 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: sphinx/project.py:59 +msgid "document not readable. Ignored." msgstr "" -#: sphinx/registry.py:132 +#: sphinx/registry.py:131 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: sphinx/registry.py:134 +#: sphinx/registry.py:133 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: sphinx/registry.py:148 +#: sphinx/registry.py:147 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: sphinx/registry.py:156 +#: sphinx/registry.py:155 #, python-format msgid "Builder name %s not registered" msgstr "" -#: sphinx/registry.py:164 +#: sphinx/registry.py:163 #, python-format msgid "domain %s already registered" msgstr "" -#: sphinx/registry.py:198 sphinx/registry.py:213 sphinx/registry.py:224 +#: sphinx/registry.py:197 sphinx/registry.py:212 sphinx/registry.py:223 #, python-format msgid "domain %s not yet registered" msgstr "" -#: sphinx/registry.py:202 +#: sphinx/registry.py:201 #, python-format -msgid "The %r directive is already registered to %d domain" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: sphinx/registry.py:216 +#: sphinx/registry.py:215 #, python-format -msgid "The %r role is already registered to %d domain" +msgid "The %r role is already registered to domain %s" msgstr "" -#: sphinx/registry.py:227 +#: sphinx/registry.py:226 #, python-format -msgid "The %r index is already registered to %d domain" +msgid "The %r index is already registered to domain %s" msgstr "" -#: sphinx/registry.py:251 +#: sphinx/registry.py:250 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: sphinx/registry.py:271 +#: sphinx/registry.py:270 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: sphinx/registry.py:279 +#: sphinx/registry.py:278 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: sphinx/registry.py:309 +#: sphinx/registry.py:308 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: sphinx/registry.py:325 +#: sphinx/registry.py:324 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: sphinx/registry.py:343 +#: sphinx/registry.py:344 #, python-format msgid "source_input for %r is already registered" msgstr "" -#: sphinx/registry.py:356 -#, python-format -msgid "source_input for %s not registered" -msgstr "" - -#: sphinx/registry.py:362 +#: sphinx/registry.py:363 #, python-format -msgid "Translatoro for %r already exists" +msgid "Translator for %r already exists" msgstr "" -#: sphinx/registry.py:374 +#: sphinx/registry.py:375 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: sphinx/registry.py:444 +#: sphinx/registry.py:445 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: sphinx/registry.py:452 +#: sphinx/registry.py:453 #, python-format msgid "math renderer %s is already registred" msgstr "" -#: sphinx/registry.py:463 +#: sphinx/registry.py:464 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: sphinx/registry.py:474 +#: sphinx/registry.py:475 msgid "Original exception:\n" msgstr "" -#: sphinx/registry.py:475 +#: sphinx/registry.py:476 #, python-format msgid "Could not import extension %s" msgstr "無法引入擴充套件 %s" -#: sphinx/registry.py:478 +#: sphinx/registry.py:479 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: sphinx/registry.py:487 +#: sphinx/registry.py:488 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "" -#: sphinx/registry.py:495 +#: sphinx/registry.py:496 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: sphinx/roles.py:202 +#: sphinx/roles.py:221 sphinx/roles.py:272 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: sphinx/theming.py:83 +#: sphinx/theming.py:79 #, python-format msgid "theme %r doesn't have \"theme\" setting" msgstr "" -#: sphinx/theming.py:85 +#: sphinx/theming.py:81 #, python-format msgid "theme %r doesn't have \"inherit\" setting" msgstr "" -#: sphinx/theming.py:91 +#: sphinx/theming.py:87 #, python-format msgid "no theme named %r found, inherited by %r" msgstr "" -#: sphinx/theming.py:116 +#: sphinx/theming.py:112 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: sphinx/theming.py:136 +#: sphinx/theming.py:132 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: sphinx/theming.py:238 -#, python-format -msgid "Theme extension %r does not respond correctly." -msgstr "" - -#: sphinx/theming.py:265 +#: sphinx/theming.py:242 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: sphinx/theming.py:281 +#: sphinx/theming.py:258 msgid "" "sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please " "install it manually.(pip install sphinx_rtd_theme)" msgstr "" -#: sphinx/theming.py:285 +#: sphinx/theming.py:262 #, python-format msgid "no theme named %r found (missing theme.conf?)" msgstr "" -#: sphinx/builders/__init__.py:226 +#: sphinx/builders/__init__.py:205 #, python-format msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: sphinx/builders/__init__.py:230 +#: sphinx/builders/__init__.py:209 #, python-format msgid "a suitable image for %s builder not found: %s" msgstr "" -#: sphinx/builders/__init__.py:252 +#: sphinx/builders/__init__.py:231 msgid "building [mo]: " msgstr "" -#: sphinx/builders/__init__.py:253 sphinx/builders/__init__.py:601 -#: sphinx/builders/__init__.py:629 +#: sphinx/builders/__init__.py:232 sphinx/builders/__init__.py:574 +#: sphinx/builders/__init__.py:602 msgid "writing output... " msgstr "" -#: sphinx/builders/__init__.py:267 +#: sphinx/builders/__init__.py:245 #, python-format msgid "all of %d po files" msgstr "" -#: sphinx/builders/__init__.py:289 +#: sphinx/builders/__init__.py:266 #, python-format msgid "targets for %d po files that are specified" msgstr "" -#: sphinx/builders/__init__.py:300 +#: sphinx/builders/__init__.py:276 #, python-format msgid "targets for %d po files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:308 +#: sphinx/builders/__init__.py:284 msgid "all source files" msgstr "" -#: sphinx/builders/__init__.py:322 +#: sphinx/builders/__init__.py:298 #, python-format msgid "" "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: sphinx/builders/__init__.py:327 +#: sphinx/builders/__init__.py:303 #, python-format msgid "file %r given on command line does not exist, ignoring" msgstr "" -#: sphinx/builders/__init__.py:338 +#: sphinx/builders/__init__.py:314 #, python-format msgid "%d source files given on command line" msgstr "" -#: sphinx/builders/__init__.py:349 +#: sphinx/builders/__init__.py:325 #, python-format msgid "targets for %d source files that are out of date" msgstr "" -#: sphinx/builders/__init__.py:359 +#: sphinx/builders/__init__.py:335 #, python-format msgid "building [%s]" msgstr "" -#: sphinx/builders/__init__.py:366 +#: sphinx/builders/__init__.py:342 msgid "looking for now-outdated files... " msgstr "" -#: sphinx/builders/__init__.py:371 +#: sphinx/builders/__init__.py:347 #, python-format msgid "%d found" msgstr "" -#: sphinx/builders/__init__.py:373 +#: sphinx/builders/__init__.py:349 msgid "none found" msgstr "" -#: sphinx/builders/__init__.py:377 -msgid "pickling environment... " +#: sphinx/builders/__init__.py:354 +msgid "pickling environment" msgstr "" -#: sphinx/builders/__init__.py:385 -msgid "checking consistency... " +#: sphinx/builders/__init__.py:360 +msgid "checking consistency" msgstr "" -#: sphinx/builders/__init__.py:390 +#: sphinx/builders/__init__.py:364 msgid "no targets are out of date." msgstr "" -#: sphinx/builders/__init__.py:577 +#: sphinx/builders/__init__.py:404 +msgid "updating environment: " +msgstr "" + +#: sphinx/builders/__init__.py:423 #, python-format -msgid "docnames to write: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: sphinx/builders/__init__.py:586 sphinx/builders/html.py:1410 -msgid "preparing documents... " +#: sphinx/builders/__init__.py:462 sphinx/builders/__init__.py:492 +msgid "reading sources... " msgstr "" -#: sphinx/builders/__init__.py:639 +#: sphinx/builders/__init__.py:497 sphinx/builders/__init__.py:612 msgid "waiting for workers..." msgstr "" -#: sphinx/builders/_epub_base.py:415 +#: sphinx/builders/__init__.py:551 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "docnames to write: %s" msgstr "" -#: sphinx/builders/_epub_base.py:421 sphinx/builders/html.py:853 -#: sphinx/builders/latex/__init__.py:353 sphinx/builders/texinfo.py:260 -#, python-format -msgid "cannot copy image file %r: %s" +#: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:166 +msgid "preparing documents" msgstr "" -#: sphinx/builders/_epub_base.py:437 +#: sphinx/builders/_epub_base.py:219 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: sphinx/builders/_epub_base.py:448 -msgid "PIL not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:478 sphinx/builders/_epub_base.py:485 -#: sphinx/builders/_epub_base.py:515 sphinx/builders/_epub_base.py:694 -#: sphinx/builders/_epub_base.py:719 sphinx/builders/epub3.py:211 -#, python-format -msgid "writing %s file..." +#: sphinx/builders/_epub_base.py:415 sphinx/builders/html.py:761 +#: sphinx/builders/latex/__init__.py:413 sphinx/builders/texinfo.py:190 +msgid "copying images... " msgstr "" -#: sphinx/builders/_epub_base.py:541 +#: sphinx/builders/_epub_base.py:422 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: sphinx/builders/applehelp.py:64 -msgid "Help indexer failed" -msgstr "" - -#: sphinx/builders/applehelp.py:68 -msgid "Code signing failed" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: sphinx/builders/applehelp.py:77 +#: sphinx/builders/_epub_base.py:428 sphinx/builders/html.py:769 +#: sphinx/builders/latex/__init__.py:421 sphinx/builders/texinfo.py:198 #, python-format -msgid "" -"The help book is in %(outdir)s.\n" -"Note that won't be able to view it unless you put it in ~/Library/Documentation/Help or install it in your application bundle." -msgstr "" - -#: sphinx/builders/applehelp.py:104 -msgid "You must set applehelp_bundle_id before building Apple Help output" -msgstr "" - -#: sphinx/builders/applehelp.py:128 -msgid "copying localized files... " -msgstr "" - -#: sphinx/builders/applehelp.py:175 -msgid "writing Info.plist... " -msgstr "" - -#: sphinx/builders/applehelp.py:182 -msgid "copying icon... " +msgid "cannot copy image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:190 +#: sphinx/builders/_epub_base.py:445 #, python-format -msgid "cannot copy icon file %r: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:195 -msgid "building access page..." -msgstr "" - -#: sphinx/builders/applehelp.py:204 -msgid "generating help index... " +msgid "cannot write image file %r: %s" msgstr "" -#: sphinx/builders/applehelp.py:226 sphinx/builders/applehelp.py:260 -msgid "skipping" +#: sphinx/builders/_epub_base.py:456 +msgid "Pillow not found - copying image files" msgstr "" -#: sphinx/builders/applehelp.py:228 +#: sphinx/builders/_epub_base.py:491 sphinx/builders/_epub_base.py:504 +#: sphinx/builders/_epub_base.py:540 sphinx/builders/_epub_base.py:725 +#: sphinx/builders/_epub_base.py:758 sphinx/builders/epub3.py:184 #, python-format -msgid "" -"you will need to index this help book with:\n" -" %s" +msgid "writing %s file..." msgstr "" -#: sphinx/builders/applehelp.py:243 sphinx/builders/applehelp.py:276 +#: sphinx/builders/_epub_base.py:566 #, python-format -msgid "Command not found: %s" -msgstr "" - -#: sphinx/builders/applehelp.py:247 -msgid "signing help book... " +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: sphinx/builders/applehelp.py:261 +#: sphinx/builders/changes.py:39 #, python-format -msgid "" -"you will need to sign this help book with:\n" -" %s" +msgid "The overview file is in %(outdir)s." msgstr "" -#: sphinx/builders/changes.py:43 +#: sphinx/builders/changes.py:68 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "no changes in version %s." msgstr "" #: sphinx/builders/changes.py:70 -#, python-format -msgid "no changes in version %s." +msgid "writing summary file..." msgstr "" -#: sphinx/builders/changes.py:89 +#: sphinx/builders/changes.py:87 msgid "Builtins" msgstr "內建" -#: sphinx/builders/changes.py:91 +#: sphinx/builders/changes.py:89 msgid "Module level" msgstr "模組層次" -#: sphinx/builders/changes.py:136 +#: sphinx/builders/changes.py:134 msgid "copying source files..." msgstr "" -#: sphinx/builders/changes.py:143 +#: sphinx/builders/changes.py:141 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: sphinx/builders/devhelp.py:47 -#, python-format -msgid "" -"To view the help file:\n" -"$ mkdir -p $HOME/.local/share/devhelp/books\n" -"$ ln -s $PWD/%(outdir)s $HOME/.local/share/devhelp/books/%(project)s\n" -"$ devhelp" -msgstr "" - -#: sphinx/builders/devhelp.py:73 -msgid "dumping devhelp index..." -msgstr "" - -#: sphinx/builders/dummy.py:25 +#: sphinx/builders/dummy.py:24 msgid "The dummy builder generates no files." msgstr "" -#: sphinx/builders/epub3.py:70 +#: sphinx/builders/epub3.py:69 #, python-format msgid "The ePub file is in %(outdir)s." msgstr "" -#: sphinx/builders/epub3.py:95 +#: sphinx/builders/epub3.py:212 msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:99 +#: sphinx/builders/epub3.py:216 msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:102 +#: sphinx/builders/epub3.py:219 msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:106 +#: sphinx/builders/epub3.py:223 msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:109 +#: sphinx/builders/epub3.py:226 msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:112 +#: sphinx/builders/epub3.py:229 msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:115 +#: sphinx/builders/epub3.py:232 msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:118 +#: sphinx/builders/epub3.py:235 msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:122 +#: sphinx/builders/epub3.py:239 msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:125 +#: sphinx/builders/epub3.py:242 msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: sphinx/builders/epub3.py:244 sphinx/builders/html.py:1599 +#: sphinx/builders/epub3.py:257 sphinx/builders/html.py:1166 #, python-format msgid "invalid css_file: %r, ignored" msgstr "" -#: sphinx/builders/gettext.py:219 +#: sphinx/builders/gettext.py:215 #, python-format msgid "The message catalogs are in %(outdir)s." msgstr "" -#: sphinx/builders/gettext.py:243 +#: sphinx/builders/gettext.py:239 #, python-format msgid "building [%s]: " msgstr "" -#: sphinx/builders/gettext.py:244 +#: sphinx/builders/gettext.py:240 #, python-format msgid "targets for %d template files" msgstr "" -#: sphinx/builders/gettext.py:248 +#: sphinx/builders/gettext.py:244 msgid "reading templates... " msgstr "" -#: sphinx/builders/gettext.py:272 +#: sphinx/builders/gettext.py:271 msgid "writing message catalogs... " msgstr "" -#: sphinx/builders/html.py:240 +#: sphinx/builders/html.py:182 #, python-format msgid "build info file is broken: %r" msgstr "" -#: sphinx/builders/html.py:279 +#: sphinx/builders/html.py:217 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "" -#: sphinx/builders/html.py:472 +#: sphinx/builders/html.py:399 #, python-format msgid "Failed to read build info file: %r" msgstr "" -#: sphinx/builders/html.py:572 sphinx/transforms/__init__.py:121 -#: sphinx/writers/latex.py:537 sphinx/writers/manpage.py:110 -#: sphinx/writers/texinfo.py:240 +#: sphinx/builders/html.py:488 sphinx/builders/latex/__init__.py:204 +#: sphinx/transforms/__init__.py:121 sphinx/writers/manpage.py:118 +#: sphinx/writers/texinfo.py:243 #, python-format msgid "%b %d, %Y" msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/html.py:584 +#: sphinx/builders/html.py:500 msgid "html_use_opensearch config value must now be a string" msgstr "" -#: sphinx/builders/html.py:590 sphinx/themes/basic/defindex.html:30 +#: sphinx/builders/html.py:506 sphinx/themes/basic/defindex.html:30 msgid "General Index" msgstr "總索引" -#: sphinx/builders/html.py:590 +#: sphinx/builders/html.py:506 msgid "index" msgstr "索引" -#: sphinx/builders/html.py:654 +#: sphinx/builders/html.py:570 msgid "next" msgstr "下一頁" -#: sphinx/builders/html.py:663 +#: sphinx/builders/html.py:579 msgid "previous" msgstr "上一頁" -#: sphinx/builders/html.py:761 +#: sphinx/builders/html.py:677 msgid "generating indices..." msgstr "" -#: sphinx/builders/html.py:779 +#: sphinx/builders/html.py:695 msgid "writing additional pages..." msgstr "" -#: sphinx/builders/html.py:845 sphinx/builders/latex/__init__.py:345 -#: sphinx/builders/texinfo.py:252 -msgid "copying images... " -msgstr "" - -#: sphinx/builders/html.py:864 +#: sphinx/builders/html.py:780 msgid "copying downloadable files... " msgstr "" -#: sphinx/builders/html.py:872 +#: sphinx/builders/html.py:788 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "" -#: sphinx/builders/html.py:879 +#: sphinx/builders/html.py:795 msgid "copying static files... " msgstr "" -#: sphinx/builders/html.py:914 +#: sphinx/builders/html.py:830 #, python-format msgid "html_static_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:923 sphinx/builders/latex/__init__.py:336 +#: sphinx/builders/html.py:839 sphinx/builders/latex/__init__.py:398 #, python-format msgid "logo file %r does not exist" msgstr "" -#: sphinx/builders/html.py:931 +#: sphinx/builders/html.py:847 #, python-format msgid "favicon file %r does not exist" msgstr "" -#: sphinx/builders/html.py:940 +#: sphinx/builders/html.py:854 #, python-format msgid "cannot copy static file %r" msgstr "" -#: sphinx/builders/html.py:946 +#: sphinx/builders/html.py:860 msgid "copying extra files... " msgstr "" -#: sphinx/builders/html.py:952 +#: sphinx/builders/html.py:866 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "" -#: sphinx/builders/html.py:958 +#: sphinx/builders/html.py:872 #, python-format msgid "cannot copy extra file %r" msgstr "" -#: sphinx/builders/html.py:966 +#: sphinx/builders/html.py:880 #, python-format msgid "Failed to write build info file: %r" msgstr "" -#: sphinx/builders/html.py:1013 +#: sphinx/builders/html.py:927 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: sphinx/builders/html.py:1076 +#: sphinx/builders/html.py:996 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: sphinx/builders/html.py:1182 +#: sphinx/builders/html.py:1094 #, 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.py:1187 +#: sphinx/builders/html.py:1099 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "" -#: sphinx/builders/html.py:1198 sphinx/builders/texinfo.py:245 -#: sphinx/builders/text.py:88 sphinx/builders/xml.py:101 +#: sphinx/builders/html.py:1111 sphinx/builders/text.py:85 +#: sphinx/builders/xml.py:99 #, python-format msgid "error writing file %s: %s" msgstr "" -#: sphinx/builders/html.py:1218 +#: sphinx/builders/html.py:1131 msgid "dumping object inventory... " msgstr "" -#: sphinx/builders/html.py:1225 +#: sphinx/builders/html.py:1138 #, python-format msgid "dumping search index in %s ... " msgstr "" -#: sphinx/builders/html.py:1280 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1414 -msgid "assembling single document... " -msgstr "" - -#: sphinx/builders/html.py:1419 sphinx/builders/latex/__init__.py:213 -#: sphinx/builders/manpage.py:72 sphinx/builders/texinfo.py:171 -msgid "writing... " -msgstr "" - -#: sphinx/builders/html.py:1427 -msgid "writing additional files..." -msgstr "" - -#: sphinx/builders/html.py:1551 -#, python-format -msgid "You can now process the pickle files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1572 -#, python-format -msgid "You can now process the JSON files in %(outdir)s." -msgstr "" - -#: sphinx/builders/html.py:1617 +#: sphinx/builders/html.py:1184 #, python-format msgid "invalid js_file: %r, ignored" msgstr "" -#: sphinx/builders/html.py:1661 +#: sphinx/builders/html.py:1228 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: sphinx/builders/html.py:1664 +#: sphinx/builders/html.py:1231 #, python-format msgid "Unknown math_renderer %r is given." msgstr "" -#: sphinx/builders/html.py:1681 +#: sphinx/builders/html.py:1264 #, python-format msgid "%s %s documentation" msgstr "%s %s 說明文件" -#: sphinx/builders/htmlhelp.py:178 -#, python-format -msgid "You can now run HTML Help Workshop with the .htp file in %(outdir)s." -msgstr "" - -#: sphinx/builders/htmlhelp.py:232 -msgid "dumping stopword list..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:237 sphinx/builders/qthelp.py:99 -msgid "writing project file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:260 -msgid "writing TOC file..." -msgstr "" - -#: sphinx/builders/htmlhelp.py:302 -msgid "writing index file..." -msgstr "" - -#: sphinx/builders/linkcheck.py:95 +#: sphinx/builders/linkcheck.py:80 #, python-format msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: sphinx/builders/linkcheck.py:159 +#: sphinx/builders/linkcheck.py:144 #, python-format msgid "Anchor '%s' not found" msgstr "" -#: sphinx/builders/linkcheck.py:257 +#: sphinx/builders/linkcheck.py:242 #, python-format msgid "broken link: %s (%s)" msgstr "" @@ -1056,188 +927,210 @@ msgstr "" msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: sphinx/builders/qthelp.py:59 +#: sphinx/builders/latex/__init__.py:270 sphinx/builders/manpage.py:64 +#: sphinx/builders/singlehtml.py:174 sphinx/builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: sphinx/builders/manpage.py:76 #, python-format -msgid "" -"You can now run \"qcollectiongenerator\" with the .qhcp project file in %(outdir)s, like this:\n" -"$ qcollectiongenerator %(outdir)s/%(project)s.qhcp\n" -"To view the help file:\n" -"$ assistant -collectionFile %(outdir)s/%(project)s.qhc" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: sphinx/builders/singlehtml.py:37 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: sphinx/builders/qthelp.py:161 -msgid "writing collection project file..." +#: sphinx/builders/singlehtml.py:169 +msgid "assembling single document" msgstr "" -#: sphinx/builders/texinfo.py:101 +#: sphinx/builders/singlehtml.py:188 +msgid "writing additional files" +msgstr "" + +#: sphinx/builders/texinfo.py:50 #, python-format msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: sphinx/builders/texinfo.py:103 +#: sphinx/builders/texinfo.py:52 msgid "" "\n" "Run 'make' in that directory to run these through makeinfo\n" "(use 'make info' here to do that automatically)." msgstr "" -#: sphinx/builders/texinfo.py:136 +#: sphinx/builders/texinfo.py:85 msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/texinfo.py:144 +#: sphinx/builders/texinfo.py:93 #, python-format msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:198 sphinx/builders/texinfo.py:167 +#: sphinx/builders/latex/__init__.py:253 sphinx/builders/texinfo.py:116 #, python-format -msgid "processing %s..." +msgid "processing %s" msgstr "" -#: sphinx/builders/latex/__init__.py:260 sphinx/builders/texinfo.py:215 +#: sphinx/builders/latex/__init__.py:322 sphinx/builders/texinfo.py:163 msgid "resolving references..." msgstr "" -#: sphinx/builders/latex/__init__.py:270 sphinx/builders/texinfo.py:224 +#: sphinx/builders/latex/__init__.py:332 sphinx/builders/texinfo.py:172 msgid " (in " msgstr "(於" -#: sphinx/builders/texinfo.py:237 -msgid "copying Texinfo support files... " +#: sphinx/builders/texinfo.py:204 +msgid "copying Texinfo support files" msgstr "" -#: sphinx/builders/texinfo.py:246 -msgid " done" +#: sphinx/builders/texinfo.py:208 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: sphinx/builders/text.py:35 +#: sphinx/builders/text.py:33 #, python-format msgid "The text files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:39 +#: sphinx/builders/xml.py:38 #, python-format msgid "The XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/xml.py:114 +#: sphinx/builders/xml.py:112 #, python-format msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:117 +#: sphinx/builders/latex/__init__.py:121 #, python-format msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: sphinx/builders/latex/__init__.py:119 +#: sphinx/builders/latex/__init__.py:123 msgid "" "\n" "Run 'make' in that directory to run these through (pdf)latex\n" "(use `make latexpdf' here to do that automatically)." msgstr "" -#: sphinx/builders/latex/__init__.py:154 +#: sphinx/builders/latex/__init__.py:163 msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: sphinx/builders/latex/__init__.py:162 +#: sphinx/builders/latex/__init__.py:171 #, python-format msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: sphinx/builders/latex/__init__.py:312 -msgid "copying TeX support files..." +#: sphinx/builders/latex/__init__.py:211 sphinx/domains/std.py:501 +#: sphinx/templates/latex/latex.tex_t:79 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 +#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 +#: sphinx/writers/texinfo.py:522 +msgid "Index" +msgstr "索引" + +#: sphinx/builders/latex/__init__.py:214 sphinx/templates/latex/latex.tex_t:64 +msgid "Release" +msgstr "發佈" + +#: sphinx/builders/latex/__init__.py:222 sphinx/writers/latex.py:549 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: sphinx/builders/latex/__init__.py:327 -msgid "copying additional files..." +#: sphinx/builders/latex/__init__.py:361 +msgid "copying TeX support files" msgstr "" -#: sphinx/builders/latex/__init__.py:364 -#, python-format -msgid "" -"Invalid latex_documents.title found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:382 +msgid "copying TeX support files..." msgstr "" -#: sphinx/builders/latex/__init__.py:372 -#, python-format -msgid "" -"Invalid latex_documents.author found (might contain non-ASCII chars. Please " -"use u\"...\" notation instead): %r" +#: sphinx/builders/latex/__init__.py:402 +msgid "copying additional files" msgstr "" -#: sphinx/builders/latex/__init__.py:378 +#: sphinx/builders/latex/__init__.py:445 #, python-format msgid "Unknown configure key: latex_elements[%r]. ignored." msgstr "" -#: sphinx/cmd/build.py:42 +#: sphinx/cmd/build.py:38 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: sphinx/cmd/build.py:52 +#: sphinx/cmd/build.py:48 msgid "interrupted!" msgstr "" -#: sphinx/cmd/build.py:54 +#: sphinx/cmd/build.py:50 msgid "reST markup error:" msgstr "" -#: sphinx/cmd/build.py:60 +#: sphinx/cmd/build.py:56 msgid "Encoding error:" msgstr "" -#: sphinx/cmd/build.py:63 sphinx/cmd/build.py:78 +#: sphinx/cmd/build.py:59 sphinx/cmd/build.py:74 #, python-format msgid "" "The full traceback has been saved in %s, if you want to report the issue to " "the developers." msgstr "" -#: sphinx/cmd/build.py:67 +#: sphinx/cmd/build.py:63 msgid "Recursion error:" msgstr "" -#: sphinx/cmd/build.py:70 +#: sphinx/cmd/build.py:66 msgid "" "This can happen with very large or deeply nested source files. You can " "carefully increase the default Python recursion limit of 1000 in conf.py " "with e.g.:" msgstr "" -#: sphinx/cmd/build.py:73 +#: sphinx/cmd/build.py:69 msgid " import sys; sys.setrecursionlimit(1500)" msgstr "" -#: sphinx/cmd/build.py:75 +#: sphinx/cmd/build.py:71 msgid "Exception occurred:" msgstr "" -#: sphinx/cmd/build.py:81 +#: sphinx/cmd/build.py:77 msgid "" "Please also report this if it was a user error, so that a better error " "message can be provided next time." msgstr "" -#: sphinx/cmd/build.py:84 +#: sphinx/cmd/build.py:80 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: sphinx/cmd/build.py:101 +#: sphinx/cmd/build.py:97 msgid "job number should be a positive number" msgstr "" -#: sphinx/cmd/build.py:110 sphinx/cmd/quickstart.py:528 -#: sphinx/ext/apidoc.py:303 sphinx/ext/autosummary/generate.py:369 +#: sphinx/cmd/build.py:106 sphinx/cmd/quickstart.py:498 +#: sphinx/ext/apidoc.py:298 sphinx/ext/autosummary/generate.py:365 msgid "For more information, visit ." msgstr "" -#: sphinx/cmd/build.py:111 +#: sphinx/cmd/build.py:107 msgid "" "\n" "Generate documentation from source files.\n" @@ -1256,253 +1149,247 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: sphinx/cmd/build.py:132 +#: sphinx/cmd/build.py:128 msgid "path to documentation source files" msgstr "" -#: sphinx/cmd/build.py:134 +#: sphinx/cmd/build.py:130 msgid "path to output directory" msgstr "" -#: sphinx/cmd/build.py:136 +#: sphinx/cmd/build.py:132 msgid "a list of specific files to rebuild. Ignored if -a is specified" msgstr "" -#: sphinx/cmd/build.py:139 +#: sphinx/cmd/build.py:135 msgid "general options" msgstr "" -#: sphinx/cmd/build.py:142 +#: sphinx/cmd/build.py:138 msgid "builder to use (default: html)" msgstr "" -#: sphinx/cmd/build.py:144 +#: sphinx/cmd/build.py:140 msgid "write all files (default: only write new and changed files)" msgstr "" -#: sphinx/cmd/build.py:147 +#: sphinx/cmd/build.py:143 msgid "don't use a saved environment, always read all files" msgstr "" -#: sphinx/cmd/build.py:150 +#: sphinx/cmd/build.py:146 msgid "" "path for the cached environment and doctree files (default: " "OUTPUTDIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:153 +#: sphinx/cmd/build.py:149 msgid "" "build in parallel with N processes where possible (special value \"auto\" " "will set N to cpu-count)" msgstr "" -#: sphinx/cmd/build.py:157 +#: sphinx/cmd/build.py:153 msgid "" "path where configuration file (conf.py) is located (default: same as " "SOURCEDIR)" msgstr "" -#: sphinx/cmd/build.py:160 +#: sphinx/cmd/build.py:156 msgid "use no config file at all, only -D options" msgstr "" -#: sphinx/cmd/build.py:163 +#: sphinx/cmd/build.py:159 msgid "override a setting in configuration file" msgstr "" -#: sphinx/cmd/build.py:166 +#: sphinx/cmd/build.py:162 msgid "pass a value into HTML templates" msgstr "" -#: sphinx/cmd/build.py:169 +#: sphinx/cmd/build.py:165 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: sphinx/cmd/build.py:171 +#: sphinx/cmd/build.py:167 msgid "nit-picky mode, warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:174 +#: sphinx/cmd/build.py:170 msgid "console output options" msgstr "" -#: sphinx/cmd/build.py:176 +#: sphinx/cmd/build.py:172 msgid "increase verbosity (can be repeated)" msgstr "" -#: sphinx/cmd/build.py:178 +#: sphinx/cmd/build.py:174 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: sphinx/cmd/build.py:180 +#: sphinx/cmd/build.py:176 msgid "no output at all, not even warnings" msgstr "" -#: sphinx/cmd/build.py:183 +#: sphinx/cmd/build.py:179 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:186 +#: sphinx/cmd/build.py:182 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: sphinx/cmd/build.py:189 +#: sphinx/cmd/build.py:185 msgid "write warnings (and errors) to given file" msgstr "" -#: sphinx/cmd/build.py:191 +#: sphinx/cmd/build.py:187 msgid "turn warnings into errors" msgstr "" -#: sphinx/cmd/build.py:193 +#: sphinx/cmd/build.py:189 msgid "With -W, Keep going when getting warnings" msgstr "" -#: sphinx/cmd/build.py:195 +#: sphinx/cmd/build.py:191 msgid "show full traceback on exception" msgstr "" -#: sphinx/cmd/build.py:197 +#: sphinx/cmd/build.py:193 msgid "run Pdb on exception" msgstr "" -#: sphinx/cmd/build.py:231 +#: sphinx/cmd/build.py:227 #, python-format msgid "cannot find files %r" msgstr "" -#: sphinx/cmd/build.py:241 +#: sphinx/cmd/build.py:230 msgid "cannot combine -a option and filenames" msgstr "" -#: sphinx/cmd/build.py:260 +#: sphinx/cmd/build.py:249 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: sphinx/cmd/build.py:270 +#: sphinx/cmd/build.py:259 msgid "-D option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/build.py:282 +#: sphinx/cmd/build.py:266 msgid "-A option argument must be in the form name=value" msgstr "" -#: sphinx/cmd/quickstart.py:56 +#: sphinx/cmd/quickstart.py:52 msgid "automatically insert docstrings from modules" msgstr "" -#: sphinx/cmd/quickstart.py:57 +#: sphinx/cmd/quickstart.py:53 msgid "automatically test code snippets in doctest blocks" msgstr "" -#: sphinx/cmd/quickstart.py:58 +#: sphinx/cmd/quickstart.py:54 msgid "link between Sphinx documentation of different projects" msgstr "" -#: sphinx/cmd/quickstart.py:59 +#: sphinx/cmd/quickstart.py:55 msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: sphinx/cmd/quickstart.py:60 +#: sphinx/cmd/quickstart.py:56 msgid "checks for documentation coverage" msgstr "" -#: sphinx/cmd/quickstart.py:61 +#: sphinx/cmd/quickstart.py:57 msgid "include math, rendered as PNG or SVG images" msgstr "" -#: sphinx/cmd/quickstart.py:62 +#: sphinx/cmd/quickstart.py:58 msgid "include math, rendered in the browser by MathJax" msgstr "" -#: sphinx/cmd/quickstart.py:63 +#: sphinx/cmd/quickstart.py:59 msgid "conditional inclusion of content based on config values" msgstr "" -#: sphinx/cmd/quickstart.py:65 +#: sphinx/cmd/quickstart.py:61 msgid "include links to the source code of documented Python objects" msgstr "" -#: sphinx/cmd/quickstart.py:67 +#: sphinx/cmd/quickstart.py:63 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: sphinx/cmd/quickstart.py:111 +#: sphinx/cmd/quickstart.py:107 msgid "Please enter a valid path name." msgstr "" -#: sphinx/cmd/quickstart.py:123 +#: sphinx/cmd/quickstart.py:119 msgid "Please enter some text." msgstr "" -#: sphinx/cmd/quickstart.py:132 +#: sphinx/cmd/quickstart.py:128 #, python-format msgid "Please enter one of %s." msgstr "" -#: sphinx/cmd/quickstart.py:140 +#: sphinx/cmd/quickstart.py:136 msgid "Please enter either 'y' or 'n'." msgstr "" -#: sphinx/cmd/quickstart.py:147 +#: sphinx/cmd/quickstart.py:143 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: sphinx/cmd/quickstart.py:170 +#: sphinx/cmd/quickstart.py:169 msgid "" "* Note: non-ASCII characters entered and terminal encoding unknown -- " "assuming UTF-8 or Latin-1." msgstr "" -#: sphinx/cmd/quickstart.py:193 -msgid "" -"* Note: non-ASCII default value provided and terminal encoding unknown -- " -"assuming UTF-8 or Latin-1." -msgstr "" - -#: sphinx/cmd/quickstart.py:259 +#: sphinx/cmd/quickstart.py:248 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: sphinx/cmd/quickstart.py:260 +#: sphinx/cmd/quickstart.py:249 msgid "" "\n" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: sphinx/cmd/quickstart.py:265 +#: sphinx/cmd/quickstart.py:254 #, python-format msgid "" "\n" "Selected root path: %s" msgstr "" -#: sphinx/cmd/quickstart.py:268 +#: sphinx/cmd/quickstart.py:257 msgid "" "\n" "Enter the root path for documentation." msgstr "" -#: sphinx/cmd/quickstart.py:270 +#: sphinx/cmd/quickstart.py:259 msgid "Root path for the documentation" msgstr "" -#: sphinx/cmd/quickstart.py:275 +#: sphinx/cmd/quickstart.py:264 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:277 +#: sphinx/cmd/quickstart.py:266 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: sphinx/cmd/quickstart.py:279 +#: sphinx/cmd/quickstart.py:268 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: sphinx/cmd/quickstart.py:285 +#: sphinx/cmd/quickstart.py:274 msgid "" "\n" "You have two options for placing the build directory for Sphinx output.\n" @@ -1510,11 +1397,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: sphinx/cmd/quickstart.py:289 +#: sphinx/cmd/quickstart.py:278 msgid "Separate source and build directories (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:293 +#: sphinx/cmd/quickstart.py:282 msgid "" "\n" "Inside the root directory, two more directories will be created; \"_templates\"\n" @@ -1522,25 +1409,25 @@ msgid "" "files. You can enter another prefix (such as \".\") to replace the underscore." msgstr "" -#: sphinx/cmd/quickstart.py:297 +#: sphinx/cmd/quickstart.py:286 msgid "Name prefix for templates and static dir" msgstr "" -#: sphinx/cmd/quickstart.py:300 +#: sphinx/cmd/quickstart.py:289 msgid "" "\n" "The project name will occur in several places in the built documentation." msgstr "" -#: sphinx/cmd/quickstart.py:302 +#: sphinx/cmd/quickstart.py:291 msgid "Project name" msgstr "" -#: sphinx/cmd/quickstart.py:304 +#: sphinx/cmd/quickstart.py:293 msgid "Author name(s)" msgstr "" -#: sphinx/cmd/quickstart.py:307 +#: sphinx/cmd/quickstart.py:296 msgid "" "\n" "Sphinx has the notion of a \"version\" and a \"release\" for the\n" @@ -1550,15 +1437,15 @@ msgid "" "just set both to the same value." msgstr "" -#: sphinx/cmd/quickstart.py:313 +#: sphinx/cmd/quickstart.py:302 msgid "Project version" msgstr "" -#: sphinx/cmd/quickstart.py:315 +#: sphinx/cmd/quickstart.py:304 msgid "Project release" msgstr "" -#: sphinx/cmd/quickstart.py:318 +#: sphinx/cmd/quickstart.py:307 msgid "" "\n" "If the documents are to be written in a language other than English,\n" @@ -1569,22 +1456,22 @@ msgid "" "http://sphinx-doc.org/config.html#confval-language." msgstr "" -#: sphinx/cmd/quickstart.py:325 +#: sphinx/cmd/quickstart.py:314 msgid "Project language" msgstr "" -#: sphinx/cmd/quickstart.py:330 +#: sphinx/cmd/quickstart.py:319 msgid "" "\n" "The file name suffix for source files. Commonly, this is either \".txt\"\n" "or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: sphinx/cmd/quickstart.py:333 +#: sphinx/cmd/quickstart.py:322 msgid "Source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:336 +#: sphinx/cmd/quickstart.py:325 msgid "" "\n" "One document is special in that it is considered the top node of the\n" @@ -1593,36 +1480,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: sphinx/cmd/quickstart.py:341 +#: sphinx/cmd/quickstart.py:330 msgid "Name of your master document (without suffix)" msgstr "" -#: sphinx/cmd/quickstart.py:347 +#: sphinx/cmd/quickstart.py:336 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: sphinx/cmd/quickstart.py:349 +#: sphinx/cmd/quickstart.py:338 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: sphinx/cmd/quickstart.py:351 +#: sphinx/cmd/quickstart.py:340 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: sphinx/cmd/quickstart.py:355 +#: sphinx/cmd/quickstart.py:344 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: sphinx/cmd/quickstart.py:365 +#: sphinx/cmd/quickstart.py:354 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: sphinx/cmd/quickstart.py:370 +#: sphinx/cmd/quickstart.py:359 msgid "" "\n" "A Makefile and a Windows command file can be generated for you so that you\n" @@ -1630,29 +1517,29 @@ msgid "" "directly." msgstr "" -#: sphinx/cmd/quickstart.py:374 +#: sphinx/cmd/quickstart.py:363 msgid "Create Makefile? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:377 +#: sphinx/cmd/quickstart.py:366 msgid "Create Windows command file? (y/n)" msgstr "" -#: sphinx/cmd/quickstart.py:439 sphinx/ext/apidoc.py:79 +#: sphinx/cmd/quickstart.py:409 sphinx/ext/apidoc.py:74 #, python-format msgid "Creating file %s." msgstr "" -#: sphinx/cmd/quickstart.py:444 sphinx/ext/apidoc.py:77 +#: sphinx/cmd/quickstart.py:414 sphinx/ext/apidoc.py:72 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: sphinx/cmd/quickstart.py:480 +#: sphinx/cmd/quickstart.py:450 msgid "Finished: An initial directory structure has been created." msgstr "" -#: sphinx/cmd/quickstart.py:481 +#: sphinx/cmd/quickstart.py:451 #, python-format msgid "" "\n" @@ -1660,26 +1547,26 @@ msgid "" "source files. " msgstr "" -#: sphinx/cmd/quickstart.py:483 +#: sphinx/cmd/quickstart.py:453 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder\n" msgstr "" -#: sphinx/cmd/quickstart.py:486 +#: sphinx/cmd/quickstart.py:456 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s\n" msgstr "" -#: sphinx/cmd/quickstart.py:489 +#: sphinx/cmd/quickstart.py:459 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck.\n" msgstr "" -#: sphinx/cmd/quickstart.py:529 +#: sphinx/cmd/quickstart.py:499 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -1689,214 +1576,214 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: sphinx/cmd/quickstart.py:539 +#: sphinx/cmd/quickstart.py:509 msgid "quiet mode" msgstr "" -#: sphinx/cmd/quickstart.py:544 +#: sphinx/cmd/quickstart.py:514 msgid "output path" msgstr "" -#: sphinx/cmd/quickstart.py:546 +#: sphinx/cmd/quickstart.py:516 msgid "Structure options" msgstr "" -#: sphinx/cmd/quickstart.py:548 +#: sphinx/cmd/quickstart.py:518 msgid "if specified, separate source and build dirs" msgstr "" -#: sphinx/cmd/quickstart.py:550 +#: sphinx/cmd/quickstart.py:520 msgid "replacement for dot in _templates etc." msgstr "" -#: sphinx/cmd/quickstart.py:552 +#: sphinx/cmd/quickstart.py:522 msgid "Project basic options" msgstr "" -#: sphinx/cmd/quickstart.py:554 +#: sphinx/cmd/quickstart.py:524 msgid "project name" msgstr "" -#: sphinx/cmd/quickstart.py:556 +#: sphinx/cmd/quickstart.py:526 msgid "author names" msgstr "" -#: sphinx/cmd/quickstart.py:558 +#: sphinx/cmd/quickstart.py:528 msgid "version of project" msgstr "" -#: sphinx/cmd/quickstart.py:560 +#: sphinx/cmd/quickstart.py:530 msgid "release of project" msgstr "" -#: sphinx/cmd/quickstart.py:562 +#: sphinx/cmd/quickstart.py:532 msgid "document language" msgstr "" -#: sphinx/cmd/quickstart.py:564 +#: sphinx/cmd/quickstart.py:534 msgid "source file suffix" msgstr "" -#: sphinx/cmd/quickstart.py:566 +#: sphinx/cmd/quickstart.py:536 msgid "master document name" msgstr "" -#: sphinx/cmd/quickstart.py:568 +#: sphinx/cmd/quickstart.py:538 msgid "use epub" msgstr "" -#: sphinx/cmd/quickstart.py:570 +#: sphinx/cmd/quickstart.py:540 msgid "Extension options" msgstr "" -#: sphinx/cmd/quickstart.py:574 sphinx/ext/apidoc.py:380 +#: sphinx/cmd/quickstart.py:544 sphinx/ext/apidoc.py:379 #, python-format msgid "enable %s extension" msgstr "" -#: sphinx/cmd/quickstart.py:576 +#: sphinx/cmd/quickstart.py:546 sphinx/ext/apidoc.py:375 msgid "enable arbitrary extensions" msgstr "" -#: sphinx/cmd/quickstart.py:578 +#: sphinx/cmd/quickstart.py:548 msgid "Makefile and Batchfile creation" msgstr "" -#: sphinx/cmd/quickstart.py:580 +#: sphinx/cmd/quickstart.py:550 msgid "create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:582 +#: sphinx/cmd/quickstart.py:552 msgid "do not create makefile" msgstr "" -#: sphinx/cmd/quickstart.py:584 +#: sphinx/cmd/quickstart.py:554 msgid "create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:587 +#: sphinx/cmd/quickstart.py:557 msgid "do not create batchfile" msgstr "" -#: sphinx/cmd/quickstart.py:590 +#: sphinx/cmd/quickstart.py:560 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:593 +#: sphinx/cmd/quickstart.py:563 msgid "do not use make-mode for Makefile/make.bat" msgstr "" -#: sphinx/cmd/quickstart.py:595 +#: sphinx/cmd/quickstart.py:565 msgid "Project templating" msgstr "" -#: sphinx/cmd/quickstart.py:598 +#: sphinx/cmd/quickstart.py:568 msgid "template directory for template files" msgstr "" -#: sphinx/cmd/quickstart.py:601 +#: sphinx/cmd/quickstart.py:571 msgid "define a template variable" msgstr "" -#: sphinx/cmd/quickstart.py:628 +#: sphinx/cmd/quickstart.py:605 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: sphinx/cmd/quickstart.py:642 +#: sphinx/cmd/quickstart.py:619 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: sphinx/cmd/quickstart.py:644 +#: sphinx/cmd/quickstart.py:621 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: sphinx/cmd/quickstart.py:671 +#: sphinx/cmd/quickstart.py:636 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: sphinx/directives/code.py:75 +#: sphinx/directives/code.py:74 msgid "Over dedent has detected" msgstr "" -#: sphinx/directives/code.py:95 +#: sphinx/directives/code.py:94 #, python-format msgid "Invalid caption: %s" msgstr "無效標題:%s" -#: sphinx/directives/code.py:138 sphinx/directives/code.py:280 -#: sphinx/directives/code.py:450 +#: sphinx/directives/code.py:140 sphinx/directives/code.py:292 +#: sphinx/directives/code.py:462 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: sphinx/directives/code.py:210 +#: sphinx/directives/code.py:222 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: sphinx/directives/code.py:223 +#: sphinx/directives/code.py:235 #, python-format msgid "Include file %r not found or reading it failed" msgstr "" -#: sphinx/directives/code.py:225 +#: sphinx/directives/code.py:237 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "" -#: sphinx/directives/code.py:263 +#: sphinx/directives/code.py:275 #, python-format msgid "Object named %r not found in include file %r" msgstr "" -#: sphinx/directives/code.py:289 +#: sphinx/directives/code.py:301 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: sphinx/directives/code.py:294 +#: sphinx/directives/code.py:306 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: sphinx/directives/other.py:169 +#: sphinx/directives/other.py:172 msgid "Section author: " msgstr "段落作者:" -#: sphinx/directives/other.py:171 +#: sphinx/directives/other.py:174 msgid "Module author: " msgstr "模組作者:" -#: sphinx/directives/other.py:173 +#: sphinx/directives/other.py:176 msgid "Code author: " msgstr "程式作者:" -#: sphinx/directives/other.py:175 +#: sphinx/directives/other.py:178 msgid "Author: " msgstr "作者:" -#: sphinx/domains/__init__.py:336 +#: sphinx/domains/__init__.py:344 #, python-format msgid "%s %s" msgstr "%s %s" -#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:6070 -#: sphinx/domains/python.py:212 sphinx/ext/napoleon/docstring.py:695 +#: sphinx/domains/c.py:64 sphinx/domains/cpp.py:6371 +#: sphinx/domains/python.py:210 sphinx/ext/napoleon/docstring.py:696 msgid "Parameters" msgstr "參數" -#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:6079 -#: sphinx/domains/javascript.py:211 sphinx/domains/python.py:224 +#: sphinx/domains/c.py:67 sphinx/domains/cpp.py:6380 +#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:222 msgid "Returns" msgstr "傳回" -#: sphinx/domains/c.py:70 sphinx/domains/javascript.py:213 -#: sphinx/domains/python.py:226 +#: sphinx/domains/c.py:69 sphinx/domains/javascript.py:212 +#: sphinx/domains/python.py:224 msgid "Return type" msgstr "傳回型態" @@ -1925,12 +1812,12 @@ msgstr "%s (C 型態)" msgid "%s (C variable)" msgstr "%s (C 變數)" -#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6547 -#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:740 +#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:6956 +#: sphinx/domains/javascript.py:298 sphinx/domains/python.py:741 msgid "function" msgstr "函式" -#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6548 +#: sphinx/domains/c.py:259 sphinx/domains/cpp.py:6957 msgid "member" msgstr "成員函數" @@ -1938,7 +1825,7 @@ msgstr "成員函數" msgid "macro" msgstr "巨集" -#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6549 +#: sphinx/domains/c.py:261 sphinx/domains/cpp.py:6958 msgid "type" msgstr "類型" @@ -1946,297 +1833,262 @@ msgstr "類型" msgid "variable" msgstr "變數" -#: sphinx/domains/changeset.py:34 +#: sphinx/domains/changeset.py:33 #, python-format msgid "New in version %s" msgstr "%s 版新加入" -#: sphinx/domains/changeset.py:35 +#: sphinx/domains/changeset.py:34 #, python-format msgid "Changed in version %s" msgstr "%s 版更變" -#: sphinx/domains/changeset.py:36 +#: sphinx/domains/changeset.py:35 #, python-format msgid "Deprecated since version %s" msgstr "%s 版後已棄用" -#: sphinx/domains/cpp.py:4037 +#: sphinx/domains/cpp.py:4297 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Declaration is '%s'." msgstr "" -#: sphinx/domains/cpp.py:6073 +#: sphinx/domains/cpp.py:6374 msgid "Template Parameters" msgstr "範本參數" -#: sphinx/domains/cpp.py:6076 sphinx/domains/javascript.py:208 +#: sphinx/domains/cpp.py:6377 sphinx/domains/javascript.py:207 msgid "Throws" msgstr "拋出" -#: sphinx/domains/cpp.py:6283 -#, python-format -msgid "%s (C++ type)" -msgstr "%s (C++ 類別)" - -#: sphinx/domains/cpp.py:6293 -#, python-format -msgid "%s (C++ concept)" -msgstr "%s (C++ concept)" - -#: sphinx/domains/cpp.py:6303 +#: sphinx/domains/cpp.py:6505 #, python-format -msgid "%s (C++ member)" -msgstr "%s (C++ 成員函數)" - -#: sphinx/domains/cpp.py:6313 -#, python-format -msgid "%s (C++ function)" -msgstr "%s (C++ 函式)" - -#: sphinx/domains/cpp.py:6323 -#, python-format -msgid "%s (C++ class)" -msgstr "%s (C++ 類別)" - -#: sphinx/domains/cpp.py:6333 -#, python-format -msgid "%s (C++ union)" +msgid "%s (C++ %s)" msgstr "" -#: sphinx/domains/cpp.py:6343 -#, python-format -msgid "%s (C++ enum)" -msgstr "%s (C++ enum)" - -#: sphinx/domains/cpp.py:6363 -#, python-format -msgid "%s (C++ enumerator)" -msgstr "%s (C++ enumerator)" - -#: sphinx/domains/cpp.py:6545 sphinx/domains/javascript.py:301 -#: sphinx/domains/python.py:742 +#: sphinx/domains/cpp.py:6954 sphinx/domains/javascript.py:300 +#: sphinx/domains/python.py:743 msgid "class" msgstr "類別" -#: sphinx/domains/cpp.py:6546 +#: sphinx/domains/cpp.py:6955 msgid "union" msgstr "" -#: sphinx/domains/cpp.py:6550 +#: sphinx/domains/cpp.py:6959 msgid "concept" msgstr "concept" -#: sphinx/domains/cpp.py:6551 +#: sphinx/domains/cpp.py:6960 msgid "enum" msgstr "enum" -#: sphinx/domains/cpp.py:6552 +#: sphinx/domains/cpp.py:6961 msgid "enumerator" msgstr "enumerator" -#: sphinx/domains/cpp.py:6617 +#: sphinx/domains/cpp.py:7054 #, python-format msgid "" "Duplicate declaration, also defined in '%s'.\n" "Name of declaration is '%s'." msgstr "" -#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:431 +#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:429 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內建函式)" -#: sphinx/domains/javascript.py:133 sphinx/domains/python.py:496 +#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:494 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 的方法)" -#: sphinx/domains/javascript.py:135 +#: sphinx/domains/javascript.py:134 #, python-format msgid "%s() (class)" msgstr "%s() (類別)" -#: sphinx/domains/javascript.py:137 +#: sphinx/domains/javascript.py:136 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全域變數或常數)" -#: sphinx/domains/javascript.py:139 sphinx/domains/python.py:534 +#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:532 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 的屬性)" -#: sphinx/domains/javascript.py:205 +#: sphinx/domains/javascript.py:204 msgid "Arguments" msgstr "引數" -#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:611 +#: sphinx/domains/javascript.py:265 sphinx/domains/python.py:609 #, python-format msgid "%s (module)" msgstr "%s (模組)" -#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:744 +#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:745 msgid "method" msgstr "成員函式" -#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:741 +#: sphinx/domains/javascript.py:301 sphinx/domains/python.py:742 msgid "data" msgstr "data" -#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:747 +#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:748 msgid "attribute" msgstr "屬性" -#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:50 -#: sphinx/domains/python.py:748 +#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:49 +#: sphinx/domains/python.py:749 msgid "module" msgstr "模組" -#: sphinx/domains/math.py:88 sphinx/writers/latex.py:2529 +#: sphinx/domains/math.py:101 sphinx/writers/latex.py:2451 #, python-format msgid "Invalid math_eqref_format: %r" msgstr "" -#: sphinx/domains/math.py:113 +#: sphinx/domains/math.py:126 #, python-format msgid "duplicate label of equation %s, other instance in %s" msgstr "重覆公式標籤 %s,亦出現於 %s" -#: sphinx/domains/python.py:51 +#: sphinx/domains/python.py:50 msgid "keyword" msgstr "關鍵字" -#: sphinx/domains/python.py:52 +#: sphinx/domains/python.py:51 msgid "operator" msgstr "運算子" -#: sphinx/domains/python.py:53 +#: sphinx/domains/python.py:52 msgid "object" msgstr "物件" -#: sphinx/domains/python.py:54 sphinx/domains/python.py:743 +#: sphinx/domains/python.py:53 sphinx/domains/python.py:744 msgid "exception" msgstr "例外" -#: sphinx/domains/python.py:55 +#: sphinx/domains/python.py:54 msgid "statement" msgstr "陳述式" -#: sphinx/domains/python.py:56 +#: sphinx/domains/python.py:55 msgid "built-in function" msgstr "內建函式" -#: sphinx/domains/python.py:217 +#: sphinx/domains/python.py:215 msgid "Variables" msgstr "變數" -#: sphinx/domains/python.py:221 +#: sphinx/domains/python.py:219 msgid "Raises" msgstr "丟出" -#: sphinx/domains/python.py:432 sphinx/domains/python.py:490 -#: sphinx/domains/python.py:502 sphinx/domains/python.py:515 +#: sphinx/domains/python.py:430 sphinx/domains/python.py:488 +#: sphinx/domains/python.py:500 sphinx/domains/python.py:513 #, python-format msgid "%s() (in module %s)" msgstr "%s() (於 %s 模組中)" -#: sphinx/domains/python.py:435 +#: sphinx/domains/python.py:433 #, python-format msgid "%s (built-in variable)" msgstr "%s (內建變數)" -#: sphinx/domains/python.py:436 sphinx/domains/python.py:528 +#: sphinx/domains/python.py:434 sphinx/domains/python.py:526 #, python-format msgid "%s (in module %s)" msgstr "%s (於 %s 模組中)" -#: sphinx/domains/python.py:456 +#: sphinx/domains/python.py:454 #, python-format msgid "%s (built-in class)" msgstr "%s (內建類別)" -#: sphinx/domains/python.py:457 +#: sphinx/domains/python.py:455 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的類別)" -#: sphinx/domains/python.py:494 +#: sphinx/domains/python.py:492 #, python-format msgid "%s() (%s.%s method)" msgstr "%s() (%s.%s 的成員函數)" -#: sphinx/domains/python.py:506 +#: sphinx/domains/python.py:504 #, python-format msgid "%s() (%s.%s static method)" msgstr "%s() (%s.%s 的靜態成員)" -#: sphinx/domains/python.py:509 +#: sphinx/domains/python.py:507 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 的靜態成員)" -#: sphinx/domains/python.py:519 +#: sphinx/domains/python.py:517 #, python-format msgid "%s() (%s.%s class method)" msgstr "%s() (%s.%s 的類別成員)" -#: sphinx/domains/python.py:522 +#: sphinx/domains/python.py:520 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 的類別成員)" -#: sphinx/domains/python.py:532 +#: sphinx/domains/python.py:530 #, python-format msgid "%s (%s.%s attribute)" msgstr "%s (%s.%s 的屬性)" -#: sphinx/domains/python.py:669 +#: sphinx/domains/python.py:667 msgid "Python Module Index" msgstr "Python 模組索引" -#: sphinx/domains/python.py:670 +#: sphinx/domains/python.py:668 msgid "modules" msgstr "模組" -#: sphinx/domains/python.py:718 +#: sphinx/domains/python.py:719 msgid "Deprecated" msgstr "已棄用" -#: sphinx/domains/python.py:745 +#: sphinx/domains/python.py:746 msgid "class method" msgstr "類別成員" -#: sphinx/domains/python.py:746 +#: sphinx/domains/python.py:747 msgid "static method" msgstr "靜態成員" -#: sphinx/domains/python.py:878 +#: sphinx/domains/python.py:879 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: sphinx/domains/python.py:918 +#: sphinx/domains/python.py:917 msgid " (deprecated)" msgstr "(已棄用)" -#: sphinx/domains/rst.py:65 +#: sphinx/domains/rst.py:62 #, python-format msgid "%s (directive)" msgstr "%s (directive)" -#: sphinx/domains/rst.py:67 +#: sphinx/domains/rst.py:64 #, python-format msgid "%s (role)" msgstr "%s (role)" -#: sphinx/domains/rst.py:119 +#: sphinx/domains/rst.py:116 msgid "directive" msgstr "directive" -#: sphinx/domains/rst.py:120 +#: sphinx/domains/rst.py:117 msgid "role" msgstr "role" @@ -2245,209 +2097,200 @@ msgstr "role" msgid "environment variable; %s" msgstr "環境變數; %s" -#: sphinx/domains/std.py:164 +#: sphinx/domains/std.py:166 #, python-format msgid "" "Malformed option description %r, should look like \"opt\", \"-opt args\", \"" "--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: sphinx/domains/std.py:203 +#: sphinx/domains/std.py:207 #, python-format msgid "%scommand line option; %s" msgstr "%s命令列選項; %s" -#: sphinx/domains/std.py:455 +#: sphinx/domains/std.py:458 msgid "glossary term" msgstr "雜項術語" -#: sphinx/domains/std.py:456 +#: sphinx/domains/std.py:459 msgid "grammar token" msgstr "語法單詞" -#: sphinx/domains/std.py:457 +#: sphinx/domains/std.py:460 msgid "reference label" msgstr "參照標籤" -#: sphinx/domains/std.py:459 +#: sphinx/domains/std.py:462 msgid "environment variable" msgstr "環境變數" -#: sphinx/domains/std.py:460 +#: sphinx/domains/std.py:463 msgid "program option" msgstr "程式選項" -#: sphinx/domains/std.py:461 +#: sphinx/domains/std.py:464 msgid "document" msgstr "" -#: sphinx/domains/std.py:498 sphinx/themes/basic/genindex-single.html:30 -#: sphinx/themes/basic/genindex-single.html:55 -#: sphinx/themes/basic/genindex-split.html:11 -#: sphinx/themes/basic/genindex-split.html:14 -#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33 -#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:150 -#: sphinx/writers/latex.py:503 sphinx/writers/texinfo.py:516 -msgid "Index" -msgstr "索引" - -#: sphinx/domains/std.py:499 +#: sphinx/domains/std.py:502 msgid "Module Index" msgstr "模組索引" -#: sphinx/domains/std.py:500 sphinx/themes/basic/defindex.html:25 +#: sphinx/domains/std.py:503 sphinx/themes/basic/defindex.html:25 msgid "Search Page" msgstr "搜尋頁面" -#: sphinx/domains/std.py:595 +#: sphinx/domains/std.py:598 #, python-format msgid "duplicate citation %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:627 sphinx/ext/autosectionlabel.py:47 +#: sphinx/domains/std.py:631 sphinx/ext/autosectionlabel.py:61 #, python-format msgid "duplicate label %s, other instance in %s" msgstr "" -#: sphinx/domains/std.py:652 +#: sphinx/domains/std.py:665 #, python-format msgid "Citation [%s] is not referenced." msgstr "" -#: sphinx/domains/std.py:735 +#: sphinx/domains/std.py:748 msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: sphinx/domains/std.py:743 +#: sphinx/domains/std.py:756 #, python-format msgid "no number is assigned for %s: %s" msgstr "" -#: sphinx/domains/std.py:754 +#: sphinx/domains/std.py:767 #, python-format msgid "the link has no caption: %s" msgstr "" -#: sphinx/domains/std.py:768 +#: sphinx/domains/std.py:781 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "" -#: sphinx/domains/std.py:771 +#: sphinx/domains/std.py:784 #, python-format msgid "invalid numfig_format: %s" msgstr "" -#: sphinx/environment/__init__.py:79 +#: sphinx/environment/__init__.py:69 msgid "new config" msgstr "" -#: sphinx/environment/__init__.py:80 +#: sphinx/environment/__init__.py:70 msgid "config changed" msgstr "" -#: sphinx/environment/__init__.py:81 +#: sphinx/environment/__init__.py:71 msgid "extensions changed" msgstr "" -#: sphinx/environment/__init__.py:223 +#: sphinx/environment/__init__.py:210 msgid "build environment version not current" msgstr "" -#: sphinx/environment/__init__.py:225 +#: sphinx/environment/__init__.py:212 msgid "source directory has changed" msgstr "" -#: sphinx/environment/__init__.py:292 +#: sphinx/environment/__init__.py:283 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "" -#: sphinx/environment/__init__.py:425 -msgid "document not readable. Ignored." -msgstr "" - -#: sphinx/environment/__init__.py:445 +#: sphinx/environment/__init__.py:408 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: sphinx/environment/__init__.py:599 +#: sphinx/environment/__init__.py:536 #, python-format msgid "Domain %r is not registered" msgstr "" -#: sphinx/environment/__init__.py:694 +#: sphinx/environment/__init__.py:621 msgid "self referenced toctree found. Ignored." msgstr "" -#: sphinx/environment/__init__.py:734 +#: sphinx/environment/__init__.py:662 msgid "document isn't included in any toctree" msgstr "" -#: sphinx/environment/adapters/indexentries.py:85 +#: sphinx/environment/adapters/indexentries.py:82 #, python-format msgid "see %s" msgstr "參考 %s" -#: sphinx/environment/adapters/indexentries.py:89 +#: sphinx/environment/adapters/indexentries.py:86 #, python-format msgid "see also %s" msgstr "也參考 %s" -#: sphinx/environment/adapters/indexentries.py:92 +#: sphinx/environment/adapters/indexentries.py:89 #, python-format msgid "unknown index entry type %r" msgstr "" -#: sphinx/environment/adapters/indexentries.py:159 sphinx/writers/latex.py:673 +#: sphinx/environment/adapters/indexentries.py:156 msgid "Symbols" msgstr "符號" -#: sphinx/environment/adapters/toctree.py:151 +#: sphinx/environment/adapters/toctree.py:153 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: sphinx/environment/adapters/toctree.py:170 +#: sphinx/environment/adapters/toctree.py:172 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: sphinx/environment/adapters/toctree.py:175 +#: sphinx/environment/adapters/toctree.py:178 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" + +#: sphinx/environment/adapters/toctree.py:180 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: sphinx/environment/collectors/asset.py:93 +#: sphinx/environment/collectors/asset.py:91 #, python-format msgid "image file not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:109 +#: sphinx/environment/collectors/asset.py:107 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: sphinx/environment/collectors/asset.py:134 +#: sphinx/environment/collectors/asset.py:135 #, python-format msgid "download file not readable: %s" msgstr "" -#: sphinx/environment/collectors/toctree.py:193 +#: sphinx/environment/collectors/toctree.py:197 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: sphinx/ext/apidoc.py:74 +#: sphinx/ext/apidoc.py:69 #, python-format msgid "Would create file %s." msgstr "" -#: sphinx/ext/apidoc.py:304 +#: sphinx/ext/apidoc.py:299 msgid "" "\n" "Look recursively in for Python modules and packages and create\n" @@ -2459,352 +2302,381 @@ msgid "" "Note: By default this script will not overwrite already created files." msgstr "" -#: sphinx/ext/apidoc.py:317 +#: sphinx/ext/apidoc.py:312 msgid "path to module to document" msgstr "" -#: sphinx/ext/apidoc.py:319 +#: sphinx/ext/apidoc.py:314 msgid "" "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: sphinx/ext/apidoc.py:324 +#: sphinx/ext/apidoc.py:319 msgid "directory to place all output" msgstr "" -#: sphinx/ext/apidoc.py:327 +#: sphinx/ext/apidoc.py:322 msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: sphinx/ext/apidoc.py:330 +#: sphinx/ext/apidoc.py:325 msgid "overwrite existing files" msgstr "" -#: sphinx/ext/apidoc.py:333 +#: sphinx/ext/apidoc.py:328 msgid "" "follow symbolic links. Powerful when combined with " "collective.recipe.omelette." msgstr "" -#: sphinx/ext/apidoc.py:336 +#: sphinx/ext/apidoc.py:331 msgid "run the script without creating files" msgstr "" -#: sphinx/ext/apidoc.py:339 +#: sphinx/ext/apidoc.py:334 msgid "put documentation for each module on its own page" msgstr "" -#: sphinx/ext/apidoc.py:342 +#: sphinx/ext/apidoc.py:337 msgid "include \"_private\" modules" msgstr "" -#: sphinx/ext/apidoc.py:344 +#: sphinx/ext/apidoc.py:339 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: sphinx/ext/apidoc.py:341 msgid "don't create a table of contents file" msgstr "" -#: sphinx/ext/apidoc.py:347 +#: sphinx/ext/apidoc.py:344 msgid "" "don't create headings for the module/package packages (e.g. when the " "docstrings already contain them)" msgstr "" -#: sphinx/ext/apidoc.py:352 +#: sphinx/ext/apidoc.py:349 msgid "put module documentation before submodule documentation" msgstr "" -#: sphinx/ext/apidoc.py:356 +#: sphinx/ext/apidoc.py:353 msgid "" "interpret module paths according to PEP-0420 implicit namespaces " "specification" msgstr "" -#: sphinx/ext/apidoc.py:360 +#: sphinx/ext/apidoc.py:357 msgid "file suffix (default: rst)" msgstr "" -#: sphinx/ext/apidoc.py:362 +#: sphinx/ext/apidoc.py:359 msgid "generate a full project with sphinx-quickstart" msgstr "" -#: sphinx/ext/apidoc.py:365 +#: sphinx/ext/apidoc.py:362 msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:367 +#: sphinx/ext/apidoc.py:364 msgid "project name (default: root module name)" msgstr "" -#: sphinx/ext/apidoc.py:369 +#: sphinx/ext/apidoc.py:366 msgid "project author(s), used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:371 +#: sphinx/ext/apidoc.py:368 msgid "project version, used when --full is given" msgstr "" -#: sphinx/ext/apidoc.py:373 +#: sphinx/ext/apidoc.py:370 msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: sphinx/ext/apidoc.py:376 +#: sphinx/ext/apidoc.py:373 msgid "extension options" msgstr "" -#: sphinx/ext/apidoc.py:403 +#: sphinx/ext/apidoc.py:402 #, python-format msgid "%s is not a directory." msgstr "" -#: sphinx/ext/coverage.py:49 +#: sphinx/ext/coverage.py:46 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: sphinx/ext/coverage.py:58 +#: sphinx/ext/coverage.py:55 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: sphinx/ext/coverage.py:73 +#: sphinx/ext/coverage.py:70 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: sphinx/ext/coverage.py:155 +#: sphinx/ext/coverage.py:152 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: sphinx/ext/doctest.py:143 +#: sphinx/ext/doctest.py:142 #, python-format msgid "missing '+' or '-' in '%s' option." msgstr "" -#: sphinx/ext/doctest.py:148 +#: sphinx/ext/doctest.py:147 #, python-format msgid "'%s' is not a valid option." msgstr "" -#: sphinx/ext/doctest.py:162 +#: sphinx/ext/doctest.py:161 #, python-format msgid "'%s' is not a valid pyversion option" msgstr "" -#: sphinx/ext/doctest.py:231 +#: sphinx/ext/doctest.py:230 msgid "invalid TestCode type" msgstr "" -#: sphinx/ext/doctest.py:292 +#: sphinx/ext/doctest.py:291 #, python-format msgid "" "Testing of doctests in the sources finished, look at the results in " "%(outdir)s/output.txt." msgstr "" -#: sphinx/ext/doctest.py:444 +#: sphinx/ext/doctest.py:438 #, python-format msgid "no code/output in %s block at %s:%s" msgstr "" -#: sphinx/ext/doctest.py:535 +#: sphinx/ext/doctest.py:527 #, python-format msgid "ignoring invalid doctest code: %r" msgstr "" -#: sphinx/ext/graphviz.py:139 +#: sphinx/ext/graphviz.py:140 msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: sphinx/ext/graphviz.py:149 +#: sphinx/ext/graphviz.py:150 #, python-format msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: sphinx/ext/graphviz.py:155 +#: sphinx/ext/graphviz.py:156 msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: sphinx/ext/graphviz.py:255 +#: sphinx/ext/graphviz.py:252 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:273 +#: sphinx/ext/graphviz.py:256 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%s\n" -"[stdout]\n" -"%s" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: sphinx/ext/graphviz.py:276 +#: sphinx/ext/graphviz.py:263 #, python-format msgid "" -"dot did not produce an output file:\n" +"dot exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/graphviz.py:287 +#: sphinx/ext/graphviz.py:273 #, python-format msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: sphinx/ext/graphviz.py:291 sphinx/ext/graphviz.py:345 -#: sphinx/ext/graphviz.py:383 +#: sphinx/ext/graphviz.py:277 sphinx/ext/graphviz.py:331 +#: sphinx/ext/graphviz.py:369 #, python-format msgid "dot code %r: %s" msgstr "" -#: sphinx/ext/graphviz.py:398 sphinx/ext/graphviz.py:407 +#: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:393 #, python-format msgid "[graph: %s]" msgstr "[圖:%s]" -#: sphinx/ext/graphviz.py:400 sphinx/ext/graphviz.py:409 +#: sphinx/ext/graphviz.py:386 sphinx/ext/graphviz.py:395 msgid "[graph]" msgstr "[圖]" -#: sphinx/ext/imgconverter.py:44 sphinx/ext/imgconverter.py:81 +#: sphinx/ext/imgconverter.py:43 sphinx/ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run.check the image_converter setting" msgstr "" -#: sphinx/ext/imgconverter.py:58 sphinx/ext/imgconverter.py:94 +#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" "[stderr]\n" -"%s\n" +"%r\n" "[stdout]\n" -"%s" +"%r" msgstr "" -#: sphinx/ext/imgmath.py:143 +#: sphinx/ext/imgmath.py:140 #, python-format msgid "" "LaTeX command %r cannot be run (needed for math display), check the " "imgmath_latex setting" msgstr "" -#: sphinx/ext/imgmath.py:163 +#: sphinx/ext/imgmath.py:155 #, python-format msgid "" "%s command %r cannot be run (needed for math display), check the imgmath_%s " "setting" msgstr "" -#: sphinx/ext/imgmath.py:302 +#: sphinx/ext/imgmath.py:290 #, python-format msgid "display latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:329 +#: sphinx/ext/imgmath.py:317 #, python-format msgid "inline latex %r: %s" msgstr "" -#: sphinx/ext/imgmath.py:336 sphinx/ext/jsmath.py:47 sphinx/ext/mathjax.py:50 +#: sphinx/ext/imgmath.py:324 sphinx/ext/mathjax.py:54 msgid "Permalink to this equation" msgstr "本公式的永久連結" -#: sphinx/ext/intersphinx.py:226 +#: sphinx/ext/intersphinx.py:182 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: sphinx/ext/intersphinx.py:268 +#: sphinx/ext/intersphinx.py:217 +#, python-format +msgid "loading intersphinx inventory from %s..." +msgstr "" + +#: sphinx/ext/intersphinx.py:232 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: sphinx/ext/intersphinx.py:237 msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: sphinx/ext/intersphinx.py:343 +#: sphinx/ext/intersphinx.py:312 #, python-format msgid "(in %s v%s)" msgstr "(於 %s v%s)" -#: sphinx/ext/intersphinx.py:345 +#: sphinx/ext/intersphinx.py:314 #, python-format msgid "(in %s)" msgstr "" -#: sphinx/ext/linkcode.py:75 sphinx/ext/viewcode.py:128 +#: sphinx/ext/intersphinx.py:348 +#, python-format +msgid "intersphinx identifier %r is not string. Ignored" +msgstr "" + +#: sphinx/ext/intersphinx.py:361 +#, python-format +msgid "Fail to read intersphinx_mapping[%s], Ignored: %r" +msgstr "" + +#: sphinx/ext/linkcode.py:72 sphinx/ext/viewcode.py:117 msgid "[source]" msgstr "[原始碼]" -#: sphinx/ext/todo.py:67 +#: sphinx/ext/todo.py:70 msgid "Todo" msgstr "Todo" -#: sphinx/ext/todo.py:105 +#: sphinx/ext/todo.py:111 #, python-format msgid "TODO entry found: %s" msgstr "" -#: sphinx/ext/todo.py:153 +#: sphinx/ext/todo.py:160 msgid "<>" msgstr "<>" -#: sphinx/ext/todo.py:156 +#: sphinx/ext/todo.py:163 #, python-format msgid "(The <> is located in %s, line %d.)" msgstr "(<> 見 %s ,第 %d 行)" -#: sphinx/ext/todo.py:165 +#: sphinx/ext/todo.py:172 msgid "original entry" msgstr "原始記錄" -#: sphinx/ext/viewcode.py:196 +#: sphinx/ext/viewcode.py:158 +msgid "highlighting module code... " +msgstr "" + +#: sphinx/ext/viewcode.py:187 msgid "[docs]" msgstr "[文件]" -#: sphinx/ext/viewcode.py:210 +#: sphinx/ext/viewcode.py:201 msgid "Module code" msgstr "模組原始碼" -#: sphinx/ext/viewcode.py:216 +#: sphinx/ext/viewcode.py:207 #, python-format msgid "

Source code for %s

" msgstr "

%s 的原始碼

" -#: sphinx/ext/viewcode.py:242 +#: sphinx/ext/viewcode.py:233 msgid "Overview: module code" msgstr "概要:模組原始碼" -#: sphinx/ext/viewcode.py:243 +#: sphinx/ext/viewcode.py:234 msgid "

All modules for which code is available

" msgstr "

所有可得程式碼的模組

" -#: sphinx/ext/autodoc/__init__.py:345 +#: sphinx/ext/autodoc/__init__.py:302 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:444 +#: sphinx/ext/autodoc/__init__.py:402 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:566 +#: sphinx/ext/autodoc/__init__.py:514 #, python-format msgid "missing attribute %s in object %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:654 +#: sphinx/ext/autodoc/__init__.py:602 #, python-format msgid "" "autodoc: failed to determine %r to be documented.the following exception was raised:\n" "%s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:746 +#: sphinx/ext/autodoc/__init__.py:694 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2812,66 +2684,85 @@ msgid "" "explicit module name)" msgstr "" -#: sphinx/ext/autodoc/__init__.py:835 +#: sphinx/ext/autodoc/__init__.py:788 msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: sphinx/ext/autodoc/__init__.py:842 +#: sphinx/ext/autodoc/__init__.py:796 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:876 +#: sphinx/ext/autodoc/__init__.py:829 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "" -#: sphinx/ext/autodoc/__init__.py:889 +#: sphinx/ext/autodoc/__init__.py:844 #, python-format msgid "" "missing attribute mentioned in :members: or __all__: module %s, attribute %s" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1134 +#: sphinx/ext/autodoc/__init__.py:1128 #, python-format msgid "Bases: %s" msgstr "基礎類別:%s" -#: sphinx/ext/autodoc/__init__.py:1195 +#: sphinx/ext/autodoc/__init__.py:1185 #, python-format msgid "alias of :class:`%s`" msgstr ":class:`%s` 的別名" -#: sphinx/ext/autodoc/__init__.py:1541 -msgid "" -"autodoc_default_flags is now deprecated. Please use autodoc_default_options " -"instead." +#: sphinx/ext/autodoc/__init__.py:1470 +#, python-format +msgid "Ignoring invalid option in autodoc_default_flags: %r" msgstr "" -#: sphinx/ext/autodoc/__init__.py:1549 +#: sphinx/ext/autosummary/__init__.py:256 #, python-format -msgid "Ignoring invalid option in autodoc_default_flags: %r" +msgid "toctree references excluded document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:258 +#, python-format +msgid "toctree references unknown document %r" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:292 +#, python-format +msgid "failed to import %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:307 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: sphinx/ext/autosummary/__init__.py:311 +#, python-format +msgid "failed to import object %s" msgstr "" -#: sphinx/ext/autosummary/__init__.py:683 +#: sphinx/ext/autosummary/__init__.py:702 msgid "" "autosummary generats .rst files internally. But your source_suffix does not " "contain .rst. Skipped." msgstr "" -#: sphinx/ext/autosummary/generate.py:105 +#: sphinx/ext/autosummary/generate.py:102 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:109 +#: sphinx/ext/autosummary/generate.py:106 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: sphinx/ext/autosummary/generate.py:370 +#: sphinx/ext/autosummary/generate.py:366 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -2886,106 +2777,106 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: sphinx/ext/autosummary/generate.py:387 +#: sphinx/ext/autosummary/generate.py:383 msgid "source files to generate rST files for" msgstr "" -#: sphinx/ext/autosummary/generate.py:391 +#: sphinx/ext/autosummary/generate.py:387 msgid "directory to place all output in" msgstr "" -#: sphinx/ext/autosummary/generate.py:394 +#: sphinx/ext/autosummary/generate.py:390 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:398 +#: sphinx/ext/autosummary/generate.py:394 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: sphinx/ext/autosummary/generate.py:402 +#: sphinx/ext/autosummary/generate.py:398 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: sphinx/ext/napoleon/__init__.py:334 sphinx/ext/napoleon/docstring.py:668 +#: sphinx/ext/napoleon/__init__.py:330 sphinx/ext/napoleon/docstring.py:669 msgid "Keyword Arguments" msgstr "關鍵字引數" -#: sphinx/ext/napoleon/docstring.py:626 +#: sphinx/ext/napoleon/docstring.py:627 msgid "Example" msgstr "" -#: sphinx/ext/napoleon/docstring.py:627 +#: sphinx/ext/napoleon/docstring.py:628 msgid "Examples" msgstr "" -#: sphinx/ext/napoleon/docstring.py:683 +#: sphinx/ext/napoleon/docstring.py:684 msgid "Notes" msgstr "" -#: sphinx/ext/napoleon/docstring.py:687 +#: sphinx/ext/napoleon/docstring.py:688 msgid "Other Parameters" msgstr "" -#: sphinx/ext/napoleon/docstring.py:739 +#: sphinx/ext/napoleon/docstring.py:717 msgid "References" msgstr "" -#: sphinx/ext/napoleon/docstring.py:776 +#: sphinx/ext/napoleon/docstring.py:754 msgid "Warns" msgstr "" -#: sphinx/ext/napoleon/docstring.py:781 +#: sphinx/ext/napoleon/docstring.py:759 msgid "Yields" msgstr "" -#: sphinx/locale/__init__.py:341 +#: sphinx/locale/__init__.py:307 msgid "Attention" msgstr "注意" -#: sphinx/locale/__init__.py:342 +#: sphinx/locale/__init__.py:308 msgid "Caution" msgstr "警示" -#: sphinx/locale/__init__.py:343 +#: sphinx/locale/__init__.py:309 msgid "Danger" msgstr "危險" -#: sphinx/locale/__init__.py:344 +#: sphinx/locale/__init__.py:310 msgid "Error" msgstr "錯誤" -#: sphinx/locale/__init__.py:345 +#: sphinx/locale/__init__.py:311 msgid "Hint" msgstr "提示" -#: sphinx/locale/__init__.py:346 +#: sphinx/locale/__init__.py:312 msgid "Important" msgstr "重要" -#: sphinx/locale/__init__.py:347 +#: sphinx/locale/__init__.py:313 msgid "Note" msgstr "備註" -#: sphinx/locale/__init__.py:348 +#: sphinx/locale/__init__.py:314 msgid "See also" msgstr "也參考" -#: sphinx/locale/__init__.py:349 +#: sphinx/locale/__init__.py:315 msgid "Tip" msgstr "小訣竅" -#: sphinx/locale/__init__.py:350 +#: sphinx/locale/__init__.py:316 msgid "Warning" msgstr "警告" -#: sphinx/templates/latex/longtable.tex_t:22 sphinx/writers/latex.py:664 +#: sphinx/templates/latex/longtable.tex_t:23 msgid "continued from previous page" msgstr "繼續上一頁" -#: sphinx/templates/latex/longtable.tex_t:28 +#: sphinx/templates/latex/longtable.tex_t:29 msgid "Continued on next page" msgstr "繼續下一頁" @@ -3004,7 +2895,7 @@ msgstr "搜尋" msgid "Go" msgstr "搜" -#: sphinx/themes/agogo/layout.html:81 sphinx/themes/basic/sourcelink.html:15 +#: sphinx/themes/agogo/layout.html:79 sphinx/themes/basic/sourcelink.html:15 msgid "Show Source" msgstr "顯示原始碼" @@ -3153,13 +3044,13 @@ msgstr "搜尋" #: sphinx/themes/basic/search.html:46 #: sphinx/themes/basic/searchresults.html:21 -#: sphinx/themes/basic/static/searchtools.js:290 +#: sphinx/themes/basic/static/searchtools.js:295 msgid "Search Results" msgstr "搜尋結果" #: sphinx/themes/basic/search.html:48 #: sphinx/themes/basic/searchresults.html:23 -#: sphinx/themes/basic/static/searchtools.js:292 +#: sphinx/themes/basic/static/searchtools.js:297 msgid "" "Your search did not match any documents. Please make sure that all words are" " spelled correctly and that you've selected enough categories." @@ -3201,36 +3092,36 @@ msgstr "C API 改變" msgid "Other changes" msgstr "其他改變" -#: sphinx/themes/basic/static/doctools.js:195 sphinx/writers/html.py:403 -#: sphinx/writers/html.py:408 sphinx/writers/html5.py:349 -#: sphinx/writers/html5.py:354 +#: sphinx/themes/basic/static/doctools.js:194 sphinx/writers/html.py:454 +#: sphinx/writers/html.py:459 sphinx/writers/html5.py:400 +#: sphinx/writers/html5.py:405 msgid "Permalink to this headline" msgstr "本標題的永久連結" -#: sphinx/themes/basic/static/doctools.js:201 sphinx/writers/html.py:124 -#: sphinx/writers/html.py:135 sphinx/writers/html5.py:93 -#: sphinx/writers/html5.py:104 +#: sphinx/themes/basic/static/doctools.js:200 sphinx/writers/html.py:134 +#: sphinx/writers/html.py:145 sphinx/writers/html5.py:103 +#: sphinx/writers/html5.py:114 msgid "Permalink to this definition" msgstr "本定義的永久連結" -#: sphinx/themes/basic/static/doctools.js:234 +#: sphinx/themes/basic/static/doctools.js:233 msgid "Hide Search Matches" msgstr "隱藏符合搜尋" -#: sphinx/themes/basic/static/searchtools.js:121 +#: sphinx/themes/basic/static/searchtools.js:131 msgid "Searching" msgstr "搜尋中" -#: sphinx/themes/basic/static/searchtools.js:126 +#: sphinx/themes/basic/static/searchtools.js:136 msgid "Preparing search..." msgstr "準備搜尋中…" -#: sphinx/themes/basic/static/searchtools.js:294 +#: sphinx/themes/basic/static/searchtools.js:299 #, python-format msgid "Search finished, found %s page(s) matching the search query." msgstr "搜尋完成,共找到 %s 頁面滿足搜尋條件。" -#: sphinx/themes/basic/static/searchtools.js:347 +#: sphinx/themes/basic/static/searchtools.js:352 msgid ", in " msgstr " 於 " @@ -3247,76 +3138,89 @@ msgstr "收合側邊欄" msgid "Contents" msgstr "內容" -#: sphinx/transforms/__init__.py:258 +#: sphinx/transforms/__init__.py:259 #, python-format msgid "" "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: sphinx/transforms/__init__.py:300 +#: sphinx/transforms/__init__.py:301 #, python-format msgid "Footnote [%s] is not referenced." msgstr "" -#: sphinx/transforms/__init__.py:306 +#: sphinx/transforms/__init__.py:307 msgid "Footnote [#] is not referenced." msgstr "" -#: sphinx/transforms/i18n.py:294 sphinx/transforms/i18n.py:371 +#: sphinx/transforms/i18n.py:293 sphinx/transforms/i18n.py:363 msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:340 +#: sphinx/transforms/i18n.py:335 msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: sphinx/transforms/i18n.py:393 +#: sphinx/transforms/i18n.py:382 msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/i18n.py:413 +#: sphinx/transforms/i18n.py:402 msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:142 +#: sphinx/transforms/post_transforms/__init__.py:110 #, python-format msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:172 +#: sphinx/transforms/post_transforms/__init__.py:142 #, python-format msgid "%s:%s reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/__init__.py:175 +#: sphinx/transforms/post_transforms/__init__.py:145 #, python-format msgid "%r reference target not found: %%(target)s" msgstr "" -#: sphinx/transforms/post_transforms/images.py:94 +#: sphinx/transforms/post_transforms/images.py:92 #, python-format msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:122 +#: sphinx/transforms/post_transforms/images.py:120 #, python-format msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: sphinx/transforms/post_transforms/images.py:143 +#: sphinx/transforms/post_transforms/images.py:140 #, python-format msgid "Unknown image format: %s..." msgstr "" -#: sphinx/util/docutils.py:281 +#: sphinx/util/__init__.py:415 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" + +#: sphinx/util/__init__.py:695 +msgid "skipped" +msgstr "" + +#: sphinx/util/__init__.py:700 +msgid "failed" +msgstr "" + +#: sphinx/util/docutils.py:321 msgid "when adding directive classes, no additional arguments may be given" msgstr "" @@ -3330,140 +3234,127 @@ msgstr "" msgid "writing error: %s, %s" msgstr "" -#: sphinx/util/i18n.py:217 +#: sphinx/util/i18n.py:215 #, python-format msgid "" "Invalid date format. Quote the string by single quote if you want to output " "it directly: %s" msgstr "" -#: sphinx/util/nodes.py:360 +#: sphinx/util/nodes.py:428 #, python-format msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: sphinx/util/nodes.py:433 +#: sphinx/util/nodes.py:501 #, python-format msgid "exception while evaluating only directive expression: %s" msgstr "" -#: sphinx/util/rst.py:47 +#: sphinx/util/pycompat.py:82 +#, python-format +msgid "" +"Support for evaluating Python 2 syntax is deprecated and will be removed in " +"Sphinx 4.0. Convert %s to Python 3 syntax." +msgstr "" + +#: sphinx/util/rst.py:49 #, python-format msgid "default role %s not found" msgstr "" -#: sphinx/writers/html.py:336 sphinx/writers/html5.py:304 +#: sphinx/writers/html.py:345 sphinx/writers/html5.py:313 #, python-format msgid "numfig_format is not defined for %s" msgstr "" -#: sphinx/writers/html.py:346 sphinx/writers/html5.py:314 +#: sphinx/writers/html.py:355 sphinx/writers/html5.py:323 #, python-format msgid "Any IDs not assigned for %s node" msgstr "" -#: sphinx/writers/html.py:412 sphinx/writers/html5.py:358 +#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 msgid "Permalink to this table" msgstr "本表格的永久連結" -#: sphinx/writers/html.py:459 sphinx/writers/html5.py:405 +#: sphinx/writers/html.py:510 sphinx/writers/html5.py:456 msgid "Permalink to this code" msgstr "本原始碼的永久連結" -#: sphinx/writers/html.py:463 sphinx/writers/html5.py:409 +#: sphinx/writers/html.py:514 sphinx/writers/html5.py:460 msgid "Permalink to this image" msgstr "本圖片的永久連結" -#: sphinx/writers/html.py:465 sphinx/writers/html5.py:411 +#: sphinx/writers/html.py:516 sphinx/writers/html5.py:462 msgid "Permalink to this toctree" msgstr "本目錄的永久連結" -#: sphinx/writers/html.py:612 sphinx/writers/html5.py:558 +#: sphinx/writers/html.py:674 sphinx/writers/html5.py:608 msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: sphinx/writers/latex.py:508 -msgid "Release" -msgstr "發佈" - -#: sphinx/writers/latex.py:531 +#: sphinx/writers/latex.py:510 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: sphinx/writers/latex.py:582 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: sphinx/writers/latex.py:633 +#: sphinx/writers/latex.py:603 msgid "too large :maxdepth:, ignored." msgstr "" -#: sphinx/writers/latex.py:667 -msgid "continues on next page" -msgstr "" - -#: sphinx/writers/latex.py:670 -msgid "Non-alphabetical" -msgstr "" - -#: sphinx/writers/latex.py:676 -msgid "Numbers" -msgstr "" - -#: sphinx/writers/latex.py:680 -msgid "page" -msgstr "頁" - -#: sphinx/writers/latex.py:1013 +#: sphinx/writers/latex.py:893 msgid "document title is not a single Text node" msgstr "" -#: sphinx/writers/latex.py:1046 sphinx/writers/texinfo.py:651 +#: sphinx/writers/latex.py:926 sphinx/writers/texinfo.py:658 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: sphinx/writers/latex.py:1223 sphinx/writers/manpage.py:275 -#: sphinx/writers/texinfo.py:669 +#: sphinx/writers/latex.py:1102 sphinx/writers/manpage.py:277 +#: sphinx/writers/texinfo.py:675 msgid "Footnotes" msgstr "頁尾" -#: sphinx/writers/latex.py:1638 +#: sphinx/writers/latex.py:1150 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: sphinx/writers/latex.py:1521 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: sphinx/writers/latex.py:1927 +#: sphinx/writers/latex.py:1843 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: sphinx/writers/latex.py:2606 +#: sphinx/writers/latex.py:2552 #, python-format msgid "Unknown configure key: latex_elements[%r] is ignored." msgstr "未知設定鍵:latex_elements[%r] 將被忽略。" -#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:709 +#: sphinx/writers/manpage.py:333 sphinx/writers/text.py:887 #, python-format msgid "[image: %s]" msgstr "[圖片:%s]" -#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:710 +#: sphinx/writers/manpage.py:334 sphinx/writers/text.py:888 msgid "[image]" msgstr "[圖片]" -#: sphinx/writers/texinfo.py:1321 +#: sphinx/writers/texinfo.py:1330 msgid "caption not inside a figure." msgstr "" -#: sphinx/writers/texinfo.py:1412 +#: sphinx/writers/texinfo.py:1421 #, python-format msgid "unimplemented node type: %r" msgstr "" -#: sphinx/writers/texinfo.py:1417 +#: sphinx/writers/texinfo.py:1426 #, python-format msgid "unknown node type: %r" msgstr "" diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py index 87c310982a1..fb6e7091431 100644 --- a/tests/test_domain_py.py +++ b/tests/test_domain_py.py @@ -273,3 +273,20 @@ def test_pydata_signature(app): desc_content)])) assert_node(doctree[1], addnodes.desc, desctype="data", domain="py", objtype="data", noindex=False) + + +def test_pyobject_prefix(app): + text = (".. py:class:: Foo\n" + "\n" + " .. py:method:: Foo.say\n" + " .. py:method:: FooBar.say") + doctree = restructuredtext.parse(app, text) + assert_node(doctree, (addnodes.index, + [desc, ([desc_signature, ([desc_annotation, "class "], + [desc_name, "Foo"])], + [desc_content, (addnodes.index, + desc, + addnodes.index, + desc)])])) + assert doctree[1][1][1].astext().strip() == 'say' # prefix is stripped + assert doctree[1][1][3].astext().strip() == 'FooBar.say' # not stripped